
/* ������ ************************************************************************************************************************************************************************/
@media only screen and (min-width:100px) and (max-width:1024px) {

	.cont  {
		background-repeat: no-repeat; background-size:100%; background-image: url(../images/bg.jpg); background-size: cover;
		text-align:center; height: 100vh; background-position:center;
	}
	.conts { width:100%; display:inline-block; }
	
	.logo { text-align:center; margin-top:100px; } .logo img { width:70%; }

	.txt { 
		margin-top:50px; margin-left:20px; margin-right:20px;
		text-align:center; font-weight:bold; color:#fff; font-size:18px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.5em; 
	}
	.txt3 { 
		margin-left:20px; margin-right:30px; margin-top:20px; margin-bottom:30px; 
		text-align:center; font-weight:bold; color:#000; font-size:12px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.5em; 
	}
	.txt span { text-shadow: 1px 1px 1px #000, 0 0 0.1em #000, 0 0 0.1em #000; }
	.txt b { color:#ff0000; }
	.txt_br { height:10px; }

	.btn {
		padding:12px; width:70%; margin:0 auto; border:1px solid #ff0000; background:#db3232; border-radius:30px;
		text-align:center; font-weight:bold; color:#fff; font-size:20px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.0em; cursor:pointer;
		box-shadow: 0 0 4px black;
	} .btn img { border:0px; height:14px; margin-left:15px; margin-right:15px;  margin-bottom:5px; }
	.btn:hover { border:1px solid #000; background:#444; }

	.sns {
		padding:15px; width:70%; margin:0 auto; border:1px solid #ff0000; background:#000; border-radius:30px;
		text-align:center; font-weight:bold; color:#fff; font-size:20px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.0em; cursor:pointer;
	} .sns img { border:0px; height:35px; margin-right:5px;  margin-bottom:5px; }
	.sns:hover { border:1px solid #000; background:#444; }

	.copy { 
		margin-top:80px; margin-bottom:80px; 
		text-align:center; color:#fff; font-size:14px; font-family:NanumGothic; letter-spacing: 0.01em; line-height:1.5em; 
		text-shadow: 1px 1px 1px #000, 0 0 0.1em #000, 0 0 0.1em #000; 
	}


} /* ������ end */

/* PC ************************************************************************************************************************************************************************/
@media  all and (min-width : 1025px)  {
	
	.cont  {
		background-repeat: no-repeat; background-size:100%; background-image: url(../images/bg.jpg); background-size: cover;
		text-align:center; height: 100vh;
	}
	.conts { width:100%; display:inline-block; }

	.logo { text-align:center; margin-top:250px; } .logo img { width:300px; }

	.txt { 
		margin-top:80px;  margin-left:100px; margin-right:100px;
		text-align:center; font-weight:bold; color:#fff; font-size:30px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.5em; 
	}
	.txt3 { 
		margin-top:30px; margin-bottom:80px; 
		text-align:center; font-weight:bold; color:#000; font-size:12px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.5em; 
	}
	.txt span { text-shadow: 1px 1px 1px #000, 0 0 0.1em #000, 0 0 0.1em #000; }
	.txt b { color:#ff0000; }
	.txt_br { display:none; }

	.btn {
		padding:16px; width:400px; margin:0 auto; border:1px solid #ff0000; background:#db3232; border-radius:30px;
		text-align:center; font-weight:bold; color:#fff; font-size:22px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.0em; cursor:pointer;
		box-shadow: 0 0 4px black;
	} .btn img { border:0px; height:14px; margin-left:15px; margin-right:15px;  margin-bottom:5px; }
	.btn:hover { border:1px solid #000; background:#444; }

	.sns {
		padding:15px; width:400px; margin:0 auto; border:1px solid #ff0000; background:#000; border-radius:30px;
		text-align:center; font-weight:bold; color:#fff; font-size:22px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.0em; cursor:pointer;
	} .sns img { border:0px; height:35px; margin-right:5px;  margin-bottom:5px; }
	.sns:hover { border:1px solid #000; background:#444; }

	.copy { 
		margin-top:80px; margin-bottom:80px; 
		text-align:center; color:#fff; font-size:14px; font-family:NanumGothic; letter-spacing: 0.01em; line-height:1.5em; 
		text-shadow: 1px 1px 1px #000, 0 0 0.1em #000, 0 0 0.1em #000; 
	}

} /* PC end */