body {
	background: #0B0442;
}
#header {
	background: #141127;
}
#header h1.logo {
    position: absolute;
    top: 14px;
    left: 20px;
    margin-bottom: 0;
    padding-top: 0;
}
#header.fixmenu h1.logo {
	left: 20px;
}
#header .right {
	top: 14px;
	right: 20px;
}
#footer {
	margin-top: 100px;
}


.mypage {
    width: 100%;
    margin-top: 135px;
}
.mypage .title {
	position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.mypage .title span {
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 61.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.mypage .title a {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 15px;
    background: #00B8D4;
    border-radius: 5px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}


.mypage .box .fl {
    width: calc(50% - 15px);
    margin-right: 30px;
}
.mypage .box .fl:last-child {
    margin-right: 0;
}
.mypage .box .shadow_box {
    height: 200px;
    padding: 30px;
    box-sizing: border-box;
    background: #111052;
	border-radius: 20px;
    text-align: left;
}
.mypage .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.mypage .box h3 a {
    font-size: 16px;
    font-weight: 300;
}
.mypage .box h3 a img {
    vertical-align: middle;
    margin-left: 5px;
}
.mypage .box .my_info {
	margin-bottom: 20px;
}
.mypage .box .my_info h3 a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #00B8D4;
	background: #111052;
	border: 1px solid #00B8D4;
	border-radius: 5px;
	width: 60px;
	height: 30px;
	line-height: 28px;
	box-sizing: border-box;
}
.mypage .box .my_info .info div {
	font-size: 16px;
	margin-bottom: 10px;
}
.mypage .box .my_info .info div p {
	display: inline-block;
	margin-right: 30px;
}
.mypage .box .my_info .info div p:last-child {
	margin-right: 0;
}
.mypage .box .my_info .gray_color {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin-top: 7px;
}
.mypage .box .my_info button {
    background: transparent;
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    font-family: inherit;
    vertical-align: 0px;
}


.mypage .box .my_nft {
	height: 240px;
}
.mypage .box .my_nft .flex {
	flex-direction: row;
    flex-wrap: wrap;
}
.mypage .box .my_nft .flex > div {
	position: relative;
	height: 130px;
	flex: 0 0 calc(16.666% - 9px);
	margin-right: 10px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
}
.mypage .box .my_nft .flex > div:last-child {
	margin-right: 0;
}
.mypage .box .my_nft .flex > div.harp {
	background: #0E0849 url("../images/01_Myth_harp_off.png")no-repeat 50% 15px / 70px;
	padding-bottom: 60px;
}
.mypage .box .my_nft .flex > div.harp.on {
	background: #0E0849 url("../images/01_inst_harp_.svg")no-repeat 50% 18px / 26px;
}
.mypage .box .my_nft .flex > div.kalimba {
	background: #0E0849 url("../images/02_Legendary_kalimba_off.png")no-repeat 50% 15px / 70px;
	padding-bottom: 60px;
}
.mypage .box .my_nft .flex > div.kalimba.on {
	background: #0E0849 url("../images/02_Legendary_kalimba.svg")no-repeat 50% 20% / 70px;
}
.mypage .box .my_nft .flex > div.ocarina {
	background: #0E0849 url("../images/03_Epic_Ocarina_off.png")no-repeat 50% 15px / 70px;
	padding-bottom: 60px;
}
.mypage .box .my_nft .flex > div.ocarina.on {
	background: #0E0849 url("../images/03_Epic_Ocarina.svg")no-repeat 50% 20% / 70px;
}
.mypage .box .my_nft .flex > div.drum {
	background: #0E0849 url("../images/04_Rare_drum_off.png")no-repeat 50% 15px / 70px;
	padding-bottom: 60px;
}
.mypage .box .my_nft .flex > div.drum.on {
	background: #0E0849 url("../images/04_Rare_drum.svg")no-repeat 50% 20% / 70px;
}
.mypage .box .my_nft .flex > div.piano {
	background: #0E0849 url("../images/05_Unusual_piano_off.png")no-repeat 50% 15px / 70px;
	padding-bottom: 60px;
}
.mypage .box .my_nft .flex > div.piano.on {
	background: #0E0849 url("../images/05_Unusual_piano.svg")no-repeat 50% 20% / 70px;
}
.mypage .box .my_nft .flex > div.guitar {
	background: #0E0849 url("../images/06_Common_guitar_off.png")no-repeat 50% 15px / 70px;
	padding-bottom: 60px;
}
.mypage .box .my_nft .flex > div.guitar.on {
	background: #0E0849 url("../images/02_inst_guitar.svg")no-repeat 50% 23px / 70px;
}
.mypage .box .my_nft .flex > div p {
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.mypage .box .my_nft .flex > div span {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 10px;
	color: #0E0849;
	background: #00B8D4;
	border-radius: 50%;
	position: absolute;
	bottom: 45px;
	right: 12px;
}



.mypage .box .buy_list {
	height: 460px;
}
.mypage .box .buy_list table th {
	position: relative;
	background: #0E0849;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 0;
	text-align: center;
}
.mypage .box .buy_list table th:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 22px;
	right: 0;
}
.mypage .box .buy_list table th:first-child {
	border-radius: 10px 0 0 10px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.mypage .box .buy_list table th:last-child {
	border-radius: 0 10px 10px 0;
}
.mypage .box .buy_list table th:last-child:after {
	display: none;
}
.mypage .box .buy_list table td {
	position: relative;
	font-size: 14px;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.mypage .box .buy_list table td:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 20px;
	right: 0;
}
.mypage .box .buy_list table td:first-child {
	border-radius: 10px 0 0 10px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.mypage .box .buy_list table td:last-child {
	border-radius: 0 10px 10px 0;
	font-size: 12px;
}
.mypage .box .buy_list table td:last-child p {
	font-size: 10px;
}
.mypage .box .buy_list table td:last-child:after {
	display: none;
}
.mypage .box .buy_list table td .txid {
	display: inline-block;
	vertical-align: 0px;
	background: rgba(0, 184, 212, 0.6);
	border-radius: 3px;
	font-size: 10px;
	margin-left: 5px;
	width: 30px;
	height: 20px;
	line-height: 20px;
}
.mypage .box .buy_list table td .cancel_btn {
	display: inline-block;
	vertical-align: 0px;
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(0, 184, 212, 0.3);
	border-radius: 3px;
	font-size: 10px;
	color: #fff;
	font-family: inherit;
}
.mypage .box .buy_list table .cancel td {
	color: rgba(255, 255, 255, 0.3);
}
.mypage .box .buy_list table .cancel td .mint_text {
	color: rgba(255, 255, 255, 0.3)!important;
}
.mypage .box .buy_list table .cancel td.state {
	color: rgba(249, 0, 147, 0.6);
}






.mypage_sub {
	position: static;
	transform: none;
	max-height: none;
	margin-top: 0;
}
.mypage_sub .top {
	background: #111052;
	padding: 30px 20px 40px;
	margin-top: 70px;
	margin-bottom: 50px;
}
.mypage_sub .top .title {
	margin-bottom: 35px;
}
.mypage_sub .top ul {
	text-align: center;
	font-size: 0;
}
.mypage_sub .top ul li {
	display: inline-block;
	margin: 0 50px;
}
.mypage_sub .top ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.mypage_sub .top ul li a.active {
	color: #00B8D4;
}


.mypage_sub .box .my_info {
	position: relative;
	height: auto!important;
	padding: 30px;
	box-sizing: border-box;
	max-width: 685px;
	margin: 0 auto;
}
.mypage_sub .box .my_info h3 a {
	background: transparent;
}
.mypage_sub .box .my_info .info div {
	position: relative;
    margin-bottom: 20px;
}
.mypage_sub .box .my_info .info div span {
	display: inline-block;
	vertical-align: 0px;
}
.mypage_sub .box .my_info .info div button {
	display: none;
}
.mypage_sub .box .my_info .info div input {
	width: 140px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.mypage_sub .box .my_info .info div input:disabled {
	border-bottom: 1px solid #0B0442;
}
.mypage_sub .box .my_info .mint_btn {
	display: block;
    text-align: center;
    font-size: 12px;
    color: #00B8D4;
    background: transparent;
    border: 1px solid #00B8D4;
    border-radius: 5px;
    width: 60px;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    position: absolute;
    top: -3px;
    left: 250px;
}
.mypage_sub .box .my_info .white_btn {
	display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 60px;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
}
.mypage_sub .box .my_info .gray_color {
	margin-top: 40px;
}
.mypage_sub .box > div .password_form {
	display: none;
	margin-top: 20px;
	background: #111052;
	border-radius: 5px;
	padding: 5px 20px;
	box-sizing: border-box;
	max-width: 380px;
}
.mypage_sub .box > div .password_form .table .table-cell.title {
	width: 120px;
	font-size: 16px;
	font-weight: 300;
}
.mypage_sub .box > div .password_form .table .table-cell {
	vertical-align: middle;
	padding: 10px 0;
	text-align: left;
}
.mypage_sub .box > div .password_form .table .table-cell input {
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 25px;
  font-size: 16px;
  padding: 0;
  color: #fff;
}
.mypage_sub .box .btn_group {
	width: 100%;
	text-align: right;
	font-size: 0;
	margin-top: 20px;
}
.mypage_sub .box .btn_group button {
	display: inline-block!important;
	text-align: center;
	position: static!important;
	margin-left: 5px;
}
.mypage_sub .box .my_info .complete_btn {
	position: absolute;
	bottom: 30px;
    right: 30px;
	display: none;
	width: 60px;
	height: 30px;
	background: #00B8D4;
	border: 1px solid #00B8D4;
	border-radius: 5px;
	color: #0B0442;
	font-size: 12px;
}





.mypage_sub .box .my_nft {
	height: auto!important;
}
.mypage_sub .box .my_nft > div {
	margin-bottom: 20px;
}
.mypage_sub .box .my_nft > div h3 {
	position: relative;
	background: #111052;
	border-radius: 10px 10px 0 0;
	padding: 13px 20px;
	font-size: 16px;
	margin-bottom: 0;
}
.mypage_sub .box .my_nft > div h3 span {
	font-weight: 300;
	margin-right: 10px;
}
.mypage_sub .box .my_nft > div h3 em {
	font-weight: 300;
}
.mypage_sub .box .my_nft > div h3 button {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
    color: #fff;
    font-family: inherit;
    padding-right: 20px;
    background: transparent;
}
.mypage_sub .box .my_nft > div h3 button:after {
	content: '';
    position: absolute;
    top: 5px;
    right: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../images/down.svg")no-repeat 100% 50% / 11px;
	transform: rotate(180deg);
}
.mypage_sub .box .my_nft > div.on h3 button:after {
	transform: rotate(0deg);
}
.mypage_sub .box .my_nft > div .cont {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
	border: 2px solid #111052;
	border-radius: 0px 0px 10px 10px;
	box-sizing: border-box;
	padding: 30px;
	box-sizing: border-box;
}
.mypage_sub .box .my_nft > div .cont .item {
	background: #0E0849;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0 20px;
}
.mypage_sub .box .my_nft > div .cont .item .thumb {
	margin: 10px 0;
}
.mypage_sub .box .my_nft > div .cont .item .thumb img {
	height: 110px;
}
.mypage_sub .box .my_nft > div.on .cont {
    height: 245px;
    overflow: hidden;
    gap: 35px 10px;
}




.mypage_sub .box .buy_list {
	height: auto!important;
}
.mypage_sub .box .buy_list h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.page {
	text-align: center;
	font-size: 0;
	padding: 40px 0;
}
.page li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 10px;
}
.page li.active a {
	background: #00B8D4;
	border-radius: 5px;
}
.page li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 23px;
}
.page li a img {
	vertical-align: 6px;
}
.page li.first,
.page li.prev,
.page li.last,
.page li.next {
	margin: 0 5px;
}
.page li.first a,
.page li.prev a,
.page li.last a,
.page li.next a {
	width: 15px;
	height: 15px;
}






.board h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.board .list {
    margin-top: 20px;
}
.board .list li {
	border-bottom: 1px solid #37335c;
	padding: 0 10px;
}
.board .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 8px 0 8px 45px;
}
.board .list li a:before {
    content: '';
    color: #00B8D4;
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: 0;
}
.board .list li a p {
    padding-right: 75px;
}
.board .list li a span {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 14px;
}
.board .notice li.fix a:before {
    content: '주요';
}
.board .util {
    margin-bottom: 20px;
}
.board .util li.fix a:before {
    content: '뉴스';
}
.board .event li a {
    padding-left: 0;
}




.board .read .subject {
    text-align: left;
    font-size: 18px;
    padding: 18px 30px;
    font-weight: 300;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
}
.board .read .subject strong {
	display: block;
	font-size: 23px;
	margin-bottom: 10px;
}
.board .read .subject span {
    font-size: 16px;
}
.board .read .subject span small {
    display: inline-block;
    margin: 0 10px;
}
.board .read .download {
	display: inline-block;
    font-weight: bold;
    background: url(../images/ico-download.svg)no-repeat right center / 16px;
    padding-right: 25px;
    margin-right: 20px;
    margin-top: 10px;
}
.board .read .contents {
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
}
.board .read .contents + a {
    float: right;
    display: block;
    background: linear-gradient(-50deg,#9A00FF, #F90093);
    color: #fff;
    padding: 10px 35px;
    text-align: center;
    border-radius: 5px;
    margin-top: 35px;
}






@media screen and (max-width: 1280px){
	.mypage .title {
		font-size: 40px;
	}
	.mypage .title a {
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		width: 90px;
	}
	.mypage .box h3 {
    	font-size: 18px;
    	margin-bottom: 15px;
    }
    .mypage .box .my_info .info div {
    	font-size: 14px;
    }
    .mypage .box .my_info button {
    	font-size: 10px;
    }
    .mypage .box h3 a {
    	font-size: 14px;
    	margin-top: 3px;
    }
    .mypage .box h3 a img {
    	width: 7px;
    }

    .mypage .box .shadow_box {
    	padding: 20px;
    }
    .mypage .box .buy_list table th:first-child,
    .mypage .box .buy_list table td:first-child {
    	padding-left: 10px;
    }
    .mypage .box .buy_list table th {
    	font-size: 12px;
    }
    .mypage .box .buy_list table td {
    	padding: 8px 4px;
    	font-size: 12px;
    }
    .mypage .box .my_nft .flex > div {
    	font-size: 12px;
    }


    .mypage_sub .top ul li a {
    	font-size: 18px;
    }
    .mypage_sub .box > div .password_form .table .table-cell.title {
    	font-size: 14px;
    	width: 100px;
    }
    .mypage_sub .box .my_info .info div input {
    	font-size: 14px;
    }


    .mypage_sub .box .my_nft > div .cont {
    	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }



    .board .list li a {
        font-size: 14px;
        padding-left: 40px;
    }
    .board .list li a:before {
        font-size: 14px;
        top: 7px;
    }
    .board .list li a span {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px){
	#header {
	    padding: 30px 0;
	}
	.mypage .title {
	    font-size: 35px;
	}
	.mypage .title a {
		top: 9px;
		font-size: 12px;
	    height: 25px;
	    line-height: 25px;
	    width: 70px;
	}
	.mypage .box h3 {
    	font-size: 16px;
    }
    .mypage .box .my_info h3 a {
    	height: 25px;
    	line-height: 23px;
    	margin-top: 0;
    }
    .mypage .box .my_info .info div {
	    font-size: 12px;
	}
	.mypage .box .my_info .gray_color {
		font-size: 11px;
	}
	.mypage .box .fl {
	    width: calc(50% - 10px);
	    margin-right: 20px;
	}
	.mypage .box .my_nft .flex > div {
	    flex: 0 0 calc(33.333% - 9px);
	    height: 100px;
	    margin-bottom: 10px;
	}
	.mypage .box .my_nft .flex > div:nth-child(3n) {
		margin-right: 0;
	}
	.mypage .box .my_info {
		height: 155px;
	}
	.mypage .box .my_nft {
	    height: 285px;
	}
	.mypage .box .buy_list .scroll {
		overflow-x: visible;
		overflow-y: hidden;
	}
	.mypage .box .buy_list table {
		min-width: 510px;
	}


	.mypage_sub .top {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.mypage_sub .top ul li {
		margin: 0 25px;
	}
	.mypage_sub .top ul li a {
		font-size: 16px;
	}

	.mypage_sub .box > div .password_form .table .table-cell.title {
	    width: 90px;
	    font-size: 12px;
	}
	.mypage_sub .box .my_info {
		padding: 0;
	}
	.mypage_sub .box .my_info .mint_btn,
	.mypage_sub .box .my_info .white_btn {
		height: 25px;
		line-height: 23px;
		left: 190px;
	}
	.mypage_sub .box .my_info .info div input {
    	font-size: 12px;
    }
    .mypage_sub .box .my_info .complete_btn {
    	bottom: 0;
    	right: 0;
    }


    .mypage_sub .box .my_nft > div .cont {
    	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }



    .board .list li a {
        padding-left: 35px;
    }
}
@media screen and (max-width: 768px){
	.mypage {
	    position: static;
	    transform: none;
	    max-height: none;
	    margin-top: 60px;
	}
	.mypage .title {
		font-size: 27px;
		margin-bottom: 20px;
	}
	.mypage .box .fl {
		width: 100%;
		margin-right: 0;
	}
	.mypage .box .shadow_box {
		height: auto!important;
		margin-bottom: 10px;
	}


	.mypage_sub .top {
		margin-top: 0;
	}
	.mypage_sub .top ul {
		margin-top: -15px;
	}
	.mypage_sub .top ul li {
	    margin: 0 10px;
	}


	.mypage_sub .box .my_nft > div .cont {
    	grid-template-columns: 1fr 1fr 1fr;
    }
    .mypage_sub .box .my_nft > div h3 {
    	font-size: 14px;
    }
    .mypage_sub .box .my_nft > div .cont {
    	padding: 15px;
    }
    .mypage_sub .box .my_nft > div.on .cont {
    	height: 215px;
    }


    .page li {
	    font-size: 13px;
	    margin: 0 5px;
	}
	.page li a {
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	}
	


	.board .read .subject {
		padding: 18px 5px;
	}
	.board .read .subject strong {
		font-size: 16px;
		margin-bottom: 1%;
	}
	.board .read .subject span {
	    font-size: 14px;
	}
	.board .read .contents {
		font-size: 13px;
		padding: 30px 5px;
	}
	.board .read .contents + a {
		font-size: 14px;
    	padding: 1.5% 5%;
	}
}
@media screen and (max-width: 480px){
	.mypage_sub .box .my_nft > div .cont {
    	grid-template-columns: 1fr 1fr;
    }


    .page li {
	    font-size: 12px;
	    margin: 0 1px;
	}
    .page li a {
	    width: 15px;
	    height: 15px;
	    line-height: 13px;
	}
	.page li a img {
	    height: 9px;
	}
	.page li.first a, 
	.page li.prev a, 
	.page li.last a, 
	.page li.next a {
	    width: 10px;
	    height: 10px;
	}
}