@charset "utf-8";
/* CSS Document */

.box_s {
	display: flex;
	flex-direction: column;/*row (default)좌우 row-reverse우좌 column상하 column-reverse하상 */
  position: absolute;
  bottom: 70px;
	background-color: rgba(9, 11, 6, 0.5);
    border: 0px solid #eee;
	border-radius: 0px;
	width:100vw;
	text-align: center;
		padding: 10px;
	
	 }
.box_s h1,
.box_s h1 {
	font-size: 1vw;
	width: 100%;
}
.box_s r1 {
	border: 1px  solid #4E4E4E;
	background: #C77A4C;
	padding: 2px 4px;
	width: 100%;
	height: 40vw;
	color: #222;
	font-family: 'OpenSansL','PretendardL', sans-serif !important;
	margin: 10px;
	font-size: 25px;
	font-weight: bold;
}
.box_s r2 {
	border: 0px  solid #4E4E4E;
	background: ;
	padding: 0;
	width: 100%;
	height: 40vw;
	font-weight: bold;
	color: #C77A4C;
	font-family: 'OpenSansL','PretendardL', sans-serif !important;
	margin: 0px;
	font-size: 25px;
}
@media (min-width: 800px) {
  .box_s h1,
  .box_s h1 {
    font-size: 1vw;
	width: auto;
  }
	.box_s r1{
		font-size: 25px;
		width:auto;
	}
	.box_s r2{
		font-size: 25px;
		width:auto;
	}
@media (min-width: 500px) {
  .box_s h1,
  .box_s h1 {
    font-size: 1vw;
	width: auto;
  }
	.box_s r1{
		font-size: 25px;
		width:auto;
	}
	.box_s r2{
		font-size: 25px;
		width:auto;
	}