@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"); /* Pretendard Variable */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-jp-dynamic-subset.min.css"); /* Pretendard JP Variable */

a.bottom_url {
	display: block;
	cursor: default;
	text-decoration: none;
	font-family: 'Pretendard Variable', 'Pretendard JP Variable', sans-serif;
	opacity: 0;
	
	text-align: center;
	position: absolute;
	bottom: -100vh;
}

a.bottom_url:focus {
    width: 100vw;
    display: block;
    
    z-index: 2147483647;
    
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    
    padding-top: 10px;
    padding-bottom: 10px;
    
    position: fixed;
    bottom: 0px;
}