.itteacher label {margin: 0;}
.teachlist{
  width: 1200px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.teachin h3{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #000;
  padding: 35px 0;
  margin: 0;
}
.teachin h3 span{
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 3px;
}
.itteacher{
  width: 1200px;
  text-align: center;
  margin: 0 auto 80px auto;
  display: flex;
}
.teachli {
  height: 220px;
  display: flex;
  border: 1px solid #ddd;
  margin-top: 20px;
  float: left;
  /* width: 49%; */
  margin: 6px 5px;
}
.teachli a{
  display: contents;
  text-decoration: none;
}
.teachli div{
  width: 336px;
  padding: 30px;
  text-align: left;
  background-color: #f4f4f4;
  border-left: 1px solid #ddd;
}
.teachli div span{
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 30px;
}
.teachimg{
  width: 250px;
  height: 218px;
}
.teachli .teachc_tt{
  display: block;
  font-size: 14px;
  margin: 10px 0 20px;
  color: #888;
  line-height: 23px;
  overflow: hidden;

  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.teachli ul{
  margin: 10px 0 20px 0;
}
.teachli ul .teachc_blue{
  font-size: 25px;
  font-weight: 600;
  padding-right: 2px;
  color: #56c6ca;
}
.teachli ul li{
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
.ittc_pop ul{
  margin: 10px 0 20px 0;
}
.ittc_pop ul .teachc_blue{
  font-size: 25px;
  font-weight: 600;
  padding-right: 2px;
  color: #56c6ca;
}
.ittc_pop ul li{
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
.ittc_pop span {
  color: #fff;
  padding: 3px 5px;
  background: #53aeb1;
}
.ittc_pop .teachc_tt{
  display: block;
  font-size: 13px;
  margin: 10px 25px 20px 0;
  color: #888;
  line-height: 23px;
  overflow: hidden;
  background: #00ff0000;
}
/*
  251218 사용x by 양찬용
  input[type="checkbox"] {display:none;} 
  input[type="checkbox"] + label + div {position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;}
  input[type="checkbox"] + label + div > div {position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);width:620px;background:#fff;z-index:2;}
  input[type="checkbox"] + label + div > div > label {position:absolute;top:0%;right:0%;padding:22px;background-image: url('https://img.megastudyacademy.co.kr/campus/intra/main/B0001/pc/teach_pop_close.png');background-size: 45px; z-index:1;}
  input[type="checkbox"] + label + div > label {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1;}
  input[type="checkbox"] + label + div {opacity:0;visibility:hidden;}
  input[type="checkbox"]:checked + label + div {opacity:1;visibility:visible;}
*/

.ittc_pop{
  display: flex;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.ittc_pop div {
  padding-top: 40px;
  padding-left: 20px;
  background: #f4f4f4;
  height: 218px;
  width: 370px;
}
.ittcpopcon{
  display: block;
  float: left;
  width: 310px;
  padding: 25px;
  /* height: 291px; */
  text-align: left;
  border-right: 1px solid #ddd;
}
.ittcpopcon strong{
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.ittcpopcon div{
  width: 250px;
  height: 265px;
}
.ittcpopcon p{
  padding-left: 17px;
  margin-bottom: 3px;
  color: #111;
  font-size: 13px;
}
.ittcpopcon span{
  display: inline-block;
  font-size: 12px;
  color: #909090;
  margin-left: 5px;
}
.ittc_popbutton{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ittc_popbutton li{
  width: 310px;
  float: left;
  background: #56c6ca;
}
.ittc_popbutton li:nth-child(2){
  width: 310px;
  float: left;
  background: #363c47;
}
.ittc_popbutton a{
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}