@charset 'UTF-8';

/* css */
body{
	background: url(../img/bg.jpg) no-repeat center / cover;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

*{
	-ms-word-break: keep-all;
	word-break: keep-all;
}

/* wrap */
.wrap{
	text-align: center;
}

/*  */
.logo{
	max-width: 281px;
	margin: auto;
	margin-bottom: 60px;
}

.logo img{
	width: 100%;
}

.urlBox{
	max-width: 450px;
	background: rgba(255,255,255,0.9);
	padding: 30px 0 15px;
	position: relative;
}

.urlBox h2{
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	width: 50%;
	color: #fff;
	background: #000;
	line-height: 35px;
	height: 35px;
}

.urlBox a{
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.txt1{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 20px 0;
}

.txt1 strong{
	color: #ed1e24;
	font-weight: 700;
}

.tele{
	max-width: 450px;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(58,42,188,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

.tele p{
	font-size: 18px;
	margin-left: 10px;
	color: #fff;
}

.tele.kakao{
	background: #ebdf0a;
}

.tele.kakao p{
	color: #381e1f;
	font-weight: 500;
}

.txt2{
	color: #aaaaaa;
	margin: 15px 0;
	font-size: 16px;	
}

@media screen and (max-width: 700px){
	
.logo{
	width: 65%;
}

.urlBox{
	width: 85%;
	margin: auto;
	padding: 8vw 0 5vw;
}

.urlBox h2{
	font-size: 4vw;
	height: 9vw;
	line-height: 9vw;
}

.urlBox a{
	font-size: 6vw;
}

.txt1{
	width: 100%;
	margin: 15px auto;
	font-size: 3.5vw;
}

.txt2{
	font-size: 3vw;
}

.tele{
	width: 85%;
	margin: auto;
}

.tele img{
	width: 7vw;
}

.tele p{
	font-size: 3vw;
}

}
