.menu123 {
	position: absolute;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin:0;
    right:15px;
    bottom:20px;
}


.menu456 {
	position: absolute;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin:0;
    right:10px;
    top:5px;
}

.trigger {
	background: none;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	position: relative;
	z-index: 1000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.trigger span {
	opacity: 0;
	position: absolute;
}



.trigger2 {
	background: none;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 1000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.trigger2 span {
	opacity: 0;
	position: absolute;
}





.menu__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 5;
}

.menu__items li {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	line-height: 80px;
	font-size: 1.5em;
	position: absolute;
	z-index: -1;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
    text-align:center;
}



.menu__items2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 5;
}

.menu__items2 li {
	width:30px;
	height:30px;
	top:3px;
	right:3px;
	font-size: 1.2em;
	position: absolute;
	z-index: -1;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
    text-align:center;
}








/* 123 */
.menu123.menu--open .menu__items li:first-child {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, -80px, 0);
	transform: scale3d(1, 1, 1) translate3d(0, -80px, 0);
}

.menu123.menu--open .menu__items li:nth-child(2) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(113.14px, -113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(113.14px, -113.14px, 0);
}

.menu123.menu--open .menu__items li:nth-child(3) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(160px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(160px, 0, 0);
}

.menu123.menu--open .menu__items li:nth-child(4) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(113.14px, 113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(113.14px, 113.14px, 0);
}

.menu123.menu--open .menu__items li:nth-child(5) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 160px, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 160px, 0);
}

.menu123.menu--open .menu__items li:nth-child(6) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-113.14px, 113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(-113.14px, 113.14px, 0);
}

.menu123.menu--open .menu__items li:nth-child(7) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-75px, -10px, 0);
	transform: scale3d(1, 1, 1) translate3d(-75px, -10px, 0);
}

.menu123.menu--open .menu__items li:nth-child(8) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-30.00px, -70.00px, 0);
	transform: scale3d(1, 1, 1) translate3d(-30.00px, -70.00px, 0);
}



/* 456 */
.menu456.menu--open .menu__items2 li:first-child {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-35px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(-35px, 0, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(2) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-70px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(-70px, 0, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(3) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-105px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(-105px, 0, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(4) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(113.14px, 113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(113.14px, 113.14px, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(5) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 160px, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 160px, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(6) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-113.14px, 113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(-113.14px, 113.14px, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(7) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-75px, -10px, 0);
	transform: scale3d(1, 1, 1) translate3d(-75px, -10px, 0);
}

.menu456.menu--open .menu__items2 li:nth-child(8) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-30.00px, -70.00px, 0);
	transform: scale3d(1, 1, 1) translate3d(-30.00px, -70.00px, 0);
}




.menu__items li a {
    width:50px;
    line-height:50px;
	display: block;
	background: #ef00ec;
	color: #fff;
	border-radius: 50%;
	outline: none;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.menu__items li a:hover,
.menu__items li a:focus {
	background: #fff;
	color: #cf00ff;
}

.menu__items li a span {
	position: absolute;
	color: transparent;
	top: 100%;
	pointer-events: none;
}

.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.morph-shape svg path {
	fill: #cf00ff;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.menu--open .morph-shape svg path {
	fill: #aaa;
}

@media screen and (max-width: 40em) {
	.menu__items {
		-webkit-transform: scale3d(0.8,0.8,1);
		transform: scale3d(0.8,0.8,1);
	}
}



.morph-shape2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.morph-shape2 svg path {
	fill: #0a0019;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.menu--open .morph-shape2 svg path {
	fill: #cf00ff;
    color:#000;
}




.menu__items2 li a {
    font-size:18px;
    width:30px;
    height:30px;
    line-height:28px;
	display: block;
	background:#fff;
	color: #0a0019;
	border-radius: 50%;
	outline: none;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.menu__items2 li a img {width:20px;}



.menu__items2 li a img.imgHover {display:none}
.menu__items2 li a:hover img {display:none}
.menu__items2 li a:hover img.imgHover {display:inline}

/*
a.roll img.over {display:none;}
a.roll:hover img {display:none;}
a.roll:hover img.over {display:inline;}
*/




.menu__items2 li a:hover,
.menu__items2 li a:focus {
	background: #fff;
	color: #3f5b99;
}

.menu__items2 li a span {
	position: absolute;
	color: transparent;
	top: 100%;
	pointer-events: none;
}









/* ef00ec 밝은 보라 */
/* cf00ff 어두운 보라 */