/* ---------- 공통 ---------- */
html {
  width:100%;
}
body {
  width:100%;
}
img {
}
/* ---------- 상단 ---------- */
/* 반응형 디폴트 */
#header {
  width:100%;
  height:60px;
  background-color: rgb(0, 120, 175);
}
#header div {
  cursor: pointer;
}
#header #logo {
  width: 40%;
  height:70px;
}
#header #logo .logoBox > a{
	display: block;
}
#header #logo img {
  height: 35px;
  margin-left: 20px;
  margin-top: 16px;
}
#header #callCenter {
  position: absolute;
  top: 0px;
  right: 0px;
  width:170px;
  height:70px;
}
#header #callCenter img {
  float: left;
  height:45px;
  margin-top: 13px;
}
#header #callCenter ul {
  margin-top: 7px;
}
#header #callCenter ul li:nth-of-type(1) span {
  color: #FFF;
  font-size: 12px;
  font-weight: lighter;
}
#header #callCenter ul li:nth-of-type(2) span {
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  line-height: 18px;
}

#nav {
  z-index: 1004;
  background-color: rgb(0, 120, 175);
  width:100%;
  height:40px;
}
.fixed {
  position: fixed;
}
#nav ul li {
  float: left;
  cursor: pointer;
  color: #FFF;
  font-size: 3.5vw;
  text-align: center;
  line-height: 40px;
}
#nav ul li a{
  font-size: 3.5vw;
  color: white;
}
/* 메뉴 카테고리들 크기 비율 */
#nav ul li:nth-of-type(1) {
  width: 17%;
}
#nav ul li:nth-of-type(2) {
  width: 20%;
}
#nav ul li:nth-of-type(3) {
  width: 20%;
}
#nav ul li:nth-of-type(4) {
  width: 23%;
}
#nav ul li:nth-of-type(5) {
  width: 20%;
}

/* ---------- 중단 ---------- */
/* 배너 */
#banner {
  position: relative;
  cursor: pointer;
}
#banner img {
  display: block;
  width:100%;
}
#banner .bannerPrice {
  position: absolute;
  width:34vw;
  top:61.5%;
  right:19.4%;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
  color: rgb(214, 3, 38);
}
#banner .bannerContract {
  position: absolute;
  top:91.5%;
  right:4%;
  font-size: 2.5vw;
  text-align: center;
  color: rgb(185, 185, 185);
}

/* 메인 상품메뉴 */
#menuPlus {
  width:100%;
  height:39vw;
}
#menuPlus ul {
  width:100%;
}
#menuPlus ul li {
  float: left;
  position: relative;
  cursor: pointer;
}
#menuPlus ul li img {
  width:100%;
}
#menuPlus ul #menuSum {
  width:60%;
}
#menuPlus ul #menuSum span {
  position: absolute;
  color: #FFF;
}
#menuPlus ul #menuSum .menuPlusPrice {
    top: 36.5%;
    left: 6.3%;
    font-weight: bold;
    font-size: 4.3vw;
    line-height: 3.8vw;
}

#menuPlus ul #menuSum .menuSumPrice del {
  font-size: 3vw;
}
#menuPlus ul #menuSum .menuPlusContract {
    top: 88%;
    left: 6.3%;
    font-size: 2.6vw;
}
#menuPlus ul #menuInternet {
  width:40%;
}
#menuPlus ul #menuInternet span {
  position: absolute;
  color: #FFF;
}
#menuPlus ul #menuInternet .menuPlusPrice {
    top: 40%;
    left: 3.9%;
    font-weight: bold;
    font-size: 3.4vw;
}
#menuPlus ul #menuInternet .menuPlusContract {
    top: 81%;
    left: 3.9%;
    font-size: 2.2vw;
}
#menuPlus ul #menuTv {
  width:20%;
}
#menuPlus ul #menuInternetPhone {
  width:20%;
}

.eventBar {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 3px 5px #888;
  margin-bottom: 10px;
}
.eventBar img {
  cursor: pointer;
  display: block;
  width:100%;
}


