@charset "utf-8";
/* CSS Document */

html {overflow-x:scroll; overflow-X: hidden;} 


body{margin:0; padding:0; color:#7d7d7d; font-size:12px; font-family:돋움,굴림,Dotum,Gulim,sans-serif,Arial Unicode MS; line-height:17px; }
img{border:0;}

a:link, a:visited, a:active {color:#7d7d7d; font-size:12px; text-decoration:none; }
a:hover { color:#ff6f0f; text-decoration:underline; }

.menu_style{height:31px; position:absolute; left:50%;}
.menu_style ul{margin:0; padding:0; list-style:none; }
.menu_style ul li{float:left;}
.list_img {background:url(../make_img/sub/list_img01.gif) no-repeat 0 1px; padding-left:18px;font-weight:bold; font-size:14px; color:#555454; }

.history_y{ font-weight:bold; color:#d8783b; padding-right:10px;}

.pad05{padding:5px;}
.pad15{padding:15px;}
.professor_bd1{border-right:1px solid #d4d4d4; border-bottom:1px solid #c5c5c5;} 
.professor_bd2{border-bottom:1px solid #d4d4d4;}


.list_dot{background:url(../make_img/list_dot.gif) no-repeat 0 50%; padding-left:10px;}


.sub_stitle{font-weight:bold; padding:8px 18px;}
.pad_b_40{padding-bottom:40px;}
.pad_l_18{padding-left:18px;}
.pad_lb{padding-left:18px; padding-bottom:40px;}


ul.list2{padding:0; margin:0; margin-left:20px; list-style:none; }
ul.list2 li, ul.list1 li{background:url(../make_img/sub/arrow.gif) no-repeat 0 3px; padding-left:18px;}

ul.list3{padding:0; margin:0; margin-top:20px; list-style:none; }
ul.list3 li{background:url(../make_img/sub/list_img02.gif) no-repeat 0 2px; padding-left:18px; margin-bottom:10px;}


ul.list1{padding:0; margin:0; list-style:none;}
.td_border1{border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; padding:10px; }
.td_border2{border-bottom:1px solid #d0d0d0; padding:10px;}
.td_border3{border-top:1px solid #d0d0d0; padding:10px;}

.p_detail_table td{padding:5px; border:1px solid #ccc;}

/***************************************************************/
.listTable {border-top:2px solid #fb8b12; clear:both;}
.listTable table {width:100%;}
.listTable table td {border-bottom:1px solid #d2d2d2; border-left:1px solid #d2d2d2; padding:7px;}
.listTable table th {border-bottom:1px solid #d2d2d2; border-left:1px solid #d2d2d2; padding:7px; background:#f4f4f4; text-align:center;}
.listTable table .first {border-left:none;}
.listTable table .end {border-left:none;}

/***************************************************************/
.listTable2 {border-top:2px solid #ff6f0f; clear:both;}
.listTable2 table {width:100%;}
.listTable2 table td {border-bottom:1px solid #d2d2d2; border-left:1px solid #d2d2d2; padding:2px;}
.listTable2 table .first {border-left:none;}
.listTable2 table .end {border-left:none;}

.listTable3 table td {padding:2px 5px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:13px;}
.listTable3 .num_bg1 {border:1px solid #ff4301; background:#ff7801; text-align:center; overflow-y:hidden; color:#FFF; font-weight:bold;}
.listTable3 .num_bg2 {border:1px solid #d5d5d5; background:#FFFFFF; text-align:center; overflow-y:hidden;}

/***************************************************************/
.grade ul{list-style:none; margin:0; padding:0}
.grade li{display:inline;}
.grade li a{float:left; margin-right:5px;  margin-bottom:5px; padding:6px 30px; text-decoration:none; color:#FFF; background:#999;}}
.grade li a.active, .grade a:hover{color:#FFF; background:#36F;}






.t01 {
	width: 100%;
	margin-top: 10px;
	border-top: 2px solid #bd1b1b;
	border-left:1px solid #d2d2d2;
}

.t01 thead th {
	text-align: center;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	background: #f4f4f4;
	padding: 3px;
}

.t01 tbody th {
	text-align: center;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	background: #f4f4f4;
	padding: 3px;
}

.t01 tbody td {
	text-align: center;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding: 3px;
}

.t01 tbody th.text-left {
	text-align: left;
}


/* 20250403 연혁 소스 수정 - 장성화*/
.history-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.history-year {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.history-year > span {
    display: block;
    width: 21px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
}

.through {
    display: block;
    width: 21px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/department/11dept/make_img/sub/aa.gif);
    
}

.num0 {    
    background-image: url(/department/11dept/make_img/sub/0.gif);
}
.num1 {    
    background-image: url(/department/11dept/make_img/sub/1.gif);
}
.num2 {    
    background-image: url(/department/11dept/make_img/sub/2.gif);
}
.num3 {    
    background-image: url(/department/11dept/make_img/sub/3.gif);
}
.num4 {    
    background-image: url(/department/11dept/make_img/sub/4.gif);
}
.num5 {    
    background-image: url(/department/11dept/make_img/sub/5.gif);
}
.num6 {    
    background-image: url(/department/11dept/make_img/sub/6.gif);
}
.num7 {    
    background-image: url(/department/11dept/make_img/sub/7.gif);
}
.num8 {    
    background-image: url(/department/11dept/make_img/sub/8.gif);
}
.num9 {    
    background-image: url(/department/11dept/make_img/sub/9.gif);
}

.num0r {    
    background-image: url(/department/11dept/make_img/sub/0r.gif);
}
.num1r {    
    background-image: url(/department/11dept/make_img/sub/1r.gif);
}
.num2r {    
    background-image: url(/department/11dept/make_img/sub/2r.gif);
}
.num3r {    
    background-image: url(/department/11dept/make_img/sub/3r.gif);
}
.num4r {    
    background-image: url(/department/11dept/make_img/sub/4r.gif);
}
.num5r {    
    background-image: url(/department/11dept/make_img/sub/5r.gif);
}
.num6r {    
    background-image: url(/department/11dept/make_img/sub/6r.gif);
}
.num7r {    
    background-image: url(/department/11dept/make_img/sub/7r.gif);
}
.num8r {    
    background-image: url(/department/11dept/make_img/sub/8r.gif);
}
.num9r {    
    background-image: url(/department/11dept/make_img/sub/9r.gif);
}

/* 20250403 학과소개 소스 수정 - 장성화 */

.facilities-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;    
}

.facilities-area > img{
    width: 49.5%;
    height: 210px;
    margin-bottom: 1%;
}

.event-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25%;
}

.event-box > .list_img {
    width: 100%;
}

.event-box02 > img {
    width:  19.5%;
}

.event-box > img {
    width: 32.5%;
    margin-bottom: 1%;
}

 .club-area {
    width: 100%;
    margin: auto;
}
.club {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.club-area h1, h2 {
    text-align: center;
    color: #333;
}
.club h2 {
    color: #d9534f;
}
.info {
    font-weight: bold;
    margin-bottom: 10px;
}
.club-area ul {
    list-style-type: square;
    padding-left: 20px;
}

