/* 탭 (2차메뉴) */
ul.sub_lnb_container_support li{width:33.33%}

/* 학원안내 */
div.shool_guide_box_wrap{float:left; width:calc(33.33% - 30px); margin:0 15px; border:1px solid #ddd; border-bottom:none;}
	div.shool_guide_box{padding:30px;}
		div.shool_guide_box > h3{padding-bottom:30px; text-align:center; font-size:2rem; border-bottom:1px solid #111;}
		
		div.shool_guide_box > dl {padding:15px 0; font-size:1.125rem; border-bottom:1px solid #ddd;}
			div.shool_guide_box dl dt{float:left; width:33%; color:#999; }
			div.shool_guide_box dl dd{float:left; width:67%; padding-left:10px;}
	

	div.shool_guide_box table{text-align:left; margin:20px 0;}
		div.shool_guide_box table tr:first-child{height:45px;}
			div.shool_guide_box table tr th, div.shool_guide_box table tr td{padding:5px 0;}
			div.shool_guide_box table tr th{width:13%; color:#999; }
			div.shool_guide_box table tr:last-child th{color:#111; font-weight:400; }
			div.shool_guide_box table tr td{width:87%; padding-left:10px; font-weight:300; font-size:0.9rem;}


	a.btn_view_fee{width:100%; height:50px; line-height:50px; color:#fff; text-align:center; background:#111; }
	a.btn_view_fee:hover{background:#E70012;}

@media screen and (max-width: 1919px) {
	div.shool_guide_box dl dt{width:35%;}
	div.shool_guide_box dl dd{width:65%}
	div.shool_guide_box table tr th{width:15%;}
}

@media screen and (max-width: 1679px) {
	div.shool_guide_box > h3{font-size:1.6rem;}

	div.shool_guide_box table{word-break:break-all; }
	div.shool_guide_box dl dt{width:100%; margin-bottom:5px;}
	div.shool_guide_box dl dd{width:100%; padding-left:0;}
	
	div.shool_guide_box table tr, div.shool_guide_box table th, div.shool_guide_box table td{display:block;}
	div.shool_guide_box table tr th, div.shool_guide_box table tr td{width:100%; padding-left:0;}
	div.shool_guide_box table tr:first-child{height:70px;}
}

@media screen and (max-width: 1023px) {
	div.shool_guide_box_wrap{width:100%; margin:0; margin-bottom:20px;}

	div.shool_guide_box > dl{padding:10px 0;}
	div.shool_guide_box dl dt{width:32%; margin-bottom:0;}
	div.shool_guide_box dl dd{width:68%; padding-left:10px;}

	div.shool_guide_box table{margin:20px 20px 0 0;}
	div.shool_guide_box table tr, div.shool_guide_box table th, div.shool_guide_box table td{display:revert;}
	div.shool_guide_box table tr th{width:12%;}
	div.shool_guide_box table tr td{width:88%; padding-left:10px;}
	div.shool_guide_box table tr:first-child{height:auto}

}

@media screen and (max-width: 767px) {
	div.shool_guide_box table{margin:20px 0 0 0;}
	div.shool_guide_box > dl{font-size:1rem;}	
	div.shool_guide_box dl dd{word-break:break-all;}
}

@media screen and (max-width: 479px) {
	div.shool_guide_box dl dt{width:37%}
	div.shool_guide_box dl dd{width:63%}
	div.shool_guide_box table tr th{width:18%}
	div.shool_guide_box table tr td{width:82%}
}

/* sns 서브페이지 */
.sub_sns_wrap{ text-align:center;}
	.sub_sns_wrap li{float:left;  margin:0 10px; margin-bottom:20px; width:calc(25% - 20px); height:fit-content; border:1px solid #ddd; padding-top:20px;}
	.sub_sns_wrap li >a {display:block; height: 50px; line-height: 50px;  background: #111; color: #fff; margin-top: 20px}
	.sub_sns_wrap li >a:hover{background: #E70012}
	.sub_sns_wrap li .txt_link{width:100%; margin-top:10px; padding:10px 20px; height:58px; color:#999; }

@media screen and (max-width: 1023px) {
	.sub_sns_wrap li{width:calc(33.33% - 20px);}
}

@media screen and (max-width: 960px) {
	.sub_sns_wrap li >a{font-size:0.875rem;}
	.sub_sns_wrap li .txt_link{font-size:0.875rem;}
	.sub_sns_wrap li img{width:80px;}
}

@media screen and (max-width: 640px) {
	.sub_sns_wrap li .txt_link{height:45px; overflow:hidden; text-overflow: ellipsis; /*white-space: nowrap;*/ word-break:break-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
}

@media screen and (max-width: 479px) {
	.sub_sns_wrap li{width:calc(50% - 20px); margin-bottom:20px;}
	.sub_sns_wrap li img{width:50px;}
	.sub_sns_wrap li >a{height:40px; line-height:40px;}
	
	
}