/* 상품 가격표 */
.proBox {
  margin-top: 30px;
}
#pro1 {
  /*margin-top: 0.3vw;*/
}
#pro_top {
  position: relative;
}
#pro_top img {
  width:100%;
  display: block;
  margin-bottom: 10px;
}
#pro_bottom {
  margin-top: 40px;
}
#pro_bottom img {
  width:100%;
  display: block;
}
#contract {
  position: absolute;
  font-size: 3vw;
  color: rgb(0, 0, 0);
  right: 5%;
  top:16%;
}
/* 상품별 *3년/부가세 포함 글씨 색 */
#pro1 #pro_top #contract {
  color: rgb(0, 120, 175);
}
#pro2 #pro_top #contract {
  color: rgb(101, 172, 42);
}
#pro3 #pro_top #contract {
  color: rgb(248, 165, 51);
}
#pro4 #pro_top #contract {
  color: rgb(236, 22, 58);
}
#pro5 #pro_top #contract {
  color: rgb(153, 153, 153);
}
/* 상품별 양옆 띠 */
#pro_price_table {
  padding: 0 12px;
}
#pro1 #pro_price_table {
}
#pro2 #pro_price_table {
}
#pro3 #pro_price_table {
}
#pro4 #pro_price_table {
}
#pro5 #pro_price_table {
}

#pro_price_table .tableWrap {
  text-align: center;
}
#pro_price_table .tableWrap table {
  box-sizing: border-box;
  border-collapse: collapse;
  width:100%;
  margin-top: 1vw;
}
#pro_price_table .tableWrap table:nth-of-type(1) {
  margin-top: 0;
}
#pro_price_table .tableWrap table tbody {
}
#pro_price_table .tableWrap table tbody tr th, #pro_price_table .tableWrap table thead tr th {
  font-size: 3.5vw;
  width:30%;
  background-color: rgba(222, 222, 222, 1);
  border: 1px solid rgba(187, 187, 187, 1);
}
#pro_price_table .tableWrap table thead tr th {
  font-size: 3vw;
  font-weight: normal;
}
#pro_price_table .tableWrap table thead tr .tvAdd {
  background-color: rgba(145, 145, 145, 1);
  color: #FFF;
  font-weight: bold;
  height:45px;
}
#pro_price_table .tableWrap table tbody tr td {
  font-size: 3.2vw;
  width:25%;
  height:40px;
  max-width: 1000px;
  border: 1px solid rgba(187, 187, 187, 1);
}

/* 상품별 표 헤드 색깔 */
#pro1 #pro_price_table .tableWrap table tbody tr th, #pro1 #pro_price_table .tableWrap table thead tr th {
  background-color: rgb(242, 248, 251);
}
#pro2 #pro_price_table .tableWrap table tbody tr th, #pro2 #pro_price_table .tableWrap table thead tr th {
  background-color: rgb(243, 248, 238);
}
#pro3 #pro_price_table .tableWrap table tbody tr th, #pro3 #pro_price_table .tableWrap table thead tr th {
  background-color: rgb(254, 247, 237);
}
#pro4 #pro_price_table .tableWrap table tbody tr th, #pro4 #pro_price_table .tableWrap table thead tr th {
  background-color: rgb(254, 238, 240);
}
#pro5 #pro_price_table .tableWrap table tbody tr th {
  background-color: rgb(247, 247, 247);
}
/* 디지털방송 TV추가시 요금안내표 헤드 색 */
#pro2 #pro_price_table .tableWrap table thead tr .tvAdd {
  background-color: rgb(151, 208, 103);
}
/* 결합상품 TV추가시 요금안내표 헤드 색 */
#pro4 #pro_price_table .tableWrap table thead tr .tvAdd {
  /*background-color: rgb(252, 111, 134);*/
  background-color: rgb(236, 22, 58);
}


/* 인터넷 가격표 */
#pro1 #pro_price_table .tableWrap table tbody tr .benefitLine {
  font-size: 2.5vw;
  width:45%;
}


