/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}
a:link {color:#6f7173;text-decoration: none;}
a:visited { color: blue; text-decoration: none;}
a:hover { color:red; }
.loading{display:none;}
.boldnum{font-weight:bold;font-size:1.1em;color:#00c044;}
.strongnum{font-weight:bold}
#targetkewordlist th,tr,td{text-align:center;vertical-align:middle;}

.roundborder{
	border-style: solid;
	border-width: 1px;
	border-radius:5px;
	padding:35px;
	border-color: #fab360;
}
/*table tr 백그라운드*/
.trbg{background:#f8f9fa;}
td,th{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*포지션 순위변동 상승, 하락, 변동없음*/
.uparrow{font-size:14px;color:red;font-weight:bold;}
.downarrow{font-size:14px;color:blue;font-weight:bold;}}
.commonarrow{font-size:14px;color:black;font-weight:bold;}
/*이미지 기본round 처리*/
.circular-square {
  border-radius: 15%;
}
/*기본 ico 아이콘이미지 css */
.ico30{
	border-radius:15%;
	width:25px;
	padding:0 1px;
}