@media (max-width: 769px) {
.func1 .p_inr_col4 {
	text-align: left
}
.func1 .p_inr_col4>div {
	text-align: center;
	margin-bottom: 30px
}
.func1 .p_inr_col4>div>div {
	display: inline-block;
	text-align: center;
	background-color: #333333;
	color: #fff
}
.func1 .p_inr_col4>div>div:last-child {
	margin-bottom: 0
}
.func1 .p_inr_col4>div>div p {
	margin: 0 !important;
	padding: 10px
}
.func1 .p_inr_col4 .func1_box {
	text-align: center;
	background-color: #333333;
	margin-bottom: 20px;
	padding: 10px 0
}
.func1 .p_inr_col4 .func1_box h2 {
	color: #ffff66;
	font-weight: bold !important;
	margin-bottom: 10px !important
}
.func1 .p_inr_col4 .func1_box p {
	color: #fff;
	text-align: left;
	padding: 0 20px
}
}
@media (min-width: 770px) {
.func1 .p_inr_col4 {
	text-align: left
}
.func1 .p_inr_col4>div {
	text-align: center;
	margin-bottom: 30px
}
.func1 .p_inr_col4>div>div {
	width: 100% !important;
	display: inline-block;
	text-align: center;
	background-color: #333333;
	color: #fff
}
.func1 .p_inr_col4>div>div:last-child {
	margin-bottom: 0
}
.func1 .p_inr_col4>div>div p {
	margin: 0 !important;
	padding: 10px
}
.func1 .p_inr_col4 .func1_box {
	text-align: center;
	background-color: #333333;
	height: 250px;
	margin-bottom: 20px
}
.func1 .p_inr_col4 .func1_box h2 {
	color: #ffff66;
	font-weight: bold !important;
	margin-bottom: 10px !important;
	margin-top: 20px
}
.func1 .p_inr_col4 .func1_box p {
	color: #fff;
	text-align: left;
	padding: 0 20px
}
}
@media (max-width: 769px) {
.func3 .p_inr_col1 {
	text-align: center
}
.func3 .p_inr_col1 p {
	text-align: left
}
.func3 .p_inr_col3 .p_inr_col2 {
	text-align: center
}
.func3 .p_inr_col3 .p_inr_col2 div img {
	width: 50%
}
.func3 .p_inr_col3 .figTitle img {
	width: auto;
	margin-bottom: 10px
}
.func3 .outBound {
	margin-bottom: 40px
}
}


/* 20200716 KC Added*/
@media (max-width: 767px) {
.center{
  margin: 0 30% 0 30%;
}
}
@media (min-width: 768px) {
.pc_text{
	text-align: left;
	width:50% !important;
}
}
/* 20200716 KC Added*/

@media (min-width: 770px) {
.func3 h3 img {
	height:auto;
	width: auto
}
}


.catalog .pdf_link {
	text-decoration: none;
	position: relative;
	display: inline-block;
	max-width: 600px;
	width: 100%;
	padding: 20px 40px;
	background: #eaeaea;
	color: #000 !important;
	letter-spacing: 0.1em;
	margin-bottom: 20px
}
.catalog .pdf_link:after {
	background: url("/prdct/telecom/consumer/common/img/ico_download_pdf.png") no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 45px;
	height: 39px
}
.catalog .zip_link {
	text-decoration: none;
	position: relative;
	display: inline-block;
	max-width: 600px;
	width: 100%;
	padding: 20px 40px;
	background: #eaeaea;
	color: #000 !important;
	letter-spacing: 0.1em;
	margin-bottom: 20px
}
.catalog .zip_link:after {
	background: url("/prdct/telecom/office/phone/lineup/kc-s702/img/kc-s702_catalog_zip.png") no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 45px;
	height: 39px
}
.catalog .none_link {
	text-decoration: none;
	position: relative;
	display: inline-block;
	max-width: 600px;
	width: 100%;
	padding: 20px 40px;
	background: #eaeaea;
	color: #000 !important;
	letter-spacing: 0.1em;
	margin-bottom: 20px
}
.catalog .none_link:after {
	/* background: url("/prdct/telecom/office/phone/kc-s702/img/kc-s702_catalog_zip.png") no-repeat; */
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 45px;
	height: 39px
}
#products_content.index .p_box:first-of-type {
	text-align: left;
}



/* Info (H)
-----------------------------------------------------------------*/

@media screen and (min-width: 770px) {
.infoBlock {
	max-width: 880px;
	margin: auto;
	padding: 30px;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 40px;
}
.infoInner {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.infoTitle {
	display: table-cell;
	width: 300px;
	border-right: 2px solid #dcdcdc;
	vertical-align: middle;
	font-size: 157%; /*22px*/
	text-align: center;
}
.infoBody {
	display: table-cell;
	padding-left: 40px;
	vertical-align: middle;
	font-size: 114%; /*16px*/
}
.infoBody ul {
	margin: 0;
	padding: 0;
}
.infoBody li {
	margin: 8px 0;
	list-style: none;
}
.infoBody a {
	color: inherit;
	text-decoration: underline;
}
.infoBody a:hover {
	text-decoration: none;
}
}
 @media screen and (max-width: 769px) {
.infoBlock {
	margin: auto;
	padding: 15px 30px;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	text-align: left;
	margin: 0 10px 20px;
}
.infoTitle {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}
.infoBody {
	font-size: 12px;
}
.infoBody ul {
	margin: 0;
	padding: 0;
}
.infoBody li {
	margin: 8px 0;
	list-style: none;
}
.infoBody a {
	color: inherit;
	text-decoration: underline !important;
}
}


/* NEWS */

@media screen and (min-width: 770px) {
a {
	text-decoration: none;
}
.block {
	margin-bottom: 50px;
	text-align: center;
}
.blockTitle {
	margin-bottom: 40px;/*font-size: 185.7%; */
}
.blockTitle h2 {
	font-size: 26px;
	font-weight: normal;
}
.newsList {
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 110px;
	text-align: center;
}
.newsTopics {
	text-align: left;
	font-size: 114%; /*16px*/
}
.newsTopics dl {
	border-bottom: 1px solid #ccc;
}
.newsTopics dt {
	clear: left;
	float: left;
	width: 190px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.newsTopics dd {
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.newsTopics dt:first-of-type,  .newsTopics dd:first-of-type {
	border-top: none;
}
}
 @media screen and (max-width: 769px) {
a {
	text-decoration: none;
}
.block {
	margin-bottom: 40px;
	text-align: center;
}
.blockTitle {
	margin-bottom: 15px;
	font-size: 16px;
}
.blockTitle H2 {
	font-size: 16px;
}
.newsList {
	margin-bottom: 60px;
	text-align: center;
}
.newsTopics {
	text-align: left;
	font-size: 12px;
}
.newsTopics dl {
	border-bottom: 1px solid #ccc;
}
.newsTopics dt {
	padding: 0 10px 0 10px;
	border-top: 1px solid #ccc;
	font-weight: bold;
}
.newsTopics dd {
	padding: 0 0 10px 0;
	margin-left: 5px;
}
.newsTopics dt:first-of-type,  .newsTopics dd:first-of-type {
	border-top: none;
}
.newsTopics dt:first-of-type {
	padding-top: 0;
}
}

 @media screen and (max-width: 769px) {
a {
	text-decoration: none;
}