/* 디지털방송 가격표 */
#pro2 #pro_price_table .tableWrap table tbody tr th, #pro3 #pro_price_table .tableWrap table tbody tr th {
  font-size:3vw;
  width:25%;
}
#pro2 #pro_price_table .tableWrap table tbody tr .ch, #pro3 #pro_price_table .tableWrap table tbody tr .ch {
  font-size: 3vw;
  width:15%;
}
#pro2 #pro_price_table .tableWrap table tbody tr .price, #pro3 #pro_price_table .tableWrap table tbody tr .price {
  font-size: 3vw;
  width:20%;
}
#pro2 #pro_price_table .tableWrap table tbody tr .benefitLine, #pro3 #pro_price_table .tableWrap table tbody tr .benefitLine {
  font-size: 2.5vw;
  width:40%;
}
#pro2 .tableWrap:nth-of-type(2),#pro4 .tableWrap:nth-of-type(2),#pro5 .tableWrap:nth-of-type(2) {
  margin-top: 50px;
}

/* 결합상품 가격표 */
#pro4 #pro_price_table .tableWrap table tbody tr th {
  font-size: 2.8vw;
  width:40%;
}
#pro4 #pro_price_table .tableWrap table tbody tr .price {
  font-size: 3vw;
  width:20%;
}
#pro4 #pro_price_table .tableWrap table tbody tr .benefitLine {
  font-size: 2.5vw;
  width:40%;
}

/* 인터넷전화상품 가격표 */
#pro5 #pro_price_table .tableWrap table tbody tr .price {
  font-size: 3.2vw;
  width:20%;
}
#pro5 #pro_price_table .tableWrap table tbody tr .benefitLine {
  font-size: 2.5vw;
  width:40%;
}



/* 폰트 */
.red {
  color: rgba(235, 50, 50, 1);
  font-weight: bold;
}
.blue {
  color: rgba(50, 50, 235, 1);
  font-weight: bold;
}



/* 가입문의 배너 */
#callBanner {
  position: relative;
}
#callBanner img {
  width:100%;
}
#callBanner img, #callBanner span {
  cursor: pointer;
  display: block;
}
#callBanner #callBanner_effect {
  position: absolute;
  width:45%;
  top:13%;
  right:13%;

animation: 0.8s infinite bling;
}
@keyframes bling {
0% {opacity:0;}
50%{opacity:1;}
100%{opacity:0;}
}
#callBanner #number {
  position: absolute;
  display: block;
  color: #000;
  width:100%;
  font-size: 12vw;
  font-weight: bold;
  top: 29.3%;
  text-align: center;
}

/* 편성표 활성화 버튼 */
#cableTvTable {
  display: none;
}
#tableBtn {
}
#tableBtn li {
  float: left;
  cursor: pointer;
  width: 50%;
  /* background-color: #333; */
}
#tableBtn img {
  width:100%;
  display: block;
}
#tvTable #blink { /* 빈칸으로 회색 표현 의미없음. */
  width:100%;
  height:130px;
}

/* 편성표 */
#tvTable {
  background-color: rgb(238, 238, 238);
  padding-top: 50px;
}
#tvTable .tableWrap {
	padding-bottom:30px;
}
#tvTable .tableWrap:nth-of-type(1) {
	margin-top:0px;
}
#tvTable .tableWrap table {
 text-align: center;
 border-collapse: collapse;
 width:100%;
}
#tvTable .tableWrap table tbody {
}
#tvTable .tableWrap table thead tr th {
 text-align: center;
 font-size: 3vw;
 color:rgba(255, 255, 255, 1);
 background-color: rgba(155, 155, 155, 1);
 height:25px;
 border-bottom: 2px solid rgba(120, 120, 120, 1);
}
/* 편성표 디지털방송 상품 이름색 */
#tvTable #digitalTvTable .tableWrap:nth-of-type(1) table thead tr th {
  background-color: rgb(64, 132, 7);
  border-bottom: 2px solid rgba(44, 112, 0, 1);
}
#tvTable #digitalTvTable .tableWrap:nth-of-type(2) table thead tr th {
  background-color: rgb(236, 22, 58);
  border-bottom: 2px solid rgba(216, 2, 38, 1);
}
#tvTable #digitalTvTable .tableWrap:nth-of-type(3) table thead tr th {
  background-color: rgb(0, 120, 175);
  border-bottom: 2px solid rgba(0, 100, 155, 1);
}
/* 편성표 케이블방송 상품 이름색 */
#tvTable #cableTvTable .tableWrap:nth-of-type(1) table thead tr th {
  background-color: rgb(248, 165, 51);
  border-bottom: 2px solid rgba(228, 145, 31, 1);
}
#tvTable #cableTvTable .tableWrap:nth-of-type(2) table thead tr th {
  background-color: rgb(236, 22, 58);
  border-bottom: 2px solid rgba(216, 2, 38, 1);
}
#tvTable #cableTvTable .tableWrap:nth-of-type(3) table thead tr th {
  background-color: rgb(0, 120, 175);
  border-bottom: 2px solid rgba(0, 100, 155, 1);
}

