@charset "UTF-8";



#container {
	width:200px;
	margin: 20px auto;
/* 	position: absolute; */
/* 	padding-right: 15%; */
}

.container{
	padding-right: 10%;
}

#left-sidebar{
/* 	width:30px; */
	height: 600px;
	float: left;
}

.restname{
	margin-bottom: 30px;
}

.flacticon{
	margin-top: 40px;
	margin-bottom: 40px;
}

#heart{
	float: right;
}

 #shit tr th,
 #shit tr td {
    padding-bottom: 10px;
  }

.fic{
	margin-right: 40px;
}

/* .fict{ */
/* 	margin-left: 10px; */
/* } */

/* #wait{ */
/* 	position: relative;  */
/*  	margin-left: 1650px;  */
/*  	bottom: 1280px;  */
/*  	width: 1000px;  
/* } */



/* #wait { */
/*         position: fixed; */
/*         bottom: 1650px; */
/*         right: 1280px; */
/*         margin: 20px; */
/* } */

#jaebal{
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #ff4742;
    color: #fff;
    background-color: #ff4742;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1.5px 0px;
    font-weight: 800;
    font-size: 16px;
    height: 42px;

}

#jaebal:hover{
    background: 0 0;
    color: #ff4742;
}


#ready{
	display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #ff4742;
    color: #fff;
    background-color: #ff4742;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1.5px 0px;
    font-weight: 800;
    font-size: 16px;
    height: 42px;
}

#ready{
	background: 0 0;
    color: #ff4742;
}

#sl{
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #ff4742;
    color: #ff4742;
    background: 0 0;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1.5px 0px;
    font-weight: 800;
    font-size: 16px;
    height: 42px;
}

#sl:hover{
    background-color: #ff4742;
   	color: #fff;
}

.button-container {
    display: flex;
    justify-content: space-around;
}

.con{
	width: 1000px;
}

#sogae{
	margin-right: 45px;
	margin-left: 20px;
}  

#sogae{
	border-radius: 10px;
	color: rgb(255,255,255);
	background-color: #ff4742;
	padding: 1rem 3rem;
	position: relative;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sogae:hover{
 	border: none; 
 	background: rgb(255, 255, 255); 
 	padding: 1.2rem 3.2rem; 
 	color: rgb(27, 27, 27); 
 	letter-spacing: 0.3em; 
 	box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem; 
 }
 
#sogae:active { 
	padding: 0.8rem 2.8rem; 
	color: rgb(27, 27, 27); 
	transform: translateY(2px); 
}

#fc{
	margin-bottom: 20px;
}

/* .fic{ */
/* 	padding: 10px; */
/* } */

@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

.restname{
	font-family: 'LINESeedKR-Bd';
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	font-family: 'GmarketSansMedium';
}
