
body{
    height:100%;
}

.box{
	border:5px solid white;
	margin-right:auto;
	margin-left:auto;
}

.text{
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:50px;
	font-size:20px;
	font-family: Raleway;
	color:white;
}

.box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width:60000px) {
    .box {
        width:700px
    }
}

@media screen and (max-width:800px) {
    .box {
        width:600px
    }
}

@media screen and (max-width:700px) {
    .box {
        width:500px
    }
}

@media screen and (max-width:600px) {
    .box {
        width:400px
    }

}

@media screen and (max-width:500px) {
    .box {
        width:400px
    }

    .text{
    	font-size:15px;
    }
}

@media screen and (max-width:400px) {
    .box {
        width:300px
    }

}





.square-box{
    position: relative;
    width: 70%;
    overflow: hidden;
    border:5px solid white;
    background: transparent;
    margin-right:auto;
    margin-left:auto;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;

    padding-left:20px;
    padding-right:20px;
}

.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

body{
	background-color: blue;
}





.vertical-alignment {
	height: 100vh;
	display: flex;
	align-items: center;
}


.brand-row {
	height: 50vh;
	display: flex;
	align-items: center;
}

.brand-korean{
	font-family:'Raleway', sans-serif;
	font-weight:700;
	font-size:15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 4px solid #0006ff;
	width:75px;
	height:41px;
	padding: 7px;
	margin-left:-5px;
	color:blue;
}

.brand2{
	margin-left:auto;
	margin-right:auto;
	font-family:'Raleway', sans-serif;
	font-weight:700;
	font-size:25px;
	letter-spacing:1px;
	text-transform: uppercase;
	border: 4px solid #0006ff;
	width:180px;
	height:55px;
	color:blue;
	padding:7px;