#tvTable .tableWrap table tbody tr td:nth-of-type(odd) {
 border: 1px solid rgba(200, 206, 216, 1);
 width:7%;
}
#tvTable .tableWrap table tbody tr td:nth-of-type(even) {
 border: 1px solid rgba(200, 206, 216, 1);
  width:26.333%;
}
#tvTable .tableWrap table tbody tr td {
 font-size: 3vw;
 max-width: 1000px;
 height:20px;
 border-bottom: 1px solid rgba(200, 206, 216, 1);
 background-color: #FFF;
}

/* ---------- tbroad ---------- */
#tvTable #digitalTvTable .tbroadpak {
    margin-top: 30px;
}
#tvTable #digitalTvTable .tbroadpak table thead tr th {
  background-color: rgb(248, 165, 51);
  border-bottom: 2px solid rgba(228, 145, 31, 1);
}
#tvTable #digitalTvTable .tbroadpak table tbody tr .packtitle {
	background-color: rgb(255, 214, 86);
}
#tvTable #digitalTvTable .tbroadpak table tbody tr .packtitle {
	border-left: 1px solid rgba(228, 145, 31, 1);
	border-right: 1px solid rgba(228, 145, 31, 1);
	border-bottom: 1px solid rgba(228, 145, 31, 1);
}
#tvTable #digitalTvTable .tbroadpak table tbody tr td:nth-of-type(even) {
	border-right: 1px solid rgba(228, 145, 31, 1);
}
#tvTable #digitalTvTable .tbroadpak table tbody tr td:nth-of-type(odd) {
	border-left: 1px solid rgba(228, 145, 31, 1);
}
#tvTable #digitalTvTable .tbroadpak table tbody tr:last-child :nth-of-type(even),
#tvTable #digitalTvTable .tbroadpak table tbody tr:last-child :nth-of-type(odd){
	border-bottom: 1px solid rgba(228, 145, 31, 1);
}

/* ---------- 하단 ---------- */
#footer {
  font-family: sans-serif;
  float: left;
	width: 100%;
	min-height: 160px;
  background-color: rgba(0, 120, 175, 1);
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#footerContent {
	width:320px;
	margin: 15px auto;
	font-size: 11px;
	text-align: center;
}
.f1 a {
	color: rgb(255, 255, 255);
}
.f1 a:hover {
	color: #333;
}
.f1 a:link {
	text-decoration: none;
}
.f1 span {
  color: rgb(255, 255, 255);
	font-size: 14px;
}
.f2 {
	color: rgb(255, 255, 246);
    margin-top: 10px;
    line-height: 17px;
}
.copyRight {
	line-height: 30px;
}

