
.container {
	position: relative;
}
.ft-btn {
	position: fixed;
	top: 70%;
	right: 0;
	background-color: none;
	z-index: 4;
}
.ft-btn > div {
	width: 65px;
	height: 65px;
	margin: 15% 0;
}

.ft-btn > div > a {
	display: inline-block;
	width: 65px;
	height: 65px;
}

.t-brand {
	position: absolute;
	position: fixed;
	top: 52%;
	left: 1.5%;
}
.t-brand > p {
	width: 110%;
	margin: 20% auto;
}
.t-brand > p > img {
	width: 100%;
}
/*.ft-btn > div:first-child > a {
	background: url(../img/btn/ex6.png)no-repeat 0 0/ contain;
}
.ft-btn > div:nth-child(2) > a {
	background: url(../img/btn/ka.png)no-repeat 0 0/ contain;
}
.ft-btn > div:nth-child(3) > a {
	background: url(../img/btn/na.png)no-repeat 0 0/ contain;
}

.ft-btn > div:nth-child(4) > a {
	background: url(../img/btn/call.png)no-repeat 0 0/ contain;
}*/


/* SEOYA0628 : 재작성을 위해 가림
.ft-btn > div:first-child > a {
	background: url(../img/btn/ka.png)no-repeat 0 0/ contain;
}
.ft-btn > div:nth-child(2) > a {
	background: url(../img/btn/na.png)no-repeat 0 0/ contain;
}

.ft-btn > div:nth-child(3) > a {
	background: url(../img/btn/call.png)no-repeat 0 0/ contain;
}

.ft-btn > div:nth-child(4) > a {
	background: url(../img/btn/ex6.png)no-repeat 0 0/ contain;
}
*/

.ft-btn .kakao a {
	background: url(../img/btn/ka.png)no-repeat 0 0/ contain;
}
.ft-btn .naver a{
	background: url(../img/btn/na.png)no-repeat 0 0/ contain;
}

.ft-btn .call a {
	background: url(../img/btn/call.png)no-repeat 0 0/ contain;
}
/*
.ft-btn div:nth-child(2) a {
	background: url(../img/btn/ex6.png)no-repeat 0 0/ contain;
}*/

.ft-btn > .call > a > p {
	color: red;
}

@media(max-width: 1420px){
 	.t-brand {
 		top: 36%;
 	}
 }

@media(max-width: 1220px){
 	.t-brand {
 		display:none;
 	}
 }
@media(max-width: 650px) {
	.ft-btn {
		right: 0;
	}
}

@media(max-width: 500px) {
	.ft-btn {;
		right: -4%;
	}
}
@media(max-width: 350px) {
	.ft-btn {
		right: -5%;
	}
}

.ft-btn div:nth-child(2){display:none;}