/* 비디오 플랫폼 아이콘 */
.tp--twitch {
  background: #6441A4 !important;
  color: white !important;
}

.tp--twitch:hover {
  background: #4a3178 !important;
}

.tp--icon-twitch {
  color: #6441A4 !important;
}

.tp--icon-twitch:hover {
  color: #4a3178 !important;
}

.tp--icon-twitch-hover:hover {
  color: #6441A4 !important;
}

.tp--youtube {
  background: #CD201F !important;
  color: white !important;
}

.tp--youtube:hover {
  background: #a41c1c !important;
}

.tp--icon-youtube {
  color: #CD201F !important;
}

.tp--icon-youtube:hover {
  color: #a41c1c !important;
}

.tp--icon-youtube-hover:hover {
  color: #CD201F !important;
}


.tp--toonation {
  background: #42a5f5 !important;
  color: white !important;
}

.tp--toonation:hover {
  background: #1976d2 !important;
}

.tp--icon-toonation {
  color: #42a5f5 !important;
}

.tp--icon-toonation:hover {
  color: #1976d2 !important;
}

.tp--icon-toonation-hover:hover {
  color: #42a5f5 !important;
}

.tp--orange {
  background: #ffa726 !important;
  color: white !important;
}

.tp--orange:hover {
  background: #ef6c00 !important;
}

.tp--icon-orange {
  color: #ffa726 !important;
}

.tp--icon-orange:hover {
  color: #ef6c00 !important;
}

.tp--icon-orange-hover:hover {
  color: #ffa726 !important;
}

/* 고객센터 아이콘 */
.help_center { 
	position:fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	margin: 10px;
}
.help_center .toon_pc{display:none}
.tp--nav-centered .tp--cta-links ul li a.header_toona{display:none}

html[data-locale="ko"] .help_center .toon_pc {width: 153px}

.help_center .toon_pc .toona_button{
	position: relative;
	display: inline-block;
	width: 157px;
	height: 123px;
	margin-right: -14px;
	margin-bottom: 20px;
}
.help_center .toon_pc .toona_button+a{
	margin-left: 12px;
}
.help_center .toon_pc .toona_button>.btn{
	position: absolute;
	bottom: 0;
	width: 137px;
	margin-left: 12px;
}
.tp--nav-centered .tp--cta-links ul li a.header_toona {
	display:inline;
	position:relative;
	right: 10px;
	bottom: 3px;
	line-height: 100%;
}

/* 카카오 링크 */
.muted a {margin:0; padding:0;}
.kakao_pc {display:none;}
.kakao_mo a{margin:0; padding:0;}
.kakao_mo img{width:calc(100% - 40px);}

.no-margin {margin: 0}

.tp--footer a.footer-title {
	font-size: 16px;
	font-weight: bold;
}

@media (min-width: 992px){
	.help_center .toon_pc{display:block;}
	.help_center .toon_mo{display:none;}
	.kakao_pc {display:block;}
	.kakao_pc a{margin:0; padding:0;}
	.kakao_mo {display:none;}
	.tp--nav-centered .tp--cta-links ul li a.header_toona{display:none!important}
}