/*--- 빠른상담 신청---*/
/* .quick_sub {
    border-top: 1px solid #d2d3d3;
    width: 100%;
    height: 41px;
    position: fixed;
    bottom: 0px;
    background: #373E4D;
    font-size: 14px;
}

.quick_sub > ul {
    display: table;
    width: 100%;
}
.quick_sub > ul > li {
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: middle;
    padding-top: 1px;
}
.quick_sub > ul > li:first-child {
    width: 82px;
    height: 39px;
    padding: 0 5px 2px 5px;
    font-size: 16px;
    color: #e5007f;
    background: #fff;
    background: #0078AF;
    color: #fff;
}
.quick_sub > ul > li:first-child > span {
    font-size: 11px;
    font-weight: normal;
    color: #c4c4c4;
}
.quick_sub > ul > li:first-child .subline {
	position: relative;
	top: -3px;
	font-size: 15px;
	color: white;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: bolder;
}
.quick_sub label, .quick_sub input {
    box-sizing: border-box;
    height: 24px;
    text-align: center;
    font-size: 13px;
}
.quick_sub .subLab {
    width: 48px;
    color: #fff;
}
.quick_sub .subNum > input {
    width: 100%;
    color: #7a7a7a;
}
.quick_sub .subNum > input:hover,
.quick_sub .subNum > input:focus {
    color: #222;
    border: 1px solid #e5007f;
    outline-style: none;
}
.quick_sub .subBtn {
    width: 72px;
}
.quick_sub .subBtn button {
    color: #fff;
    background: #0078AF;
    border: 1px solid #0078AF;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: bolder;
}
.quick_sub .subBtn > button:hover {
	background: #0054AA;
    border: 2px solid #0078AF;
}
 */

 /* ---------- 바텀 -----------*/
 #bottom {
   position: fixed;
   bottom: 0;
   z-index: 1000;
   width:100%;
   height:50px;
 }
 #bottom ul {
   position: relative;
 }
 #bottom ul li {
   float: left;
 }
 #bottom ul::after {
   content: "";
   display: block;
   clear: both;
 }
 #bottom ul .bottomLogo {
   width:35%;
   height:50px;
   line-height: 52px;
   text-align: center;
   color:#FFF;
   font-size: 12pt;
   font-weight: 600;
   background-color: #353535;
 }

 #bottom ul .bottomLogo i {
   font-size: 18pt;
   margin-right: 8px;
 }
 #bottom ul .bottomCall {
   position: relative;
   width:65%;
   height: 50px;
   font-weight: 500;
   color: #FFF;
   background-color: rgb(0, 120, 175);
 }
 #bottom ul .bottomCall .goCall {
   position: absolute;
   right:8%;
   top: 15px;
   width:55px;
   height:20px;
   border-radius: 10px;
   border: 1px solid #FFF;
   text-align: center;
   font-size: 12px;
 }
 #bottom ul .bottomCall img {
   position: absolute;
   top: 20%;
   left: 8%;
   width: 16px;
   animation: 0.08s ease-in infinite alternate-reverse vibration;
 }
 @keyframes vibration {
   0% {transform: rotate(-7deg);}
   100% {transform: rotate(7deg);}
 }
 #bottom ul .bottomCall span {
   display: block;
   width: 180px;
   height: 100px;
   text-align: center;
   text-indent: 12pt;
   line-height: 50px;
   font-size: 16pt;
   font-weight: 600;
 }


/*--- point네비게이션 눌렀을 시 페이지 이동 ---*/
.point, .npoint {position:relative; top:-50px; display:block;}

/* ---------- 개인정보 수집 동의 팝업 ---------- */
/* #agree_wraper {
  display: none;
  position: fixed;
  z-index: 1005;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#agree_wraper #close {
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 4%;
  color: #FFF;
  font-size: 5vw;
}
#agree_popup {
  display: none;
  position: fixed;
  z-index: 1006;
  width:80%;
  height:50%;
  top: 5%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1vw;
}
#agree_popup h2 {
  color: rgb(0, 0, 0);
  font-size: 6vw;
  text-align: center;
  margin-top: 1vw;
}
#agree_popup ul {
  height:60%;
}
#agree_popup ul li {
  width:58%;
  margin: 0 auto;
  margin-top: 3vw;
}
#agree_popup ul li h3 {
  font-size: 3.5vw;
  color: #444;
}
#agree_popup ul li span {
  font-size: 3vw;
  color: #666;
}
#agree_popup #agreeBtn {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height:10vw;
  line-height: 10vw;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  border-radius: 1vw;
}
#agree_popup #agreeBtn:hover,
#agree_popup #agreeBtn:active {
  background-color: rgba(255, 255, 255, 1);
} */

