@charset "utf-8";


/* contents */


/*tit_box 페이지 타이틀 */
.tit_box {margin-bottom:50px}
/* .tit_box:after {content:'';display:block;height:0;clear:both} */
.cont_tit {/* float:left; */font-size: 1.8em;line-height:1em;color:#262626;margin-top:16px;}
/*카테고리 타이틀이 하나더 있을경우 (cont_tit 상단에 작은타이틀)*/
.cont_tit_cate {font-size:1.5em;line-height:1em;color:#262626;margin-top:16px}
.cont_tit02 {/* float:left; */font-size:2.375em;line-height:1em;color:#262626;margin-top:7px}
@media all and (max-width:720px) {
	.tit_box {margin-bottom: 10px}
}

/*tab_box 탭 */
.tab_box {display:block;margin-bottom:9px}
.tab_box:after {content:'';display:block;height:0;clear:both}
.tab_box ul li {float:left;width:25%;height:36px;border-right: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.tab_box ul li.div2 { width: 50%; } /* 160503 2-seperate tab */
.tab_box ul li.div3 { width: 33.3%; } /* 160502 3-seperate tab */
.tab_box ul li:hover, .tab_box ul li.active {background-color:#0667b1}
.tab_box ul:first-child {border-top: 1px solid #d2d2d2}
.tab_box ul li:not(.div2):not(.div3):nth-child(4n+1) {border-left: 1px solid #d2d2d2}
.tab_box ul li.div2:nth-child(2n+1) {border-left: 1px solid #d2d2d2}
.tab_box ul li.div3:nth-child(3n+1) {border-left: 1px solid #d2d2d2}
.tab_box ul li a {display:block}
.tab_box ul li a span {display:inherit;text-align:center;line-height:36px;height:36px;font-size:1em;color:#222; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 10px;}
.tab_box ul li a:hover, .tab_box ul li a span:hover, .tab_box ul li.active a span{color:#fff}
.tab_box ul.div3 { border-top: none}
.tab_box ul.div3 > li { border-top: 1px solid #d2d2d2}

@media all and (max-width:720px) {
	.tab_box ul li { width: 33.3%; }
	.tab_box ul li:nth-child(4n+1), .tab_box ul li:nth-child(2n+1), .tab_box ul li:not(.div2):not(.div3):not(:first-child):nth-child(4n+1) {border-left: none;}
	.tab_box ul li:not(.div2):not(.div3):not(:first-child):nth-child(3n+1) {border-left: 1px solid #d2d2d2;}
}
@media all and (max-width:480px) {
	.tab_box ul li, .tab_box ul li.div3 { width: 50% !important; }
	.tab_box ul li:not(.div2):not(.div3):not(:first-child):nth-child(3n+1), .tab_box ul li.div3:nth-child(3n+1) {border-left: none;}
	.tab_box ul li:not(.div2):not(.div3):not(:first-child):nth-child(2n+1), .tab_box ul li.div3:nth-child(2n+1) {border-left: 1px solid #d2d2d2}
}

.contents_box ul li {line-height: 1.375em;}
.contents_box p {line-height: 1.375em;}

/*====================================================================================================  
    ========== 2019_06 추가 ==========*/
.txt_list05 .sub_tit_t{
    padding-top: 5px; 
    margin: 0 10px 0 0;
}
.txt_list05_bg{
    display: block !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb50{
    margin-bottom: 50px !important;
}
.mb60{
    margin-bottom: 60px !important;
}
.mb70{
    margin-bottom: 70px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt50{
    margin-top: 50px !important;
}
.mt60{
    margin-top: 60px !important;
}
.mt70{
    margin-top: 70px !important;
}
.font_S18{
    font-size: 18px !important;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.txt_list_03_f{
    font-size: 18px !important;
    color: #333;
}
.subTitle01{
    color: #0c2c5a !important;
}
.guide_bar{
    display: inline-block; 
    float: right;
    width: 65%;
    height: 2px;
    margin: 25px 0 0 0;
    background: #ddd;
}
.guide_bar50{
    width: 50%;
}
.guide_bar60{
    width: 60%;
}
.guide_bar70{
    width: 70%;
}
.guide_bar80{
    width: 80%;
}
@media all and (max-width: 768px) {
    .guide_bar{
        display: none;
    }
    .txt_list05_bg{
        margin-bottom: 35px !important;
    }
}
@media all and (max-width: 575px) {
    .txt_list05 .sub_tit_t{
        width: 20px;
    }    
    .txt_list05_bg{
        width: auto !important;
        padding-left: 30px;
        text-indent: -30px;
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    .txt_list_03_f{
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }

}

.w_industrial_img_list ul li{
    float: left;
    width: 50%;
}
.w_industrial_img_list ul li img{
    display: block;
    width: 100%;
    max-width: 488px;
    margin: 0 auto;
}

.employ_txt_list ul{
    list-style: none;
    font-size: 0 !important;
    letter-spacing: -5px;
}
.employ_txt_list li{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 230px; 
    margin: 0 15px 15px 0;
    box-sizing: border-box;
    border: 1px solid #ddd; 
    border-radius: 6px;
    box-shadow: 2px 2px 3px rgba(128,128,128,0.4);
    text-align: center;
}
.employ_txt_list .employ_txt_list_tit_box{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0px 10px 13px; 
    box-sizing: border-box; 
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.employ_txt_list .employ_txt_list_tit_box span{
    display: block;
    font-size: 12px;
    font-weight: normal; 
    color: #7e7e7e; 
    text-align: center;
    line-height: 1.7em;
    letter-spacing: -1px;
    padding: 13px 0px 0;
}
.employ_txt_list .employ_txt_list_tit_box img{
    display: block; 
    margin: 10px auto 0;
}
.employ_txt_list dl{
    padding: 0 15px 15px 15px;
}
.employ_txt_list dl dd{
    padding: 10px 0; 
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
}
.employ_txt_list dl dd:last-child{
    border-bottom: none;
}
.employ_txt_list dl dd .employ_txt_01{
    margin: 0; 
    font-size: 14px; 
    font-weight: bold;
    text-align: center;
}
.employ_txt_list dl dd .employ_txt_02{
    font-size: 14px;
    font-weight: normal; 
    text-align: center;
}

.graduate_list_box{
    margin-bottom: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
}
.graduate_list_box dl dd{
    padding: 0 !important;
} 
.graduate_list_box dl dd .employ_txt_01{
    margin: 0 !important;    
}
.graduate_tit{
    width: 235px;
    height: 26px;
    background: url(../images/wonju/wonju_kopo_2019/graduate_tit_bg.png) no-repeat top right; 
    background-size: cover;
    margin: 0px auto 20px;
    font-size: 18px;
    line-height: 15px;
    font-weight: normal;
    text-align: justify;    
}
.graduate_tit span{
    font-weight: bold;
    color: #02498d;    
}

@media all and (max-width: 768px) {
    .w_industrial_img_list ul li{
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .w_industrial_img_list ul li:first-child{
        margin-bottom: 10px;
    }
	.employ_txt_list li{
        width: 47%;
    }
}
@media all and (max-width: 575px) {
	.employ_txt_list li{
        display: block;
        width: 300px; 
        margin: 0 auto 15px;
    }
}


.major_equipment_txt_list ul{
    font-size: 0;
    letter-spacing: -5px;
}
.major_equipment_txt_list li{
    display: inline-block; 
    width: 31.5%;
    font-size: 18px;
    letter-spacing: 0; 
    vertical-align: top;
    *display: inline; 
    zoom: 1;
    min-height: 280px;
    margin: 0 15px 15px 0;
    box-sizing: border-box;
    border: 1px solid #ddd; 
    border-radius: 6px;
    box-shadow: 2px 2px 3px rgba(128,128,128,0.4);
}
.major_equipment_txt_list dl{
    padding: 15px;
}
.major_equipment_txt_list dl dt{
    position: relative; 
    height: 38px;
}
.major_equipment_txt_list dl dt .equipment_tit_bg{
    display: block; 
    margin: 0 auto;
}
.major_equipment_txt_list dl dt .equipmenet_txt_01{
    position: absolute; 
    top: 5px; 
    left: 50%; 
    transform: translateX(-50%);
    font-size: 18px; 
    font-weight: bold; 
    color: #fff;
}
.major_equipment_txt_list dl dd{
    padding: 15px 0; 
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
}
.major_equipment_txt_list dl dd:last-child{
    border-bottom: none;
}
.major_equipment_txt_list dl dd img{
    display: block;
    margin: 0 auto;
}
.major_equipment_txt_list dl dd .equipmenet_txt_02{
    font-size: 16px;
    font-weight: normal; 
    text-align: justify;
}
@media all and (max-width: 768px) {
	.major_equipment_txt_list li{
        width: 47%;
    }
}
@media all and (max-width: 575px) {
	.major_equipment_txt_list li{
        display: block; 
        width: 300px; 
        margin: 0 auto 15px;
    }
}

/*캠퍼스맵*/
.campus_list_wrap{
    margin: 40px 0 0 0;
}
.campus_list{
    margin: 0 0 40px 0;    
}
.campus_bg{
    width: 100%;
    height: 3px;
    margin: 0 0 20px 0;
    background: url(../images/wonju/wonju_kopo_2019/campus_map_list.png) no-repeat center left;
    background-size: cover;
}
.cam_tit{
    margin: 0 0 25px 25px; 
    font-size: 26px;
    font-weight: bold;
    text-align: justify;
    color: #127b90;
}
.campus_list li{
    margin: 0 0 0 25px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal; 
    color: #333;
}
.campus_list li .sub_tit_t{
    vertical-align: middle;
    margin: 0 5px 2px 0;
} 
@media all and (max-width: 575px) {
    .cam_tit{
        margin: 0 0 25px 0;    
    }
	.campus_list li{
        margin: 0 0 5px 0;   
    }
    .cam_tit{
        font-size: 22px;
    }
}

/*편의시설*/
.c-yellow{
    color: #ffa100 !important;
}
.c-red{
    color: red !important;
}
.subPage_txt_05{
    margin: 30px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: justify;
    color: #333;
}
.subPage_txt_list_05{
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
    color: #333;        
}
.subPage_txt_list_05 dd{
    margin-bottom: 5px;
    padding-left: 20px;
    text-indent: -20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: justify;
    color: #333;
}
.subPage_txt_list_05 dd .txt-tit{
    color: #02498d;  
    font-size: 15px;
    vertical-align: text-top;
}

@media all and (max-width: 575px) {
    .subPage_txt_list_05{
        font-size: 15px;
    }
    .subPage_txt_list_05 dd{
        font-size: 15px;
    }
    .subPage_txt_list_05 dd .txt-tit{
        vertical-align: text-bottom;
        font-size: 12px;
    }

}

/*====================================================================================================  
    ========== //2019_06 추가 ==========*/


/*cont_txt 일반리스트 */
.txt_list01 {width:100%;display:inline-block;font-size:1.625em;line-height:1.5em;color:#0667b1;margin:47px 0 39px 0}
.txt_list02 {width:100%;display:inline-block;font-weight:bold;font-size:1em;line-height:1.25em;color:#000;margin:0 0 11px 0}
.txt_list02 span {font-weight: normal;color: #444;}
.txt_list03 {width:100%;display:inline-block;font-size:1em;line-height:1.375em;margin:0 0 23px 0}
.txt_list04 {width:100%;display:inline-block;font-weight:bold;font-size:1em;line-height:1.25em;color:#000;margin:23px 0 11px 0} /* 160509*/
.txt_list05 {width:100%;display:inline-block;font-size:1.625em;line-height:1.750em;color:#0667b1;margin:11px 0} /* 160516*/
.txt_list06 {width:100%;display:inline-block;font-size:1.125em;line-height:1.375em;margin:28px 0} /* 160519*/
.txt_list06 span {font-size:1.375em;line-height:1.5em;color: #0667b1;} /* 160519*/
.txt_list07 {width:100%;display:inline-block;font-weight:bold;font-size:1.125em;line-height:1.5em;margin:0 0 18px 0;color: #000;}
.txt_list08 {width:100%;display:inline-block;font-size:1.125em;line-height:1.5em;margin-bottom: 23px;color: #666;}
.txt_list08 span {font-weight:bold;color: #222;}
.txt_list09 {width:100%;display:inline-block;font-size:1em;line-height:1.5em;margin:0 0 18px 0}
.txt_list09 span {color: #000;}
.txt_list10 {width: 100%;color: #00349a;}
.txt_list11 {width:100%;display:inline-block;font-size:1.625em;line-height:1.5em;color:#0667b1;margin:46px 0 12px 0}
.txt_list12 {width:100%;display:inline-block;font-size:1.625em;line-height:1.5em;color:#0667b1;margin:0 0 39px 0}
.txt_list13 {width:100%;display:inline-block;font-size:1.625em;line-height:1.5em;color:#0667b1;margin:44px 0 26px 0}
.txt_list14 {width:100%;display:inline-block;font-size:1em;line-height:1.5em;color: #000;}
.txt_list15 {width:100%;display:inline-block;font-size:1.625em;line-height:1.5em;color:#0667b1;margin:23px 0 12px 0} /* 160705 */
.txt_list16 {display:inline-block;font-size:1em;line-height:1.25em;margin: 0 0 11px 0}
.txt_list21 {width:100%;display:inline-block;font-size:1.625em;line-height:1.5em;color:#0667b1;margin:0 0 5px 0}

/*bullet 리스트 160429, 160516 */
li.txt_bul_list01 {background:url("../images/layout/bul_square.gif") 0 0.6em no-repeat;padding-left: 0.5em !important;line-height: 1.625em !important;}
li.txt_bul_list02 {padding: 0 0 0 1.0em;font-size: 1em;}
/*bullet check 리스트 160525 */
li.txt_bul_list03 {background:url("../images/layout/bul_chk.gif") 0 0.2em no-repeat;padding-left: 1em !important;}
/*bullet disc 리스트 160516 */
li.txt_bul_list04 {background:url("../images/layout/bul_disc.gif") 0em 0.6em no-repeat;padding-left: 0.5em !important;line-height: 1.625em !important;}
/*bullet 리스트 dash 160518 */
li.txt_bul_list05 {padding-left: 1em;line-height: 1.625em !important;}
li.txt_bul_list05:before {display: inline-block;content: "-"; width: 1em;margin-left: -1em;}

/*bullet 리스트 box 여백 160509 */
ul.txt_bul_box {margin: 0 0 11px 0;}


/*btn_box 버튼스타일 :: 다운로드, 바로가기 버튼 등 */
/*화면 중앙 위치*/
.btn_box {width:100%;margin-bottom:28px}
.btn_line {display:inline-block;border-bottom:1px solid #8d8d8d;color:#444;padding-bottom: 3px;margin-right: 14px;}
.btn_line_right {display:inline-block;border-bottom:1px solid #8d8d8d;color:#444;padding-bottom: 3px;margin-right: 14px;float: right;}
.btn_line2 {display:inline-block;border-bottom:1px solid #8d8d8d;color:#444;padding-bottom: 3px;margin-right: 14px;margin-left: 12px;font-size: 0.875em;}
.btn_line3 {display:inline-block;border:1px solid #8d8d8d;color:#444;padding: 12px 16px;}
.btn_line:hover, .btn_line2:hover {border-bottom:1px solid #5d5d5d;padding-bottom: 3px;color:#494949;/* text-decoration: none; */}
.btn_line3:hover {border-bottom:1px solid #5d5d5d;padding-bottom: 12px;color:#494949;/* text-decoration: none; */}
/*페이지타이틀 오른쪽 위치*/
.tit_rbtn {float:right;position: absolute; right: 10px;top: -180px;}
@media all and (max-width:720px) {
	.tit_rbtn {position: relative;top: 0;right: 0;}
}
/*버튼종류*/
.ico_window {background:url("../images/layout/ico_win.png") no-repeat 100% 50% !important;padding-right:20px}
.ico_window2 {background:url("../images/layout/ico_win2.gif") no-repeat 100% 50%;padding-right:20px}
.ico_window_trans {background:url("../images/layout/ico_window_trans.png") no-repeat 100% 50% !important;padding-right:20px}
.ico_download {background:url("../images/layout/ico_down.png") no-repeat 100% 50%;padding-right:16px}
.ico_chat {background:url("../images/kopo/icon_chat.png") no-repeat 100%;width:40px;height:40px}
.ico_music {background:url("../images/kopo/icon_music.png") no-repeat 100%;width:40px;height:40px}
@media all and (max-width:720px) {
	.btn_line, .btn_line2, .btn_line3, .btn_line4, .btn_line_right{margin-bottom: 8px;} /*화면축소 시 버튼 두개일때 각 버튼 아래 여백추가 160516 */
}

/* 화면 내 탭 선택(이동) 데이터 변경 */
.tab_content_box > div { display: none; }
.tab_content_box > div.active { display: block; }


/*side_info 부가정보 :: 책임자정보 등*/
.side_info {padding:10px 24px 11px 21px;background-color:#f6f7f7;border-left:3px solid #a8a7a7;margin-bottom:28px}
.single_list {color:#767676;font-size:1em;line-height:1.5em}
.single_list strong {margin-right:20px}
@media all and (max-width:480px) {
	.single_list span {display:block}
}



/* table_box 표 */
.table_box {width:100%;}
.tab_box + .table_box {margin-top:78px} /*탭박스 아래 표 간격*/
.tbl_table {width:100%;margin-top:10px;margin-bottom: 10px;text-align:center;border-left:1px solid #e1e1e1}
.tbl_table th {background-color:#f8f8f8;border-top:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;;padding:17px 4px 19px 4px;line-height:1.25em;}
.tbl_table td {border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:18px 4px 19px 4px;line-height:1.25em;color:#878787}
.tbl_table tbody th {background-color:#fff;border-bottom:1px solid #e1e1e1; border-top:0; font-weight: normal; } /* 리스트 제목 셀 160429 */
.tbl_table tbody th.bg {background-color:#f8f8f8;}
.tbl_table.no_head tbody th {border-bottom:1px solid #e1e1e1; border-top:0; font-weight: bold;background-color: #f8f8f8;}
.tbl_table td.txtRed {color: #ff0000 !important;}
.tbl_top_info {font-size: 0.875em;display: block;} 
.tbl_bottom_info {font-size: 0.875em;display: block;} 

.tbl_table .mul_tit {text-align: left;padding-left: 1em !important;}
.tbl_table.no_head {border-top: 1px solid #e1e1e1; }

/* table 스타일2 */
.tbl_table2 {width:100%;margin: 20px 0 10px 0;}
.tbl_table2.no_head {border-top: 1px solid #D8D8D8;}
.tbl_table2 thead tr th {padding: 4px 2px 2px 2px;font-size: 1em;font-weight: bold;border-right: 1px solid #bac6dd;border-top: 2px solid #82abd8;border-bottom: 1px solid #bac6dd;color: #4b88ba;background-color: #f5f8fc;}
.tbl_table2 thead tr th:last-child {border-right: 0;}
.tbl_table2 thead tr th.br {border-right: 1px solid #bac6dd;}
.tbl_table2 tbody tr th {font-size: 1em;border-right: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;color: #666;text-align: center;padding: 4px 2px 2px 2px;}
.tbl_table2 tbody tr td {font-size: 1em;border-right: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;color: #666;text-align: center;padding: 4px 2px 2px 2px;}
.tbl_table2 tbody tr td:last-child {border-right: 0;}
.tbl_table2 tbody tr td.br {border-right: 1px solid #D8D8D8;}
.tbl_table2 tfoot tr th {font-size: 1em;border-right: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;color: #666;text-align: center;padding: 4px 2px 2px 2px;}
.tbl_table2 tfoot tr td {font-size: 1em;border-right: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;color: #666;text-align: center;padding: 4px 2px 2px 2px;}
.tbl_table2 tfoot tr td:last-child {border-right: 0;}

/*갤러리형 box*/
.video_box li {/*max-width: 316px;max-height:230px;height:auto;display: inline-block; */text-align: left;margin: 6px;border:1px solid #DDDDDD;}
.video_box li p{font-size: 1em;line-height: 2em;padding:5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 1em;text-align: left}
.video_box li p span:after{content: ' | '}
.video_box li p span{font-weight: bold;}
.video_box li span.chk_outer {display: inline-block;line-height: 2em;padding: 5px 7px;float: left;}
.poster_box li {max-width: 232px;max-height:388px;height:auto;display: inline-block; text-align: center;margin: 7px;border:1px solid #DDDDDD;}
.poster_box li img {background-size:contain;height:auto;max-width: 100%}
.poster_box li p {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 1em;text-align: left}
.poster_box li span.chk_outer {display: inline-block;line-height: 1em;padding: 0 7px;float: left;}
.poster_box li span.chk_outer input[type="checkbox"] {vertical-align: bottom;}
.photo span.chk_outer{position: absolute;z-index: 1;right: 10px;top: 10px;}


/*리스트형 컨텐츠// 라디오광고음원? */
.list_box {height: 68px;background-color:#f4f4f2; margin-bottom:12px;position:relative;}
.list_box.selected { margin-bottom: 0;}
.list_text_block {display: inline-block;margin: 24px 0 24px 24px;width:60%}
.list_text_block strong { font-size: 1.25em;}
.list_icon_block {width: 30%;position: absolute;right: 1.2em;text-align: right;top: 1.2em;min-width: 90px;}
.list_icon_block span {float:right;}
.list_icon_block button {float:right;}
.list_icon_block a.music_link {float:right; display:block;}
@media all and (max-device-width: 480px){
	.list_text_block{width:50%}
}

.box_detail{padding:24px;display: none; border: 1px solid #ededed;border-top:none; margin-bottom:12px;font-size: 0.87em;line-height: 1.125em;}

/*공용 - 마지막에 적용되어야 하므로 위치 변경하지 마세요*/
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}
th.bdb0, td.bdb0 {border-bottom:0}
th.bdt0 {border-top:0}
th.bdt1, tr.bdt1, td.bdt1{border-top: 1px solid #e1e1e1 !important;}
.pd0 {padding: 0;}
.mt0 {margin-top:0 !important;}
.mg0 {margin: 0 !important;}
.ml0 {margin-left:0 !important;}
.mb0 {margin-bottom:0 !important;}
.img100 {width: 100%;}
.imgCenter {margin: 0 auto; display: block;}
.ml05 {margin-left: 0.5em !important;}
.ml1 {margin-left: 1em !important;}
.mb10{margin-bottom:12px !important;}
.mb12{margin-bottom:12px !important;}
.mb23{margin-bottom:23px !important;}
.pdt12 {padding-top: 12px !important;}
.pdt22 {padding-top: 22px !important;}
.pdt23 {padding-top: 23px;}
.pdt69 {padding-top: 69px !important;}
.pdt78 {padding-top: 78px !important;}
.mt12 {margin-top: 12px;}
.mt47{margin-top: 47px;}
.mt50{margin-top: 50px;}
.mt69{margin-top: 69px !important;}
.mt78{margin-top: 78px !important;}

/* 텍스트컬러 */
.txtOrg {color: #fe6e17;}
.txtGrn {color: #3d9309;}
.txtBlu {color: #0667b1;}
.txtRed {color: #FF0000;}
.txtWhite {color: #fff;}

/* 테이블 x scroll */
div.tbl_outer {width: 100%;overflow-x: auto;}
div.tbl_outer .tbl_table {min-width: 640px;}

/* 학과소개 이미지 여백 */
.sos_01_img{margin: 20px 0;width: 100%}
.bu{padding-left: 1em;display: block; }

.tbl_border {border:1px solid #e1e1e1; margin: 5px}
.tbl_border th, .tbl_border td {height:25px;line-height:25px;padding:2px 5px;border:1px solid #e1e1e1}

.extra_info {background-color: #f8f8f8;padding: 26px 34px;margin: 36px 0px;font-size:1em;line-height: 1.5em}