@charset "utf-8";

/* 010202_02국제학생증 */
.studentID_box {display: flex; flex-wrap: wrap; padding: 50px 15px 30px; word-break:keep-all;  border:2px solid #dfe6ee; text-align:center; margin-top: 10px; overflow:hidden;}
.studentID_box li {position:relative; width: 22%; margin: 0 1.5%; }
.studentID_box li .studID_number {width: 50px; line-height: 50px; background: url('/images/web/haksa/sub/bg_dot.png') no-repeat center #266ed4; font-size: 20px; color: #fff; position: absolute; left: calc(50% - 25px); top: -25px;}
.studentID_box li div {height: 100%; border: 1px solid #266ed4; padding: 40px 15px 15px 15px; font-size: 16px; color: #333; letter-spacing: -1px;}
.studentID_box li div span {font-size: 14px;}



/* 0105_01_수업시간표 */
.time_table {padding-left:120px; background:url('/images/web/haksa/sub/icon_time_table.png') no-repeat left top #fff;}
.time_table .txt1 {font-size:14px; font-family: 'NotoT'; color:#999;}
.time_table h3 {margin-top:5px; font-size:28px; font-family: 'NotoM'; color:#000;}
.time_table .txt2 {margin-top:10px; font-size:16px;}



/* 학사 pdf 추가 */
.excha_box {position:relative; padding:20px 20px; font-family:"NotoR"; line-height:1.4; border:4px solid #dfe6ee; overflow:hidden; background:#fff;}
.excha_box .btn {position:absolute; right:20px; top:10px;}
.excha_box .excha_pdf {height:800px; margin-top:20px; padding-top:20px; border-top:1px dashed #b2b7c7;}
.excha_box .excha_pdf object {width:100%; height:100%;}
.excha_box .excha_pdf object embed {width:100%; height:100%;}



@media screen and (max-width: 1019px) {
	
	/* 010202_02국제학생증 */
	.studentID_box {padding: 30px 15px 30px;}
	.studentID_box li {width: 47%; margin: 20px 1.5%;}
}



@media screen and (max-width: 840px) {}



@media screen and (max-width: 768px) {}



@media screen and (max-width: 640px) {

	/* 0105_01_수업시간표 */
	.time_table {padding:120px 20px 15px; text-align:center; background-position:center top;}
	.time_table .txt1 {text-align:center;}
}



@media screen and (max-width: 560px) {	

	/* 학사 pdf 추가 */
	.excha_box .btn {position:relative; right:auto; top:auto; margin-top:10px; text-align:center;}
	.excha_box .excha_pdf {height:800px; margin-top:20px; padding-top:20px; border-top:1px dashed #b2b7c7;}
	.excha_box .excha_pdf object {width:100%; height:100%;}
	.excha_box .excha_pdf object embed {width:100%; height:100%;}
}



@media screen and (max-width: 480px) {
	
	/* 010202_02국제학생증 */
	.studentID_box li {width: 100%; margin: 20px 0%;}	
}



@media screen and (max-width: 380px) {}