/* ---------- 공통 ---------- */
html {
  width:100%;
}
body {
  background-color: rgb(225, 231, 231);
  width:100%;
}
img {
  vertical-align: top;
}
/* ---------- 상단 ---------- */
/* 반응형 디폴트 */
#header {
  width:100%;
  height:80px;
  background-color: #FFF;
}
#header div {
  cursor: pointer;
}
#header #logo {
  height:80px;
  float: left;
}
#header #logo img {
  height: 40px;
  margin-left: 30px;
  margin-top: 10px;
}
#header #logo #areaName {
  margin-left: 30px;
  color: #333;
  font-size: 22px;
}
#header #callCenter {
  height:80px;
  float: right;
}
#header #callCenter img {
  height:75px;
  margin-top: 2.5px;
  margin-right: 30px;
  animation: 0.5s infinite callMe;
}
@keyframes callMe {
  0% {opacity:0.7;}
  50%{opacity:1;}
  100%{opacity:0.7;}
}
#header #callCenter #callNumber {
  position: absolute;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  top: 22px;
  right:34px;
}

#nav {
  z-index: 1004;
  background-color: #FFF;
  width:100%;
  height:40px;
  -webkit-transform: translateZ(0);
}
.fixed {
  position: fixed;
}
#nav ul li {
  float: left;
  cursor: pointer;
  color: #333;
  font-size: 3.5vw;
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid rgb(243, 61, 35);
}
/* #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 {
  background-color: #FFF;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
  width:97%;
}
#banner img {
  vertical-align: top;
  width:100%;
}
#banner #pager {
  width:100%;
  height:20px;
}
/* 배너 */
#rollingBanner .priceBox {
	width: 50%;
    position: absolute;
    top: 74%;
    right: 4%;
    text-align: right;
}
#rollingBanner .priceBox > span {
  font-weight: bold;
  color: rgb(33, 33, 33);
}
#rollingBanner .bannerPrice {
  font-size: 7vw;
}
#rollingBanner .bannerWon {
  font-size: 5vw;
}
/* #rollingBanner a > .bannerContract {
  top:68%;
  right:3%;
  left: 0%;
  font-size: 2.2vw;
  text-align: right;
  color: rgb(133, 133, 133);
} */
#rollingBanner .bannerContract {
  position: absolute;
  top:65%;
  right:3%;
  font-size: 2.2vw;
  text-align: right;
  color: rgb(133, 133, 133);
}

.eventBar {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 3px 5px #888;
  margin-bottom: 2vw;
}
.eventBar img {
  cursor: pointer;
  vertical-align: top;
  width:100%;
}


/* 상품메뉴 */
#menu {
  background-color: #FFF;
  margin: 0 auto;
  margin-top: 10px;
  width:97%;
}
#menu ul {
  width:100%;
}
#menu ul li {
  cursor: pointer;
  float: left;
  width:25%;
}
#menu ul li img {
  width:100%;
}

/* 상품 가격표 */
#normalProWrap #eventBanner {display: none;}
#pro1, #pro2, #pro3, #pro4, #pro5 {
  background-color: #FFF;
}
#pro2, #pro3, #pro4, #pro5 {
}
#pro1 {
  /* margin-top: 40vw; */
  margin-top: 5vw;
}
#ottProWrap #pro1 {
  margin-top: 0vw;
}
#pro_top {
  position: relative;
}
#pro_top img {
  width:100%;
  vertical-align: top;
}
#pro_bottom {
  height: 1.7vw;
}
#pro_bottom img, #tableCut img {
  width:100%;
  vertical-align: top;
}
#contract {
  position: absolute;
  font-size: 3vw;
  color: rgb(255, 255, 255);
  right: 5%;
  top:20%;
}
/* 상품별 표 양옆 */
#pro_price_table {
  padding: 0 12px;
  margin-top: 30px;
  margin-bottom: 50px;
}
#pro_price_table > img {
	width: 100%;
	display: block;
	padding: 10px 0;
}
#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, #pro5 #pro_price_table .tableWrap table thead tr th {
  background-color: rgb(255, 230, 233);
}
/* 디지털방송 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(236, 22, 58);
}
#pro5 #pro_price_table .tableWrap table thead tr .tvAdd {
  background-color: rgb(235, 104, 119);
}

/* 인터넷 가격표 */
#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.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;
}

/* 현금지급 안내 이미지 */
.trust {
  margin-top: 20px;
  width:100%;
}
.trust img {
  width:100%;
}

/* 가입문의 배너 */
#callBanner {
  position: relative;
}
#callBanner img {
  width:100%;
}
#callBanner img, #callBanner span {
  cursor: pointer;
  vertical-align: top;
}
#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%;
  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);
}
.ch_hd{
  vertical-align: baseline;
}


/* ---------- 하단 ---------- */
#footer {
  font-family: sans-serif;
  float: left;
	width: 100%;
	min-height: 160px;
  background-color: rgb(243, 61, 35);
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#footerContent {
	/* width:310px; */
	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;
    -webkit-transform: translateZ(0);
    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: #F33D23;
    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: #F33D23;
    border: 1px solid #F33D23;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: bolder;
}
.quick_sub .subBtn > button:hover {
	background: #DF290F;
    border: 2px solid #F33D23;
} */

/* ---------- 바텀 -----------*/
#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(243, 61, 35);
}
#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;}

/* ---------- 개인정보 수집 동의 팝업 ---------- */
#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) {
  /* 반응형 */
  #header {
    height:70px;
  }
  #header #logo {
    height:70px;
  }
  #header #logo img {
    height: 33px;
    margin-left: 25px;
    margin-top: 12px;
  }
  #header #logo #areaName {
    margin-left: 25px;
    font-size: 16px;
  }
  #header #callCenter {
    height:70px;
  }
  #header #callCenter img {
    height:65px;
    margin-top: 2.5px;
    margin-right: 25px;
  }
  #header #callCenter #callNumber {
    font-size: 21px;
    top: 19px;
    right:29px;
  }

  #nav {
    height:35px;
  }
  #nav ul li {
    line-height: 35px;
  }
}

@media all and (max-width:380px) {
  /* 반응형 */
  #header {
    height:60px;
  }
  #header #logo {
    height:60px;
  }
  #header #logo img {
    height: 26px;
    margin-left: 22px;
    margin-top: 10px;
  }
  #header #logo #areaName {
    margin-left: 22px;
    font-size: 12px;
  }
  #header #callCenter {
    height:60px;
  }
  #header #callCenter img {
    height:55px;
    margin-top: 2.5px;
    margin-right: 22px;
  }
  #header #callCenter #callNumber {
    font-size: 16.8px;
    top: 16px;
    right:27px;
  }

  #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;
	}
}
