/* ---------- 공통 ---------- */
html {
  width:100%;
}
body {
  width:100%;
}
img {
}
/* ---------- 상단 ---------- */
/* 반응형 디폴트 */
#header {
  width:100%;
  height:100px;
  background-color: rgb(0, 120, 175);
}
#header div {
  cursor: pointer;
}
#header #logo {
  height:100px;
  float: left;
}
#header #logo img {
  height: 50px;
  margin-left: 20px;
  margin-top: 16px;
  display: block;
}
#header #logo #areaName {
  margin-left: 20px;
  /* color: #ccc; */
  color: #FFFBC7;
  font-size: 22px;
}
#header #callCenter {
  height:100px;
  float: right;
}
#header #callCenter img {
  height:95px;
  margin-top: 2.5px;
  margin-right: 2.5px;
  animation: 1s infinite callMe;
}
@keyframes callMe {
  0% {opacity:0.4;}
  50%{opacity:1;}
  100%{opacity:0.4;}
}
#header #callCenter #callNumber {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  top: 24px;
  right:14px;
}

#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;
  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 {
}
#banner img {
  vertical-align: top;
  width:100%;
}

.eventBar {
  padding: 15px 5px;
}
.eventBar img {
  cursor: pointer;
  vertical-align: top;
  width:100%;
}
#goOTT {
  margin-top: 50px;
}
#youtubeUhd {
  margin-top: 50px;
  margin-bottom: -50px;
  cursor: default;
}
#youtubeUhd img {
  width:100%;
}

#goNormal {
  margin-top: 30px;
  padding: 15px 5px;
  border-radius: 20px;
  border-top: 3px solid rgb(0, 120, 175);
  border-bottom: 3px solid rgb(0, 120, 175);
}
#goNormal img {
  cursor: pointer;
  vertical-align: top;
  width:100%;
}

/* OTT */
#ottImg img {
  width: 100%;
}
#priceGuide img {
  width: 100%;
}
#ottGuide img {
  width: 100%;
}

/* 롤링배너 */
#rollingBanner {
  cursor: pointer;
  width:100%;
  height:21.5vw
}
#rollingBanner #slider .bannerPrice {
  position: absolute;
  width:24vw;
  top:27.7%;
  right:10.66%;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  color: rgb(214, 3, 38);
}
#rollingBanner #slider .bannerContract {
  position: absolute;
  top:75%;
  left:26.3%;
  font-size: 1.8vw;
  text-align: center;
  color: rgb(155, 155, 155);
}

/* 상품 가격표 */
#pro1, #pro2, #pro3, #pro4, #pro5 {
  position: relative;
}
.proBox {
  margin-top: 50px;
}
.proBox:first-child {
  margin-top: 0px;
}
.cnm_pro2 {
  margin-top: 50px;
}
.eventMargin {
  margin-bottom: -50px;
}
#pro1 {
}
#pro_top {
  position: relative;
}
#pro_top img {
  width:100%;
  vertical-align: top;
}
#pro_bottom {
}
#pro_bottom img {
  width:100%;
  vertical-align: top;
}
#contract {
  position: absolute;
  font-size: 3vw;
  color: rgb(0, 0, 0);
  right: 5%;
  top:20%;
}
/* 상품별 *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 > img {
  width: 100%;
    display: block;
    padding: 10px 0;
}
/* 상품별 양옆 띠 */
#pro_price_table {
  padding: 0 12px;
  border-left: 0.48vw solid rgb(33, 33, 33);
  border-right: 0.48vw solid rgb(33, 33, 33);
}
#pro1 #pro_price_table {
  border-left: 0.48vw solid rgb(0, 120, 175);
  border-right: 0.48vw solid rgb(0, 120, 175);
}
#pro2 #pro_price_table {
  border-left: 0.48vw solid rgb(101, 172, 42);
  border-right: 0.48vw solid rgb(101, 172, 42);
}
#pro3 #pro_price_table {
  border-left: 0.48vw solid rgb(248, 165, 51);
  border-right: 0.48vw solid rgb(248, 165, 51);
}
#pro4 #pro_price_table {
  border-left: 0.48vw solid rgb(236, 22, 58);
  border-right: 0.48vw solid rgb(236, 22, 58);
}
#pro5 #pro_price_table {
  border-left: 0.48vw solid rgb(153, 153, 153);
  border-right: 0.48vw solid rgb(153, 153, 153);
}

#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{
	cursor: pointer;
}
#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, #pro5 #pro_price_table .tableWrap table thead 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: rgba(236, 22, 58,0.7);
}