/* ---------- 개인정보 수집 동의 팝업 ---------- */
#counsel_wrap {
  display: none;
  position: fixed;
  z-index: 1005;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#counsel_wrap #close {
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 4%;
  color: #FFF;
  font-size: 20px;
}
#counsel_popup {
  display: none;
  position: fixed;
  z-index: 1006;
  width:90%;
  top: 6%;
  left: 5%;
  background-color: rgb(255, 255, 255);
}
#counsel_popup ul .callBar {
  background-color: #c7c7c7;
  padding: 10px 10px 10px 90px;
}
#counsel_popup ul .callBar .span1::before {
  position: absolute;
  width:45px;
  height:45px;
  top: 20px;
  left:20px;
  background: url("/resources/image/mobile/index/3/callBar.png") no-repeat;
  background-size: contain;
  content: "";
}
#counsel_popup ul .callBar .span1 {
  font-size: 14pt;
  color:#000;
}
#counsel_popup ul .callBar .span2 {
  font-size: 17pt;
  color:#ea002c;
}
#counsel_popup ul .callBar .span2 > span {
  margin-left: 7px;
  font-size: 18pt;
  font-weight: 500;
}
#counsel_popup ul .counselInput {
  padding: 20px;
}
#counsel_popup ul .counselInput #call {
  width:100%;
  height:45px;
  line-height: 45px;
  text-align: center;
  font-size: 14pt;
  font-weight: 900;
  color:#d0cfcf;
  border: 0;
  border-bottom: 3px solid #000;
}
#counsel_popup ul .counselInput #agree {
  margin-top: 15px;
  width:20px;
  height:20px;
  background-color: #FFF;
  border: 0;
  border-radius: 0;
}
#counsel_popup ul .counselInput .agreeSpan {
  margin-top: 15px;
  position: absolute;
  margin-left: 5px;
  font-size: 9pt;
}
#counsel_popup ul .counselInput .agreeView {
  margin-top: 15px;
  position: absolute;
  right:20px;
  font-size: 10pt;
  text-decoration: underline;
}

#counsel_popup ul .counselInput #agreeContents {
  overflow: hidden;
  text-align: left;
  transition-duration: 0.8s;
}
#counsel_popup ul .counselInput #agreeContents h3 {
  padding-left: 15px;
  font-size: 16pt;
  text-align: left;
  color:#333;
}
#counsel_popup ul .counselInput #agreeContents ul {
  padding-left: 15px;
}
#counsel_popup ul .counselInput #agreeContents ul li {
  margin-top: 10px;
}
#counsel_popup ul .counselInput #agreeContents ul li h4 {
  font-size: 12pt;
  font-weight: 500;
  color:#333;
}
#counsel_popup ul .counselInput #agreeContents ul li span {
  font-size: 10pt;
  font-weight: 400;
  color:#666;
}
/* 개인정보 수집 약관 자세히보기 토글 */
#counsel_popup ul .counselInput .agreeViewOn {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 0;
  height:200px;
  border: 1px solid #eee;
}
#counsel_popup ul .counselInput .agreeViewOff {
  height:0px;
  border: 0px solid #eee;
}
/*------------------------------------------------*/

#counsel_popup ul .counselInput #callGo {
  margin-top: 5px;
  width:100%;
  height:50px;
  font-size: 14pt;
  font-weight: 700;
  color:#FFF;
  background-color: #ea002c;
  border: 0;
}


.star {
	width: 2.4vw;
	vertical-align: baseline;
}

@media all and (max-width:480px) {

  #nav {
    height:35px;
  }
  #nav ul li {
    line-height: 35px;
  }
}

@media all and (max-width:380px) {

  #nav {
    height:30px;
  }
  #nav ul li {
    line-height: 30px;
  }
}
@media all and (max-width:320px) {
	#counsel_popup ul .callBar .span2 {
	    font-size: 14pt;
	}
	#counsel_popup ul .callBar .span2 > span {
	    font-size: 14pt;
	}
	#counsel_popup ul .counselInput #agree {
	    width: 16px;
	    height: 16px;
	}
	#counsel_popup ul .counselInput .agreeSpan {
	    font-size: 8pt;
	}
	#counsel_popup ul .counselInput .agreeView {
	    font-size: 8pt;
	}
}
