﻿@media all and (max-width:1300px) and (min-width:768px) {

	
	/*전체전화상담팝업*/
	#boxes #dialog5 {margin: 0 auto; width:500px; padding:0; background-color:#ffffff; z-index: 9001; position: absolute; display: none}
	#boxes #dialog5 img {width:100%}
	#boxes .top_teltxt {
	  position: absolute;
	  left:0;
	  top:100px;
	  padding: 5% ; 
	  margin: 0 auto; 
	  width: 90%;
	  height:550px;
	  display:none;
	  z-index:9999;
	}
	#boxes .top_teltxt ul {width: 90%; padding: 5%; float: left; background: #ffffff}
	#boxes .top_teltxt li {padding: 1% ; float: left; width: 48%; }
	#boxes .top_teltxt a {
	  height: 45px;
	  width: 100%;
	  float: left;
	  padding: 0;
	  background: url("/images/common/socials_tel.png") 10px 60% no-repeat ;
	  background-size: 30px 30px;
	  background-color: #fff;
	  border-radius: 0.25em;
	  color: #333;
	  border: 1px solid #dbdbdb;
	  box-sizing: border-box;
	}
	#boxes .top_teltxt .cd-txt {
	  display: inline-block;
	  text-indent: 45px;
	  white-space: nowrap;
	  font-size: 1rem;
	  line-height: 2.7em;
	  color: #333;
	  font-weight: 600;
	}
	#mask5 {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background-color:#000000;
	  display:none;
	}

}



@media all and (max-width:767px) and (min-width:0px) {

	/*전체전화상담팝업*/
	#boxes #dialog5 {margin: 0 auto; width:90%; padding:0; background-color:#ffffff; z-index: 9001; position: absolute; display: none}
	#boxes #dialog5 img {width:100%}
	#boxes .top_teltxt {
	  position: absolute;
	  left:0;
	  top:100px;
	  padding: 5% ; 
	  margin: 0 auto; 
	  width: 90%;
	  height:400px;
	  display:none;
	  z-index:9999;
	}
	#boxes .top_teltxt ul {width: 90%; padding: 5%; float: left; background: #ffffff}
	#boxes .top_teltxt li {padding: 1% ; float: left; width: 48%; }
	#boxes .top_teltxt a {
	  height: 35px;
	  width: 100%;
	  float: left;
	  padding: 0;
	  background: url("/images/common/socials_tel.png") 5px 60% no-repeat ;
	  background-size: 23px 23px;
	  background-color: #fff;
	  border-radius: 0.25em;
	  color: #333;
	  border: 1px solid #dbdbdb;
	  box-sizing: border-box;
	}
	#boxes .top_teltxt .cd-txt {
	  display: inline-block;
	  text-indent: 32px;
	  white-space: nowrap;
	  font-size: 0.8rem;
	  line-height: 2.6em;
	  color: #333;
	  font-weight: 400;
	}
	#mask5 {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background-color:#000000;
	  display:none;
	}
	
}