/* 인터넷 가격표 */
#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) {
  margin-top: 50px;
}

/* 결합상품 가격표 */
#pro4 #pro_price_table .tableWrap table tbody tr th {
  font-size: 2.3vw;
  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;
}

/* 현금지급 안내 이미지 */
.trust {
  width:100%;
}
.trust img {
  width:100%;
}

/* 가입문의 배너 */
#callBanner {
  position: relative;
}
#callBanner img {
  margin-bottom: -5px;
  width:100%;
}
#callBanner img, #callBanner span {
  cursor: pointer;
}
#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;
  font-size: 10vw;
  font-weight: bold;
  top: 12%;
  text-align: center;
  left: 18%;
}
/* 협력업체 모집 배너 */
#coopCallBanner {
  position: relative;
}
#coopCallBanner img {
  margin-bottom: -5px;
  width:100%;
}
#coopCallBanner #coopNumber {
  position: absolute;
  display: block;
  color: #000;
  font-size: 4.5vw;
  font-weight: bold;
  bottom: 0.5%;
  text-align: center;
  right: 6%;
}
#coopCallBanner #coopNumber .tel {
  font-size: 3vw;
  font-weight: 400;
}

/* 편성표 활성화 버튼 */
#cableTvTable {
  display: none;
}
#tableBtn {
}
#tableBtn li {
  float: left;
  cursor: pointer;
  width: 50%;
  background-color: #333;
}
#tableBtn img {
  width:100%;
  vertical-align: top;
}
#tvTable #blink { /* 빈칸으로 회색 표현 의미없음. */
  width:100%;
  height:130px;
}

/* 편성표 */
#tvTable {
  background-color: rgb(238, 238, 238);
  margin-top: 50px;
  padding-bottom: 30px;
}
#tvTable .tableWrap {
	margin-top: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: rgba(236, 22, 58,0.7);
  border-bottom: 2px solid rgba(255, 42, 78, 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;
	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:310px; */
	margin: 0px auto;
  padding: 15px 0 0 0;
	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: #e5007f;
    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: -5px;
	font-size: 14px;
	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: #e5007f;
    border: 1px solid #e5007f;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: bolder;
}
.quick_sub .subBtn > button:hover {
    background: #C70061;
    border: 2px solid #e5007f;
} */

/* ---------- 바텀 -----------*/
#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: #ea002c;
}
#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;
}


@media screen and (max-width:480px) {
  /* 반응형 */
  #header {
    height:80px;
  }
  #header #logo {
    height:80px;
  }
  #header #logo img {
    height: 33px;
    margin-left: 10px;
    margin-top: 15px;
  }
  #header #logo #areaName {
    margin-left: 10px;
    font-size: 16px;
  }
  #header #callCenter {
    height:80px;
  }
  #header #callCenter img {
    height:75px;
    margin-top: 2.5px;
    margin-right: 2.5px;
  }
  #header #callCenter #callNumber {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 23px;
    top: 19px;
    right:7px;
  }

  #nav {
    height:35px;
  }
  #nav ul li {
    line-height: 35px;
  }

}

@media screen and (max-width:380px) {
  /* 반응형 */
  #header {
    height:60px;
  }
  #header #logo {
    height:60px;
  }
  #header #logo img {
    height: 26px;
    margin-left: 8px;
    margin-top: 10px;
  }
  #header #logo #areaName {
    margin-left: 8px;
    font-size: 12px;
  }
  #header #callCenter {
    height:60px;
  }
  #header #callCenter img {
    height:55px;
    margin-top: 2.5px;
    margin-right: 2.5px;
  }
  #header #callCenter #callNumber {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 16.8px;
    top: 16px;
    right:6px;
  }

  #nav {
    height:30px;
  }
  #nav ul li {
    line-height: 30px;
  }
}
#pro_price_table .tableWrapCJ {
	border: 1px solid rgb(101, 172, 42);
}
#pro_price_table .tableWrapCJ .cjUHD {
	margin: 3% 5%;
}
#pro_price_table .tableWrapCJ .cjUHD tbody tr td{
	font-size: 2vw;
	font-weight: bolder;
	text-align: left;
	width: 4%;
	height: 0%;
	border: 0px;
}
#pro_price_table .tableWrapCJ .cjUHD tbody tr .lineUHD{
	width: 10%;
	padding: 2px;
}
.tableWrapCJ .cjUHD tbody tr td img {
	width: 100%;
}
.star {
	width: 2.4vw;
}

@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;
	}
}
