@charset "utf-8";

/* ==========================================================================
   style.css
   Copyright(C) 2014 K2WEBTECH Co., Ltd
   ========================================================================== */
   
   
/* ==========================================================================
   공통 PC
	========================================================================== */
	/* 20180907 학과페이지 탭메뉴 추가 */
	ul.nav-tabs {position:relative;overflow:hidden;margin:0;padding:0;list-style:none;}
	ul.nav-tabs li {float:left;display:inline;width:50%;height:auto;text-align:center;}
	ul.nav-tabs li a {display:block;padding:10px;background:#fff;color:#c00c0c;font-weight:700;font-size:20px;cursor:pointer}
	ul.nav-tabs li.active a {background:#c00c0c;color:#fff;}
	
	div.tab-content {border:3px solid #c00c0c;box-sizing:border-box;padding:10px;margin:0;}
	div.tab-content2 {border:3px solid #c00c0c;box-sizing:border-box;margin:0 0 30px 0;padding:0;}
   
	div.tab-content .hide {display:none;opacity:0;} 
	div.tab-content2 .hide {display:none;opacity:0;}
	
	div.tab-content .active {display:block;opacity:1;} 
	div.tab-content2 .active {display:block;opacity:1;}
	
	div.tab-content2 table td:last-child {text-align:left !important}
	
@media screen and (min-width:1281px) {
	div.inner{width:1024px;margin: 0 auto;position:relative;overflow:hidden;}
	div.inner2{width:1024px;margin: 0 auto;position:relative;overflow:hidden;box-sizing:border-box;border:2px solid #c00c0c;}
	span.brD{display:block;}
	
}

/* ==========================================================================
   공통 TABLET
   ========================================================================== */
   
@media screen and (min-width:671px) and (max-width:1280px) {
	div.inner{position:relative;overflow:hidden;}
	div.inner2{position:relative;overflow:hidden;}	
	div.inner span.em {margin-left:30px;}
	
	ul.nav-tabs, div.tab-content,div.tab-content2 {margin:0 30px}
	ul.nav-tabs li a {padding:10px 0 8px 0;font-size:18px;}
}

/* ==========================================================================
   공통 MOBILE
   ========================================================================== */
   
@media screen and (max-width:670px) {
	div.inner{position:relative;overflow:hidden;}
	div.inner2{position:relative;overflow:hidden;}
	div.inner span.em {margin-left:15px;}
	
	ul.nav-tabs, div.tab-content,div.tab-content2 {margin:0 15px}
	ul.nav-tabs li a {padding:10px 0 8px 0;font-size:16px;}
	
	.tableWrap.scroll {overflow-x:scroll;}
	.tableWrap table.scroll {width:1020px !important;}
}

div.btn{height:37px;position:relative;padding-top:50px;}
div.btn a{display:block;width:37px;height:37px;text-indent:-9999px;position:absolute;left:50%;margin-left:-18px;}
div.btn a.openLevel{background:url('../../images/depart/common/btn_more.png') no-repeat center;}
div.btn a.closeLevel{background:url('../../images/depart/common/btn_close.png') no-repeat center;}

.center{text-align:center;}

/* ==========================================================================
   비주얼 공통 
   ========================================================================== */
   
	#wrap_visual{width:100%;position:relative;background-size:cover !important;}
	#wrap_visual div{width:100%;height:100%;background:url('../../images/depart/common/visual_pat.png') repeat;position:absolute;top:0px;left:0px;}
	#wrap_visual h2{position:absolute;left:50%;text-indent:-9999px;background-size:cover !important;}
	#wrap_visual p{position:absolute;width:90%;left:50%;margin-left:-50%;font-weight:bold;text-shadow:1px 1px #000;color:#FFF;text-align:center;}
	#wrap_visual ul.detail {overflow:hidden;position:absolute;width:100%;left:50%;margin-left:-50%;font-weight:bold;text-shadow:1px 1px #000;color:#FFF;text-align:center;}
	#wrap_visual ul.detail li {display:inline-block;padding:0 30px;margin:10px 5px;border:2px solid #fff;}


/* ==========================================================================
   비주얼 PC
   ========================================================================== */
   
@media screen and (min-width:1281px) {
	#wrap_visual{min-width:1024px;height:620px;}
	#wrap_visual h2{width:550px;margin-left:-275px;top:265px;height:80px;}
	#wrap_visual p{width:1024px;margin-left:-512px;top:350px;font-size:21px;}
	#wrap_visual p:last-child{width:1024px;margin-left:-512px;top:515px;}
	#wrap_visual ul.detail {top:390px;font-size:19px;}
}


/* ==========================================================================
   비주얼 TABLET
   ========================================================================== */
   
@media screen and (min-width:671px) and (max-width:1280px) {
	#wrap_visual{height:450px;}
	#wrap_visual h2{width:450px;margin-left:-225px;top:175px;height:65px;}
	#wrap_visual p {top:245px;font-size:18px;padding:0 5%;}
	#wrap_visual p:last-child {top:380px;}
	#wrap_visual ul.detail {top:280px;font-size:16px;}
}

/* ==========================================================================
   비주얼 MOBILE
   ========================================================================== */
   
@media screen and (max-width:670px) {
	#wrap_visual{height:310px;}
	#wrap_visual h2{width:300px;margin-left:-150px;top:130px;height:39px;}
	#wrap_visual p{top:175px;font-size:12px;padding:0 5%;}
	#wrap_visual p:last-child{top:260px;}
	#wrap_visual ul.detail {top:200px;font-size:12px;}
	#wrap_visual ul.detail li {padding:0 5px;margin:2px;}
}

/* ==========================================================================
   레벨01:학과소개
   ========================================================================== */
   
/* ==========================================================================
   공통
   ========================================================================== */
   
	#level_01{width:100%;overflow:hidden;letter-spacing:-0.05em;word-spacing:-0.05em;}
	#level_01 .since{color:#FFF;background:#c00c0c;font-size:16px;font-weight:bold;padding:6px 0;text-align:center;font-family:Tahoma,sans-serif;}
	#level_01 h3 span{color:#c00c0c;}
	#level_01 div.text{color:#000;}
	#level_01 div.text span{display:block;border-top:2px solid #c00c0c;width:30px;padding-bottom:20px;}
	
	#level_01 div.strength{margin-top:25px;}
	#level_01 div.strength h4{float:left;border-top:2px solid #c00c0c;padding-top:5px;color:#c00c0c;font-size:22px;font-weight:bold;font-family:Tahoma,sans-serif;}
	#level_01 div.strength ul{clear:both;overflow:hidden;width:100%;padding-top:25px;}
	#level_01 div.strength li{font-weight:bold;font-size:14px;line-height:18px;text-align:center;}
	#level_01 div.strength li span{color:#FFF;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;}
	#level_01 div.strength li:nth-child(1) span{background:url('../../images/depart/common/strength_01.png') repeat center;}
	#level_01 div.strength li:nth-child(2) span{background:url('../../images/depart/common/strength_02.png') repeat center;}
	#level_01 div.strength li:nth-child(3) span{background:url('../../images/depart/common/strength_03.png') repeat center;}

/* ==========================================================================
   연락처
   ========================================================================== */
   
	#level_01 div.text div.contactNo{margin-top:75px;width:100%;font-size:16px;font-weight:bold;color:#000;line-height:100%;}
	#level_01 div.text div.contactNo span{font-size:12px;width:20px;height:17px;padding:3px 0 0 0 !important;}
	#level_01 div.text div.contactNo span{display:inline-block;margin:0 5px 0 15px;border:0px;color:#FFF;background:#000;text-align:center;vertical-align:middle;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;}

/* ==========================================================================
   인트로이미지슬라이더
   ========================================================================== */   
	#level_01 div.img_intro{width:100%;height:auto;margin-top:103px;position:relative;}
	#level_01 div.img_intro .btn_intro{width:100%;position:absolute;top:50%;margin-top:-50px;left:0;}
	#level_01 div.img_intro .btn_intro a{display:block;width:28px;height:51px;text-indent:-9999px;position:absolute;}
	#level_01 div.img_intro .btn_intro a.btn_intro_left{background:url('../../images/depart/common/btn_gall_left.png') no-repeat center;left:20px;}
	#level_01 div.img_intro .btn_intro a.btn_intro_right{background:url('../../images/depart/common/btn_gall_right.png') no-repeat center;right:20px;}  
	#level_01 div.img_intro .btn_intro a.btn_intro_play {display:block;width:22px;height:22px;text-indent:-9999px;position:absolute;background:url('../../images/depart/common/btn_gall_play1.png') no-repeat center; top:140px; left:50%; margin-left: 10px;}
	#level_01 div.img_intro .btn_intro a.btn_intro_stop {display:block;width:22px;height:22px;text-indent:-9999px;position:absolute;background:url('../../images/depart/common/btn_gall_stop1.png') no-repeat center; top:140px; left:50%; margin-left: 35px;}
	
	#level_01 div.img_intro .btn_intro2 { text-align: center; margin: 20px 0; }
	#level_01 div.img_intro .btn_intro2 a{display:inline-block;width:22px;height:22px;text-indent:-9999px; text-align: center;}
	#level_01 div.img_intro .btn_intro2 a.btn_intro_play {background:url('../../images/depart/common/btn_gall_play1.png') no-repeat center;}
	#level_01 div.img_intro .btn_intro2 a.btn_intro_stop {background:url('../../images/depart/common/btn_gall_stop1.png') no-repeat center;}
		
		
	/* 20180905 추가 */
	#level_01 div.text2{font-size:19px;line-height:28px;color:#000;font-weight:bold;}
	#level_01 div.text2 span{display:block;border-top:3px solid #c00c0c;width:30px;padding-bottom:20px;}
	#level_01 div.pointed{margin:0 auto;margin-top:30px;text-align:center;}
	#level_01 div.pointed .title{display:inline-block;width:auto;padding-top:5px;border-top:3px solid #c00c0c;color:#c00c0c;font-size:22px;line-height:29px;font-weight:900;font-family:'NanumS',sans-serif;}
	
	#level_01 .box_gallery{position:relative;width:100%;height:auto;}
	#level_01 .box_gallery .btn_gal{width:100%;position:absolute;top:42%;left:0;}
	#level_01 .box_gallery .btn_gal a{display:block;width:38px;height:38px;text-indent:-9999px;position:absolute;}
	#level_01 .box_gallery .btn_gal a.btn_gal_left{background:url('../../images/depart/common/btn_point_left.png') no-repeat center;left:0px;}
	#level_01 .box_gallery .btn_gal a.btn_gal_right{background:url('../../images/depart/common/btn_point_right.png') no-repeat center;right:0px;}
	#level_01 .box_gallery .btn_gal2 { text-align: center; margin: 20px 0 0 0; }
	#level_01 .box_gallery .btn_gal2 a{display:inline-block;width:22px;height:22px;text-indent:-9999px; text-align: center;}
	#level_01 .box_gallery .btn_gal2 a.btn_gal_play {background:url('../../images/depart/common/btn_gall_play2.png') no-repeat center;}
	#level_01 .box_gallery .btn_gal2 a.btn_gal_stop {background:url('../../images/depart/common/btn_gall_stop2.png') no-repeat center;}
	
	#level_01 .slider_gallery {overflow:hidden;} 
	#level_01 .slider_gallery li {position:relative;display:inline-block;width:220px;height:220px;background:#b70c0f url('../../images/depart/common/Strength_bg_patten.png') no-repeat center;}
	#level_01 .slider_gallery li i {display:block;width:100px;height:60px;text-align:center;margin:12px auto 0;}
	#level_01 .slider_gallery li span {display:block;text-align:center;margin: 10px 0 5px 0;height: 66px;}
	#level_01 .slider_gallery li span img {width:auto;height:auto;}
	#level_01 .slider_gallery li p {font-size: 1.05em;font-weight:bold;text-align:center;color:#fff;}
	#level_01 .slider_gallery li i.Strength_num01 {background:url('../../images/depart/common/Strength_num01.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num02 {background:url('../../images/depart/common/Strength_num02.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num03 {background:url('../../images/depart/common/Strength_num03.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num04 {background:url('../../images/depart/common/Strength_num04.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num05 {background:url('../../images/depart/common/Strength_num05.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num06 {background:url('../../images/depart/common/Strength_num06.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num07 {background:url('../../images/depart/common/Strength_num07.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num08 {background:url('../../images/depart/common/Strength_num08.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num09 {background:url('../../images/depart/common/Strength_num09.png') no-repeat center;}
	#level_01 .slider_gallery li i.Strength_num10 {background:url('../../images/depart/common/Strength_num10.png') no-repeat center;}
   	/* 20180905 추가 끝 */

/* ==========================================================================
   PC
   ========================================================================== */
   
@media screen and (min-width:1281px) {
	#level_01{min-width:1024px;}
	#level_01 .since{float:right;width:113px;}
	#level_01 h3{margin-top:60px;}
	#level_01 h3 span{font-size:35px;}
  	#level_01 div.text{float:left;width:42%;margin-top:25px;font-size:18px;line-height:28px;}
	#level_01 div.strength{width:50%;float:right;}
	#level_01 div.strength li{float:left;display:table;font-weight:bold;font-size:14px;line-height:18px;text-align:center;}
	#level_01 div.strength li span{display:table-cell;vertical-align:middle;width:130px;height:120px;padding:30px 20px 20px 20px;}
  
	/* 20180905 추가 */
	#level_01 div.text2{width:auto;margin-top:10px;}
	#level_01 .box_gallery .bx-viewport { height: auto !important; }
	/* 20180905 추가 끝 */	
}

/* ==========================================================================
   Tablet
   ========================================================================== */
   
@media screen and (min-width:671px) and (max-width:1280px) {
	#level_01 .since{float:right;width:113px;}
	#level_01 h3{margin-top:90px;padding:0 30px;}
	#level_01 h3 span{font-size:30px;}
  	#level_01 div.text{width:32%;float:left;margin-top:25px;font-size:18px;line-height:28px;padding-left:30px;}
	#level_01 div.strength{width:60%;float:right;}
	#level_01 div.strength li{float:left;display:table;}
	#level_01 div.strength li span{display:table-cell;vertical-align:middle;width:110px;height:100px;padding:30px 20px 20px 20px;}
	
	/*인트로이미지슬라이더*/	
	#level_01 div.img_intro{width:100%;height:150px;margin-top:80px;position:relative;}
	#level_01 div.img_intro li{width:165px !important;}  
	
  /* 20180905 추가 */
  	#level_01 div.text2{margin-top:25px;padding-left:30px;}
	#level_01 .box_gallery .bx-viewport { height: auto !important; } 
	/* 20180905 추가 끝 */
}

/* ==========================================================================
   Mobile
   ========================================================================== */
   
@media screen and (max-width:670px) {
	#level_01 .since{}
	#level_01 h3{margin-top:20px;padding:0 15px;}
	#level_01 h3 span{font-size:22px;}
	#level_01 div.text{margin-top:15px;font-size:16px;line-height:24px;padding:0 15px;}
	#level_01 div.text span{padding-bottom:10px;}  
	#level_01 div.strength{padding:0 15px;}
	#level_01 div.strength h4{font-size:18px;}
	#level_01 div.strength ul{padding-top:10px;}
	#level_01 div.strength li{font-size:13px;line-height:20px;text-align:left;margin:5px 0;}
	#level_01 div.strength li span{display:block;width:90%;padding:10px 5%;}
	#level_01 div.strength li span{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
  
	#level_01 div.img_intro li{width:6.2% !important;}
	
	/* 20180905 추가 */
	#level_01 div.text2{margin-top:15px;font-size:16px;line-height:24px;padding:0 15px;}
	#level_01 div.text2 span{padding-bottom:10px;}  
	#level_01 .box_gallery .bx-viewport { height: auto !important; }
	
	#level_01 .slider_gallery li p {font-size: 0.9em;}
	/* 20180905 추가 끝 */
	
   
}

/* ==========================================================================
   레벨03:진로분야
   ========================================================================== */	
   
/* ==========================================================================
   공통
   ========================================================================== */	

   #level_03{width:100%;color:#000;background:#f9f9f9;letter-spacing:-0.05em;word-spacing:-0.05em;}
	#level_03 dl{}
	#level_03 dt{font-weight:bold;display:block;;}
	#level_03 dd{border-bottom:1px solid #959595;}
	#level_03 dd span{font-weight:bold;display:block;margin-top:15px;}
	#level_03 dt.dtTop{border:0px;padding-top:0px;}
	#level_03 dd.ddBottom{border:0px;padding-bottom:0px;}
	

	#level_03 h3{font-size:28px;color:#171717;margin-bottom:15px;}
	#level_03 h3 span{display:block;border-top:2px solid #000;height:10px;width:30px;}
	#level_03.bg {background:#e0e0e0 !important;}

/* ==========================================================================
   PC
   ========================================================================== */	
   
@media screen and (min-width:1281px) {
	#level_03{min-width:1024px;padding:50px 0;}
	#level_03 dl{}
	#level_03 dt{font-size:22px;padding-top:20px;padding-bottom:5px;}
	#level_03 dd{font-size:14px;line-height:26px;padding-bottom:20px;}
}

/* ==========================================================================
   Tablet
   ========================================================================== */	
   
@media screen and (min-width:671px) and (max-width:1280px) {
	#level_03{padding:50px 0;}
	#level_03 dl{padding:0 30px;}
	#level_03 dt{font-size:22px;padding-top:20px;padding-bottom:10px;}
	#level_03 dd{font-size:16px;line-height:28px;padding-bottom:20px;}
	
	#level_03 h3{font-size:22px;margin:0 30px 20px 30px;}
}

/* ==========================================================================
   Mobile
   ========================================================================== */	
   
@media screen and (max-width:670px) {
	#level_03{padding:50px 0;}
	#level_03 dl{padding:0 15px;}
	#level_03 dt{font-size:18px;padding-top:20px;padding-bottom:10px;}
	#level_03 dd{font-size:14px;line-height:22px;padding-bottom:20px;}
	
	#level_03 h3{font-size:20px;margin:0 15px 20px 15px;}
}

/* ==========================================================================
   레벨04:진로회사
   ========================================================================== */	

/* ==========================================================================
   공통
   ========================================================================== */	

	#level_04{width:100%;background:#FFF;display:none;}
	#level_04 h3{font-weight:bold;margin:0 0 30px 0;font-size:22px;}
	#level_04 ul{overflow:hidden;border-bottom:1px solid #cecece;}
	#level_04 ul li{float:left;display:table;letter-spacing:-0.05em;word-spacing:-0.05em;}
	#level_04 ul li span{display:table-cell;text-align:center;vertical-align:middle;border-top:1px solid #cecece;border-left:1px solid #cecece;}

/* ==========================================================================
   PC
   ========================================================================== */	
   
@media screen and (min-width:1281px) {
	#level_04{min-width:1024px;padding:50px 0;}
	#level_04 ul{}
	#level_04 ul li{width:25%;font-size:14px;line-height:22px;}
	#level_04 ul li span{height:48px;padding:0 15px;}
	#level_04 ul li:nth-child(4n+0) span{border-right:1px solid #cecece;}
}

/* ==========================================================================
   Tablet
   ========================================================================== */	
   
@media screen and (min-width:671px) and (max-width:1280px) {
	#level_04{padding:50px 0;}
	#level_04 h3{margin:0 0 30px 30px;}
	#level_04 ul{margin:0 30px;}
	#level_04 ul li{width:33.3%;font-size:16px;line-height:22px;}
	#level_04 ul li span{height:68px;padding:0 15px;}
	#level_04 ul li:nth-child(3n+0) span{border-right:1px solid #cecece;}
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media screen and (max-width:670px) {
	#level_04{padding:50px 0;}
	#level_04 h3{font-size:18px; margin:0 0 30px 15px;} 
	#level_04 ul{margin:0 15px;}
	#level_04 ul li{width:50%;font-size:12px;line-height:16px;}
	#level_04 ul li span{height:50px;padding:0 8px;}
	#level_04 ul li:nth-child(even) span{border-right:1px solid #cecece;}
}

/* ==========================================================================
   레벨05:취업성공기
   ========================================================================== */
   
/* ==========================================================================
   공통
   ========================================================================== */

	#level_05{width:100%;color:#FFF;background:#474747;background-size:cover !important;}		
	#level_05 p.title{}
	#level_05 p.title span{font-weight:bold;display:block;text-align:left;}
	#level_05 p.text{font-size:14px;line-height:24px;text-align:left;}
	
	/* 20190325 취업성공기 슬라이더 추가 */
	#level_05 .intro-ssjob {width:100%;height:100%;max-width:1024px;margin:0 auto;color: #fff;padding:0px;}	
	#level_05 .intro-ssjob .box-arrow-ssjob {width:100%;max-width:1024px;margin: 0 auto;position:relative;z-index:50;}
	#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob {display:inline-block;width:40px;height:80px;text-indent:-9999px;position:absolute;top:360px;z-index:50;}
	#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob.prev {background: url('../../images/depart/common/arrow_slide_left.png') no-repeat top center;left:-100px;}
	#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob.next {background: url('../../images/depart/common/arrow_slide_right.png') no-repeat top center;right:-100px;}
	#level_05 .intro-ssjob .slick-dots {text-align:center;margin: 40px 0 0 0;}
	#level_05 .intro-ssjob .slick-dots li {display:inline-block !important;width:30px !important;height:4px !important;background:#fff;margin: 0 5px !important;text-indent: -9999px!important;}
	#level_05 .intro-ssjob .slick-dots li:hover {cursor:pointer !important;}
	#level_05 .intro-ssjob .slick-dots li.slick-active {background:#ba3a37 !important;}
	
		
	/* 20190508 SUCESS STORY 취업후기*/
	#level_05.bg {background-color:#af2026 !important;background-image:none !important;}		
	#level_05 .img {position:relative;}
	#level_05 .img .sucess_company {position:absolute;bottom:0;width:100%;height:60px;line-height:1;padding:13px 0 0;background:rgba(0,0,0,0.7);}
	#level_05 .img .sucess_company h3 {float:left;display:inline;padding:0;width:230px;background:none;}	
	#level_05 .img .sucess_company h3 img {width:auto !important}
	#level_05 .img .sucess_company ul {float:left;dispaly:inline;overflow:hidden;padding-left:15px;border-left:1px solid #fff;}
	#level_05 .img .sucess_company ul li{display:block;color:#fff;}	
	#level_05 .img .sucess_company ul li.sucess_name{font-size:22px;font-weight:900;margin-bottom:10px;}
	#level_05 .img .sucess_company ul li.sucess_duty{font-size:14px;font-weight:600;}
		
	#level_05 p.title2 span{font-weight:bold;display:block;text-align:left;}
	#level_05 p.text2{font-size:14px;letter-spacing:-0.5px;}	
	
	/* 20190516 SUCESS STORY 국내ㆍ외취업자 */
	#level_05 #wrap_ssjob {width:100%;background:#af2026;padding:25px 0;display:inline-block;}
		
	#level_05 .ssjob_cert {position:relative;text-align:left;color:#fff;}
	#level_05 .ssjob_cert .block_cert {width:100%;min-width:360px;height:135px;background:#303030;margin-bottom:5px;}
	#level_05 .ssjob_cert .block_cert:last-child {margin-bottom:0;}	
	
	#level_05 .ssjob_cert ul li {display:block;width:100%;overflow:hidden;margin:0 2.5px;}
	#level_05 .ssjob_cert ul li .first{margin-left:0;} 
	#level_05 .ssjob_cert ul li .last {margin-right:0;}
	
	#level_05 .ssjob_cert ul li p {float:left;width:135px;height:135px;margin:0;padding:0px;}	
	#level_05 .ssjob_cert ul ul {overflow:hidden;width:170px;padding:10px 15px 0;}
	#level_05 .ssjob_cert li li {display:inlie-block;float:left;margin:0;width:100% !important;text-align:left;}
	#level_05 .ssjob_cert li li.company {font-size:18px;font-weight:900;}
	#level_05 .ssjob_cert li li.duty {font-size:13px;font-weight:600;}
	#level_05 .ssjob_cert li li.logo {margin-top:30px;height:20px;}
	#level_05 .ssjob_cert li li.logo img {width:auto;height:auto;}
	#level_05 .ssjob_cert li li.name {padding-top:4px;font-size:12px;font-weight:600;border-top:2px solid #fff;}
	#level_05 .ssjob_cert li li.name span {font-weight:normal;font-size:11px;vertical-align:top;}
	#level_05 .ssjob_cert li li.name span.grad {font-weight:600;font-size:12px;padding-left:5px;}

	
	/* 20180906 employ이미지 슬라이더
	#level_05 div.img_employ{width:100%;height:auto;margin-top:50px;position:relative;}
	#level_05 div.img_employ .btn_intro{width:100%;position:absolute;top:50%;margin-top:-25px;left:0;}
	#level_05 div.img_employ .btn_intro a{display:block;width:30px;height:30px;text-indent:-9999px;position:absolute;}
	#level_05 div.img_employ .btn_intro a.btn_intro_left{background:url('../../images/depart/common/btn_point_left.png') no-repeat center;left:20px;}
	#level_05 div.img_employ .btn_intro a.btn_intro_right{background:url('../../images/depart/common/btn_point_right.png') no-repeat center;right:20px;}  
	#level_05 div.img_employ .btn_intro a.btn_intro_play {display:block;width:22px;height:22px;text-indent:-9999px;position:absolute;
	background:url('../../images/depart/common/btn_gall_play1.png') no-repeat center; top:140px; left:50%; margin-left: 10px;}
	#level_05 div.img_employ .btn_intro a.btn_intro_stop {display:block;width:22px;height:22px;text-indent:-9999px;position:absolute;
	background:url('../../images/depart/common/btn_gall_stop1.png') no-repeat center; top:140px; left:50%; margin-left: 35px;}
	*/

/* ==========================================================================
   PC
   ========================================================================== */

	@media screen and (min-width:1281px) {
		#level_05{min-width:1024px;padding:50px 0;}
		#level_05 h3{color:#FFF;font-weight:bold;font-size:15px;padding:10px 0;background:#c00c0c;width:105px;text-align:center;}
		#level_05 p.title {font-size:24px;margin:60px 0 10px 0;line-height:34px;}
		#level_05 p.title2{font-size:30px;font-weight:900;margin:15px 0 30px;line-height:40px;}
	}

/* ==========================================================================
   Tablet
   ========================================================================== */
   
	@media screen and (min-width:671px) and (max-width:1280px) {
		#level_05{padding:50px 0;}
		#level_05 h3{color:#fff;font-weight:bold;font-size:15px;padding:10px 0;margin-left:50px;background:#c00c0c;width:105px;text-align:center;}
	  	#level_05 .img {margin:0 50px;}
	  	#level_05 .img img{width:100%;}
		#level_05 p.title{font-size:24px;margin:60px 50px 10px;line-height:34px;}
		#level_05 p.text{margin:0 50px;}		
		
		#level_05 .img .sucess_company {height:35px;padding:10px 0;}
		#level_05 .img .sucess_company h3 {width:130px;}	
		#level_05 .img .sucess_company h3 img {width:80% !important}
		#level_05 .img .sucess_company ul li.sucess_name{font-size:18px;font-weight:600;margin-bottom:5px;}
		#level_05 .img .sucess_company ul li.sucess_duty{font-size:12px;}
		
		#level_05 p.title2{font-size:30px;margin:20px 50px 10px;line-height:40px;}
		#level_05 p.text2{margin:0 50px;text-align: justify;}	
		
		/* 20180906 employ이미지 슬라이더	
		#level_05 div.img_employ{width:100%;height:auto;margin-top:80px;position:relative;}
		#level_05 div.img_employ li{width:165px !important;}  
		*/

		/* 20190325 취업성공기 슬라이더 화살표 감추기 */
		#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob {top:460px;}
		#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob.prev {left:0px;background: url('../../images/depart/common/arrow_depart_left.png') no-repeat top center;}
		#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob.next {right:0px;background: url('../../images/depart/common/arrow_depart_right.png') no-repeat top center;}
		
		/* 20190516 SUCESS STORY 국내ㆍ외취업자 */
		.ssjob_cert ul ul {width:auto;}
	}
	
/* ==========================================================================
   Mobile
   ========================================================================== */
  
	@media screen and (max-width:670px) {
		#level_05{padding:50px 0;}
		#level_05 h3{color:#fff;font-weight:bold;font-size:14px;padding:8px 0;margin:0;background:#c00c0c;width:auto;text-align:center;}
	  	#level_05 .img {margin:0;}
	  	#level_05 .img img{width:100%;}
		#level_05 p.title{font-size:20px;margin:30px 50px 10px;line-height:28px;}
		#level_05 p.text{margin:0 50px;text-align:justify !important;}		
		
		#level_05 .img .sucess_company {height:30px;padding:10px 0;}
		#level_05 .img .sucess_company h3 {width:130px;}	
		#level_05 .img .sucess_company h3 img {width:80% !important}
		#level_05 .img .sucess_company ul li.sucess_name{font-size:16px;font-weight:600;margin-bottom:5px;}
		#level_05 .img .sucess_company ul li.sucess_duty{font-size:12px;}
		
		#level_05 p.title2{font-size:20px;margin:30px 20px 10px;line-height:24px;}
		#level_05 p.text2{margin:0 20px;font-size:13px;line-height:1.5;text-align:justify !important;}
		
		/* 20180906 employ이미지 슬라이더
		#level_05 div.img_employ li{width:6.2% !important;}
		*/
		
		/* 20190325 취업성공기 슬라이더 화살표 감추기 */
		#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob {top:390px;}
		#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob.prev {left:0px;background: url('../../images/depart/common/arrow_depart_left.png') no-repeat top center;}
		#level_05 .intro-ssjob .box-arrow-ssjob .arrow-ssjob.next {right:0px;background: url('../../images/depart/common/arrow_depart_right.png') no-repeat top center;}
		
		/* 20190516 SUCESS STORY 국내ㆍ외취업자 */
		.ssjob_cert ul ul {width:auto;}
	}


/* ==========================================================================
   레벨06
   ========================================================================== */

/* ==========================================================================
   PC
   ========================================================================== */

   @media screen and (min-width:1281px) {
		#level_06{width:100%;min-width:1024px;padding:50px 0;background:url('../../images/depart/common/bg_level06_2.jpg') repeat top;}
		#level_06 h3{font-size:28px;color:#171717;margin-bottom:15px;}
		#level_06 h3 span{display:block;border-top:2px solid #000;height:10px;width:30px;}
			/*레벨06-교수소개*/
			#level_06 ul.box_teacher {overflow:hidden;margin-bottom:30px;}
			#level_06 ul.box_teacher li{overflow:hidden;float:left;width:328px;height:171px;margin-bottom:20px;background:url('../../images/depart/common/professor_bg.png') no-repeat;}
			#level_06 ul.box_teacher li:nth-child(3n+0){float:right;}
			#level_06 ul.box_teacher li:nth-child(3n+1){margin-right:20px;}
			#level_06 ul.box_teacher li img{display:block;float:left;width:140px;height:169px;margin:1px;}
			#level_06 ul.box_teacher li div{float:left;padding:20px;width:146px;height:119px;color:#000;}
			#level_06 ul.box_teacher li div h4{font-size:16px;margin-bottom:6px;}
			#level_06 ul.box_teacher li div p{font-size:14px;line-height:20px;}
			#level_06 ul.box_teacher li div.smallFont p{line-height:18px;}
	  		#level_06 ul.box_teacher li div.smallFont span{font-size:12px;line-height:16px;}
			#level_06 ul.box_teacher li div.smallFont2 p{font-size:12px;line-height:16px;}
	  		#level_06 ul.box_teacher li .smallFont3{font-size:14px;line-height:16px;}
			/*레벨06-커리큘럼및교육방향*/
			#level_06 div.tbl      {width:100%;font-size:14px;line-height:24px;margin-bottom:30px;border-top:1px solid #333333 !important;border-left:0px !important;}
			#level_06 div.tbl table{width:100%;margin:0px;padding:0px;border-collapse:collapse;border-left:0px !important;}
			#level_06 div.tbl th   {margin:0px;padding:12px;border:1px solid #cdcdcd;background:#f8f8f8;}
			#level_06 div.tbl td   {margin:0px;padding:12px;border:1px solid #cdcdcd;background:#FFF; text-align:left;}
			#level_06 div.tbl th:first-child{border-left:0px !important;}
			#level_06 div.tbl td:last-child{border-right:0px !important;}
			#level_06 div.tbl table caption{display:none;}	  
			/*비전*/
			#level_06 div.vision{width:1024px;margin: 0 auto;position:relative;}
				/*화살표*/
				#level_06 div.vision .arrowRad{position:absolute;top:77px;left:50%;margin-left:-420px;width:841px;height:994px;background:url('../../images/depart/common/arrowRad.png') no-repeat top;}
				#level_06 div.vision .arrowFlight{position:absolute;top:77px;left:50%;margin-left:-231px;width:462px;height:90px;background:url('../../images/depart/common/arrowFlight.png') no-repeat top;}
				#level_06 div.vision .arrowMra{position:absolute;top:97px;left:50%;margin-left:-346px;width:692px;height:90px;background:url('../../images/depart/common/arrowMra.png') no-repeat top;}
				#level_06 div.vision .arrowWkpt{position:absolute;top:97px;left:50%;margin-left:-346px;width:692px;height:236px;background:url('../../images/depart/common/arrowWkpt.png') no-repeat top;}
				#level_06 div.vision .arrow1{position:absolute;top:77px;left:50%;margin-left:-346px;width:692px;height:236px;background:url('../../images/depart/common/arrow1.png') no-repeat top;}
				#level_06 div.vision .arrow2{position:absolute;top:77px;left:50%;margin-left:-346px;width:692px;height:90px;background:url('../../images/depart/common/arrow2.png') no-repeat top;}
				#level_06 div.vision .arrow3{position:absolute;top:77px;left:50%;margin-left:-24px;width:48px;height:416px;background:url('../../images/depart/common/arrow3.png') no-repeat top;}
				#level_06 div.vision .arrow4{position:absolute;top:77px;left:50%;margin-left:-231px;width:462px;height:256px;background:url('../../images/depart/common/arrow4.png') no-repeat top;}
				#level_06 div.vision .arrow5{position:absolute;top:77px;left:50%;margin-left:-24px;width:48px;height:196px;background:url('../../images/depart/common/arrow3.png') no-repeat top;}
				#level_06 div.vision .arrow6{position:absolute;top:77px;left:50%;margin-left:-231px;width:462px;height:236px;background:url('../../images/depart/common/arrow5.png') no-repeat top;}
				#level_06 div.vision .arrow7{position:absolute;top:77px;left:50%;margin-left:-346px;width:692px;height:256px;background:url('../../images/depart/common/arrow6.png') no-repeat top;}
				#level_06 div.vision .arrow8{position:absolute;top:97px;left:50%;margin-left:-346px;width:692px;height:122px;background:url('../../images/depart/common/arrow7.png') no-repeat top;}
				#level_06 div.vision .arrow9{position:absolute;top:77px;left:50%;margin-left:-420px;width:841px;height:236px;background:url('../../images/depart/common/arrow8.png') no-repeat top;}
				/*비전ㆍ교육목표 제목*/
				#level_06 div.vision div.visionWrap{clear:both;overflow:hidden;margin-bottom:40px;position:relative;}
				#level_06 div.vision h4{width:182px;height:50px;padding-top:26px;float:left;color:#FFF;font-size:20px;text-align:center;}
				#level_06 div.vision h4.h4F{background:url('../../images/depart/common/vision_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4F2{height:60px;padding-top:36px;background:url('../../images/depart/common/vision_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S2{height:60px;padding-top:36px;background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S3{height:80px;padding-top:36px;background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S4{height:101px;padding-top:36px;background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SRad{height:169px;padding-top:146px;background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SChild{height:77px;padding-top:60px;background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SJd{height:66px;padding-top:50px;background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4T{background:url('../../images/depart/common/human_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4T2{height:60px;padding-top:36px;background:url('../../images/depart/common/human_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4Center{clear:both;margin-left:421px;}
				/*비전ㆍ교육목표 내용*/
				#level_06 div.vision p{float:right;width:761px;padding:26px 40px 0 40px;height:50px;text-align:center;font-weight:bold;font-size:18px;background:url('../../images/depart/common/vision_title_bg_end.png') no-repeat right;}
				#level_06 div.vision p.line2{height:70px;padding-top:26px;line-height:26px;background:url('../../images/depart/common/vision_title_bg_end2.png') no-repeat right;}
				#level_06 div.vision p.line3{height:96px;padding-top:20px;line-height:26px;background:url('../../images/depart/common/vision_title_bg_end4.png') no-repeat right;}
				#level_06 div.vision p.line4{height:117px;padding-top:20px;line-height:26px;background:url('../../images/depart/common/vision_title_bg_end5.png') no-repeat right;}
				#level_06 div.vision ul.radline{float:right;width:760px;padding:26px 40px 0 40px;height:289px;font-size:16px;line-height:26px;background:url('../../images/depart/common/vision_title_bg_end3.png') no-repeat right;}
				#level_06 div.vision ul.radline li{background:url('../../images/depart/common/bul_dd.png') no-repeat left;padding-left:12px;}
				/*도형*/
				#level_06 div.vision div.humanWrap{clear:both;margin: 0 auto;margin-bottom:40px;position:relative;}
				#level_06 div.vision div.humanWrap ul{overflow:hidden;width:100%;position:relative;}
				#level_06 div.vision div.humanWrap ul li{float:left;}
				#level_06 div.vision div.humanWrap ul li img{display:block;width:166px;height:166px;margin: 40px auto 20px auto;border:10px solid #dfdfdf;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;}
				#level_06 div.vision div.humanWrap ul li dl{}
				#level_06 div.vision div.humanWrap ul li dt{font-weight:bold;font-size:16px;text-align:center;color:#FFF; padding: 24px 25px 0 25px; height: 56px;line-height: 1.2;}
				#level_06 div.vision div.humanWrap ul li dt.bottom10{padding:37px 25px 0 25px;height:43px;}
				#level_06 div.vision div.humanWrap ul li dd{line-height:22px;font-size:14px;margin-top:20px;margin-left:20px;display:table;}
				#level_06 div.vision div.humanWrap ul li dd span{display:table-cell;padding-right:0px;font-weight:bold;width: 26px;}
					/*도형-4칸*/
					#level_06 div.vision div.humanWrap01{width:942px;}
					#level_06 div.vision div.humanWrap01 div{background:url('../../images/depart/common/human_bg_01.png') no-repeat left top;width:100%;height:80px;position:absolute;top:248px;left:0px;}
					#level_06 div.vision div.humanWrap01 ul li{width:25%;}
					/*도형-5칸*/
					#level_06 div.vision div.humanWrap02{width:1022px;}
					#level_06 div.vision div.humanWrap02 div{background:url('../../images/depart/common/human_bg_02.png') no-repeat left top;width:100%;height:80px;position:absolute;top:0px;left:0px;}
					#level_06 div.vision div.humanWrap02 div.medlabBG{top:247px;}
					#level_06 div.vision div.humanWrap02 ul li{width:20%;}
					/*도형-3칸*/
					#level_06 div.vision div.humanWrap03{width:712px;}
					#level_06 div.vision div.humanWrap03 div{background:url('../../images/depart/common/human_bg_03.png') no-repeat left top;width:100%;height:80px;position:absolute;top:248px;left:0px;}
					#level_06 div.vision div.humanWrap03 ul li{width:33.3%;}
			/*세로화살*/
			.ccArrow{background:url('../../images/depart/common/humanArrow.png') no-repeat center;position:absolute;top:275px;left:70px;font-size:17px;}
			.ccArrow span{display:table-cell;vertical-align:middle;height:386px;}
			.flightArrow{background:url('../../images/depart/common/flightArrow.png') no-repeat center;position:absolute;top:125px;left:70px;font-size:17px;}
			.flightArrow span{display:table-cell;vertical-align:middle;height:555px;}
			.jdArrow{background:url('../../images/depart/common/jdArrow.png') no-repeat center;position:absolute;top:288px;left:70px;font-size:17px;}
			.jdArrow span{display:table-cell;vertical-align:middle;height:318px;}
			.milArrow{background:url('../../images/depart/common/milArrow.png') no-repeat center;position:absolute;top:278px;left:70px;font-size:17px;}
			.milArrow span{display:table-cell;vertical-align:middle;height:600px;}
		}
		
/* ==========================================================================
   Tablet
   ========================================================================== */
   
	@media screen and (min-width:671px) and (max-width:1280px) {
		#level_06{padding:50px 0;background:url('../../images/depart/common/bg_level06_2.jpg') repeat top;letter-spacing:-0.05em;word-spacing:-0.05em;}
		#level_06 h3{font-size:22px;color:#171717;margin:0 30px 20px 30px;}
		#level_06 h3 span{display:block;border-top:2px solid #000;height:15px;width:20px;}
			/*레벨06-교수소개*/
			#level_06 ul.box_teacher {overflow:hidden;margin:0 30px 0px 30px;}
			#level_06 ul.box_teacher li{overflow:hidden;float:left;width:48%;height:177px;margin-bottom:25px;border:1px solid #adadad;background:#FFF;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
			#level_06 ul.box_teacher li:nth-child(even){float:right;}
			#level_06 ul.box_teacher li img{display:block;float:left;width:145px;height:177px;}
			/* 20180906 사이즈 조절씨 글시 사라짐	
			#level_06 ul.box_teacher li div{float:left;padding:20px;color:#000;width:45%;} 
			*/
			#level_06 ul.box_teacher li div{float:left;margin:20px 0 0 10px;color:#000;width:44%;}
			#level_06 ul.box_teacher li div h4{font-size:16px;margin-bottom:10px;}
			#level_06 ul.box_teacher li div p{font-size:15px;line-height:20px;}
			#level_06 ul.box_teacher li div.smallFont p{line-height:18px;font-size:13px;}
			#level_06 ul.box_teacher li div.smallFont2 p{line-height:18px;font-size:13px;}
			/*레벨06-커리큘럼및교육방향*/
			#level_06 div.tbl      {margin:0 30px;font-size:17px;border-top:1px solid #333333;}
			#level_06 div.tbl table{width:100%;margin:0px;padding:0px;border-collapse:collapse;border-left:0px !important;}
			#level_06 div.tbl th   {margin:0px;padding:12px;border:1px solid #cdcdcd;background:#f8f8f8;}
			#level_06 div.tbl td   {margin:0px;padding:12px;border:1px solid #cdcdcd;line-height:30px;text-align:left;}
			#level_06 div.tbl th:first-child{border-left:0px !important;}
			#level_06 div.tbl td:last-child{border-right:0px !important;}
			#level_06 div.tbl table caption{display:none !important;}
			/*비전*/
			#level_06 div.vision{padding:25px 15px 0 15px;}
				/*비전ㆍ교육목표 제목*/
				#level_06 div.vision div.visionWrap{clear:both;overflow:hidden;margin-bottom:40px;position:relative;}
				#level_06 div.vision h4{width:150px;padding:10px 0 8px 0;color:#FFF;font-size:18px;text-align:center;background-size:cover !important;}
				#level_06 div.vision h4.h4F{background:url('../../images/depart/common/vision_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4F2{background:url('../../images/depart/common/vision_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S2{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S3{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S4{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SRad{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SChild{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SJd{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4T{background:url('../../images/depart/common/human_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4T2{background:url('../../images/depart/common/human_title_bg.png') no-repeat top;}
				/*비전ㆍ교육목표 내용*/
				#level_06 div.vision p{padding:10px;font-size:16px;line-height:24px;background:#FFF;border:1px solid #dedede;}
				#level_06 div.vision ul.radline{padding:10px;font-size:16px;background:#FFF;border:1px solid #dedede;}
				#level_06 div.vision ul.radline li{background:url('../../images/depart/common/bul_dd.png') no-repeat 2px 9px;padding:3px 0;padding-left:14px;}
				/*도형*/
				#level_06 div.vision div.humanWrap{clear:both;position:relative;}
				#level_06 div.vision div.humanWrap ul{width:100%;position:relative;overflow:hidden;}
				#level_06 div.vision div.humanWrap ul li{overflow:hidden;margin:20px 0;}
				#level_06 div.vision div.humanWrap ul li img{display:block;width:110px;border:10px solid #dfdfdf;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;float:left;}
				#level_06 div.vision div.humanWrap ul li dl{float:left;margin-left:5%;width:75%;}
				#level_06 div.vision div.humanWrap ul li dt{font-weight:bold;font-size:16px;padding:10px;color:#FFF;margin-top:10px;}
				#level_06 div.vision div.humanWrap ul li dd{display:table;font-size:16px;margin-top:10px;margin-left:20px;}
				#level_06 div.vision div.humanWrap ul li dd span{display:table-cell;padding-right:5px;font-weight:bold;}
				#level_06 div.vision div.humanWrap ul li:nth-child(1) dt{background:#a7967a;}
				#level_06 div.vision div.humanWrap ul li:nth-child(2) dt{background:#8b7b7b;}
				#level_06 div.vision div.humanWrap ul li:nth-child(3) dt{background:#ce6a6a;}
				#level_06 div.vision div.humanWrap ul li:nth-child(4) dt{background:#838383;}
				#level_06 div.vision div.humanWrap ul li:nth-child(5) dt{background:#a7967a;}
			/*세로화살*/
			.ccArrow{display:none;}
			.flightArrow{display:none;}
			.jdArrow{display:none;}
			.milArrow{display:none;}
		}
		
/* ==========================================================================
   Mobile
   ========================================================================== */
   
	@media screen and (max-width:670px) {
		#level_06{padding:50px 0;background:url('../../images/depart/common/bg_level06_2.jpg') repeat top;letter-spacing:-0.05em;word-spacing:-0.05em;}
		#level_06 h3{font-size:20px;color:#171717;margin:0 15px 20px 15px;}
		#level_06 h3 span{display:block;border-top:2px solid #000;height:10px;width:20px;}
			/*레벨06-교수소개*/
			#level_06 ul.box_teacher {overflow:hidden;margin:0 15px;}
			#level_06 ul.box_teacher li{overflow:hidden;height:171px;margin-bottom:15px;border:1px solid #adadad;background:#FFF;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
			#level_06 ul.box_teacher li img{display:block;float:left;width:140px;height:171px;}
			#level_06 ul.box_teacher li div{float:left;margin:20px 0 0 10px;color:#000;width:45%;}
			#level_06 ul.box_teacher li div h4{font-size:16px;margin-bottom:10px;} 
			#level_06 ul.box_teacher li div p{font-size:14px;line-height:20px;}
			#level_06 ul.box_teacher li div.smallFont p{font-size:14px;line-height:18px;}
			#level_06 ul.box_teacher li div.smallFont2 p{font-size:14px;line-height:18px;}
			/*레벨06-커리큘럼및교육방향*/
			#level_06 div.tbl      {margin:0 15px;font-size:14px;border-top:1px solid #333333;}
			#level_06 div.tbl table{width:100%;margin:0px;padding:0px;border-collapse:collapse;border-left:0px !important;}
			#level_06 div.tbl th   {margin:0px;padding:6px;border:1px solid #cdcdcd;background:#f8f8f8;}
			#level_06 div.tbl td   {margin:0px;padding:6px;border:1px solid #cdcdcd;line-height:22px;text-align:left;}
			#level_06 div.tbl th:first-child{border-left:0px;}
			#level_06 div.tbl td:last-child{border-right:0px;}
			#level_06 div.tbl table caption{display:none;}
			/*비전*/
			#level_06 div.vision{padding:25px 15px 0 15px;}
				/*비전ㆍ교육목표 제목*/
				#level_06 div.vision div.visionWrap{clear:both;overflow:hidden;margin-bottom:40px;position:relative;}
				#level_06 div.vision h4{width:100px;padding:6px 0 4px 0;color:#FFF;font-size:14px;text-align:center;background-size:cover !important;}
				#level_06 div.vision h4.h4F{background:url('../../images/depart/common/vision_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4F2{background:url('../../images/depart/common/vision_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S2{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S3{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4S4{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SRad{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SChild{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4SJd{background:url('../../images/depart/common/purpose_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4T{background:url('../../images/depart/common/human_title_bg.png') no-repeat top;}
				#level_06 div.vision h4.h4T2{background:url('../../images/depart/common/human_title_bg.png') no-repeat top;}
				/*비전ㆍ교육목표 내용*/
				#level_06 div.vision p{padding:10px;font-size:14px;background:#FFF;border:1px solid #dedede;line-height:22px;}
				#level_06 div.vision ul.radline{padding:10px;font-size:14px;background:#FFF;border:1px solid #dedede;line-height:22px;}
				#level_06 div.vision ul.radline li{background:url('../../images/depart/common/bul_dd.png') no-repeat 2px 9px;padding:3px 0;padding-left:14px;}
				/*도형*/

				#level_06 div.vision div.humanWrap{clear:both;position:relative;}
				#level_06 div.vision div.humanWrap ul{width:100%;position:relative;}
				#level_06 div.vision div.humanWrap ul li{overflow:hidden;margin:20px 0;}
				#level_06 div.vision div.humanWrap ul li img{display:block;width:80px;height:80px;;border:5px solid #dfdfdf;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;float:left;}
				#level_06 div.vision div.humanWrap ul li dl{float:left;width:65%;margin-left:5%;}
				#level_06 div.vision div.humanWrap ul li dt{font-weight:bold;font-size:13px;line-height:16px;padding:5px 10px;color:#FFF;margin-top:10px;}
				#level_06 div.vision div.humanWrap ul li dd{display:table;line-height:16px;font-size:13px;margin-top:10px;text-align:left;}
				#level_06 div.vision div.humanWrap ul li dd span{display:table-cell;padding-right:5px;font-weight:bold;min-width:20px;}
				#level_06 div.vision div.humanWrap ul li:nth-child(1) dt{background:#a7967a;}
				#level_06 div.vision div.humanWrap ul li:nth-child(2) dt{background:#8b7b7b;}
				#level_06 div.vision div.humanWrap ul li:nth-child(3) dt{background:#ce6a6a;}
				#level_06 div.vision div.humanWrap ul li:nth-child(4) dt{background:#838383;}
				#level_06 div.vision div.humanWrap ul li:nth-child(5) dt{background:#a7967a;}
			/*세로화살*/
			.ccArrow{display:none;}
			.flightArrow{display:none;}
			.jdArrow{display:none;}
			.milArrow{display:none;}
		}


/* ==========================================================================
   레벨07
   ========================================================================== */
   
/* ==========================================================================
   PC
   ========================================================================== */
   
@media screen and (min-width:1281px) {
	#level_07{width:100%;min-width:1024px;padding:50px 0;background:#f9f9f9;display:none;}
	#level_07 h3{font-size:28px;color:#171717;margin-bottom:20px;}
	#level_07 h3 span{display:block;border-top:2px solid #000;height:10px;width:30px;}
	#level_07 .space{height:50px;}
	#level_07 h4{margin:30px 0 15px 0;font-size:16px;}
	#level_07 p{font-size:14px;line-height:22px;}
	/*핵심직무능력*/
	#level_07 div.wkptTable,
	#level_07 div.foodTable,
	#level_07 div.abilTable{border-top:1px solid #333333;border-bottom:1px solid #cdcdcd;background:#f0f0f0;}
  	#level_07 div.abilTable{border-bottom: 0px;}
	#level_07 div.wkptTable ul,
	#level_07 div.foodTable ul,
	#level_07 div.abilTable ul{overflow:hidden;}
	#level_07 div.wkptTable ul li,
	#level_07 div.foodTable ul li,
	#level_07 div.abilTable ul li{display:table;float:left;text-align:center;font-size:14px;font-weight:bold;}
	#level_07 div.wkptTable ul li span,
	#level_07 div.foodTable ul li span,
	#level_07 div.abilTable ul li span{display:table-cell;vertical-align:middle;min-height:65px;padding:5px 10px;border-left:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;line-height:22px; height: 44px;}
	#level_07 div.wkptTable ul li:first-child span,
	#level_07 div.foodTable ul li:first-child span,
	#level_07 div.abilTable ul li:first-child span{border-left:0px;}
	
	/*오작동으로인한별도CSS*/
	#level_07 div.wkptTable ul li{width:20%;}
	#level_07 div.foodTable ul li{width:8.7%;}
	#level_07 div.foodTable ul li span{height:85px;}
	
	/*학과별 li 가로사이즈*/
		/*임상병리과:medlab*/
		#major_medlab #level_07 .abilTable li{width:14.2%;}
		#major_medlab #level_07 .abilTable2 li{width:25%;}
		/*방사선과:rad*/
		#major_rad #level_07 .abilTable li{width:20%;}
		#major_rad #level_07 .abilTable2 li{width:25%;font-weight:normal;}
		#major_rad #level_07 .abilTable2 li span{height:105px;}
		/*치위생과:dental*/
		#major_dental #level_07 .abilTable li{width:11%;}
		#major_dental #level_07 .abilTable2 li{width:25%;}
		/*치기공과:ddlt*/
		#major_ddlt #level_07 .abilTable li{width:10%;}
		#major_ddlt #level_07 .abilTable2 li{width:25%;}
		/*안경광학과:optics*/
		#major_optics #level_07 .abilTable li{width:25%;}
		#major_optics #level_07 .abilTable2 li{width:20%;}
		/*의무행정과:mra*/
		#major_mra #level_07 .abilTable li{width:25%;}
		/*유아교육과:child*/
		#major_child #level_07 .abilTable li{width:20%;}
		#major_child #level_07 .abilTable2 li{width:33.3%;font-weight:normal;}
		#major_child #level_07 .abilTable2 li span{height:105px;}
		/*간호학과:nursing*/
		#major_nursing #level_07 .abilTable li{width:33.333%;}
		/*사회복지과:welfare*/
		#major_welfare #level_07 .abilTable li{width:33.3%;}
		/*글로벌항공서비스과:flight*/
		#major_flight #level_07 .abilTable li{width:10%;}
		#major_flight #level_07 .abilTable2 li{width:25%;}
		/*글로벌호텔관광과:hotour*/
		#major_hotour #level_07 .abilTable li{width:25%;}
		/*미용피부화장품과:beauty*/
		#major_beauty #level_07 .abilTable li{width:25%;font-weight:normal;}
		#major_beauty #level_07 .abilTable li span{height:105px;}
		/*아동보육과:cc*/
		#major_cc #level_07 .abilTable li{width:25%;}
		/*외식조리과:culinary*/
		#major_culinary #level_07 .abilTable li{width:25%;}
		/*주얼리디자인과:jd*/
		#major_jd #level_07 .abilTable li{width:33.3%;}
		#major_jd #level_07 .abilTable2 li{width:20%;}
		/*의무부사관과:mil*/
		#major_mil #level_07 .abilTable li{width:12.5%;}
		#major_mil #level_07 .abilTable li span{height:120px;}

	/*교육운영방향*/
	#level_07 div.eduTable{border-top:1px solid #333333;}
	#level_07 div.eduTable ul{overflow:hidden;}
	#level_07 div.eduTable ul li{display:table;border-bottom:1px solid #cdcdcd;}
	#level_07 div.eduTable li h5{display:table-cell;vertical-align:middle;min-height:35px;padding:20px;line-height:22px;width:150px;text-align:center;background:#f0f0f0;font-size:14px;}
	#level_07 div.eduTable li div{display:table-cell;vertical-align:middle;min-height:35px;padding:20px;line-height:22px;width:793px;border-left:1px solid #cdcdcd;background:#FFF;font-size:14px;}
	#level_07 div.eduTable.line2 li div{width:1024px;border-left:0;}
}

/* ==========================================================================
   Tablet
   ========================================================================== */
   
@media screen and (min-width:671px) and (max-width:1280px) {
	#level_07{width:100%;padding:50px 0;background:#f9f9f9;display:none;}
	#level_07 h3{font-size:22px;color:#171717;margin:0 30px 20px 30px;}
	#level_07 h3 span{display:block;border-top:2px solid #000;height:10px;width:30px;}
	#level_07 .space{height:30px;}
	#level_07 h4{margin:30px 30px 15px 30px;font-size:16px;}
	#level_07 p{font-size:14px;line-height:22px;margin: 0 30px;}
	/*핵심직무능력*/
	#level_07 div.wkptTable,
	#level_07 div.foodTable,
	#level_07 div.abilTable{margin:0 30px;}
	#level_07 div.wkptTable ul,
	#level_07 div.foodTable ul,
	#level_07 div.abilTable ul{overflow:hidden;}
	#level_07 div.wkptTable ul li,
	#level_07 div.foodTable ul li,
	#level_07 div.abilTable ul li{float:left;text-align:center;font-size:16px;font-weight:bold;margin:1%;width:48%;}
	#level_07 div.wkptTable ul li span,
	#level_07 div.foodTable ul li span,
	#level_07 div.abilTable ul li span{display:block;height:37px;padding:22px 5px 0 5px;border:1px solid #cdcdcd !important;line-height:22px;background:#f0f0f0;}
	#level_07 div.abilTable2T ul li{float:none;text-align:left;font-size:16px;font-weight:bold;margin:1% 0;width:100%;}
	#level_07 div.abilTable2T ul li span{display:block;height:auto;padding:10px;line-height:22px;}
	/*오작동으로인한별도CSS*/
	#level_07 div.wkptTable ul li{}
	#level_07 div.foodTable ul li{}
	#level_07 div.foodTable ul li span{}
	/*교육운영방향*/
	#level_07 div.eduTable{border-top:1px solid #333333;margin: 0 30px;}
	#level_07 div.eduTable ul{overflow:hidden;}
	#level_07 div.eduTable ul li{border-bottom:1px solid #cdcdcd;padding:20px 0;}
	#level_07 div.eduTable li h5{font-size:18px;line-height:22px;margin-bottom:15px;}
	#level_07 div.eduTable li div{font-size:16px;line-height:26px;}
}

/* ==========================================================================
   Mobile
   ========================================================================== */
   

@media screen and (max-width:670px) {
	#level_07{width:100%;padding:50px 0;background:#f9f9f9;display:none;}
	#level_07 h3{font-size:20px;color:#171717;margin:0 15px 20px 15px;}
	#level_07 h3 span{display:block;border-top:2px solid #000;height:10px;width:30px;}
	#level_07 .space{height:30px;}
	#level_07 h4{margin:30px 15px 15px 15px;font-size:16px;}
	#level_07 p{font-size:14px;line-height:22px;margin: 0 15px;}
	/*핵심직무능력*/
	#level_07 div.wkptTable,
	#level_07 div.foodTable,
	#level_07 div.abilTable{margin:0 15px;}
	#level_07 div.wkptTable ul,
	#level_07 div.foodTable ul,
	#level_07 div.abilTable ul{overflow:hidden;}
	#level_07 div.wkptTable ul li,
	#level_07 div.foodTable ul li,
	#level_07 div.abilTable ul li{float:left;text-align:center;font-size:13px;font-weight:bold;margin:1%;width:48%;}
	#level_07 div.wkptTable ul li span,
	#level_07 div.foodTable ul li span,
	#level_07 div.abilTable ul li span{display:block;height:30px;padding:17px 5px 0 5px;border:1px solid #cdcdcd !important;line-height:15px;background:#f0f0f0;}
	#level_07 div.abilTable2m ul li{float:none;text-align:left;font-size:13px;font-weight:bold;margin:1% 0;width:100%;}
	#level_07 div.abilTable2m ul li span{display:block;height:auto;padding:10px;}
	/*오작동으로인한별도CSS*/
	#level_07 div.wkptTable ul li{}
	#level_07 div.foodTable ul li{}
	#level_07 div.foodTable ul li span{}
	/*교육운영방향*/
	#level_07 div.eduTable{border-top:1px solid #333333;margin: 0 15px;}
	#level_07 div.eduTable ul{overflow:hidden;}
	#level_07 div.eduTable ul li{border-bottom:1px solid #cdcdcd;padding:20px 0;}
	#level_07 div.eduTable li h5{font-size:16px;line-height:22px;margin-bottom:10px;}
	#level_07 div.eduTable li div{font-size:14px;line-height:20px;}
}

/* ==========================================================================
   레벨08
   ========================================================================== */
   
/* ==========================================================================
   공통
   ========================================================================== */

   #level_08{background:url('../../images/depart/common/bg_gallery.gif') repeat center;}
	#level_08 h3{color:#fff;font-weight:bold;text-align:center;background:url('../../images/depart/common/line_gallery.gif') no-repeat center top;}
	#level_08 .box_gallery{position:relative;}
	#level_08 .box_gallery .btn_gal{width:100%;position:absolute;top:50%;margin-top:-45px;left:0;}
	#level_08 .box_gallery .btn_gal a{display:block;width:28px;height:51px;text-indent:-9999px;position:absolute;}
	#level_08 .box_gallery .btn_gal a.btn_gal_left{background:url('../../images/depart/common/btn_gall_left.png') no-repeat center;left:0px;}
	#level_08 .box_gallery .btn_gal a.btn_gal_right{background:url('../../images/depart/common/btn_gall_right.png') no-repeat center;right:0px;}
	#level_08 .box_gallery .btn_gal2 { text-align: center; margin: 20px 0 0 0; }
	#level_08 .box_gallery .btn_gal2 a{display:inline-block;width:22px;height:22px;text-indent:-9999px; text-align: center;}
	#level_08 .box_gallery .btn_gal2 a.btn_gal_play {background:url('../../images/depart/common/btn_gall_play2.png') no-repeat center;}
	#level_08 .box_gallery .btn_gal2 a.btn_gal_stop {background:url('../../images/depart/common/btn_gall_stop2.png') no-repeat center;}
	
/* ==========================================================================
   PC
   ========================================================================== */

@media screen and (min-width:1281px) {
	#level_08{padding:50px 0;min-width:1024px;}
	#level_08 h3{font-size:28px;margin-bottom:45px;padding-top:10px;}
	#level_08 .box_gallery{}
	#level_08 .box_gallery li{margin: 0 10px;}
	#level_08 .bx-viewport { height: auto !important; }
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media screen and (min-width:671px) and (max-width:1280px) {
	#level_08{padding:50px 0;}
	#level_08 h3{font-size:30px;margin-bottom:45px;padding-top:15px;}
	#level_08 .box_gallery{margin: 0 30px;}
	#level_08 .box_gallery li{}
	#level_08 .box_gallery li img{width:100% !important;}
	#level_08 .bx-viewport { height: auto !important; }
}

/* ==========================================================================
   Mobile
   ========================================================================== */
   
@media screen and (max-width:670px) {
	#level_08{padding:30px 0;}
	#level_08 h3{font-size:18px;margin-bottom:30px;padding-top:10px;}
	#level_08 .box_gallery{margin: 0 15px;}
	#level_08 .box_gallery li{}
	#level_08 .box_gallery li img{width:100% !important;}
	#level_08 .bx-viewport { height: auto !important; }
}


/* ==========================================================================
   레벨09 NEWS ROOM
   ========================================================================== */
   
/* ==========================================================================
   공통
   ========================================================================== */
   /*
	#multipleDiv_abcd_11 {
	  background: url('../../images/main/bg_news.gif') repeat top center;
	}
	*/
	#multipleContentsDiv_abcd_11 {
	  width: 100%;
	  height: 100%;
	  max-width: 1020px;
	  margin: 0 auto;
	  padding-bottom: 69px;
	}
	.row_news {
	  text-align: center;
	  position: relative;
	}
	.row_news .title_news h2 {
	  padding: 65px 0 0 0;
	}
	.row_news .title_news em {
	  display: block;
	  font-size: 26px;
	  font-weight:600;
	  margin: 10px 0 45px 0;
	}
	
/* ==========================================================================
   Tablet
   ========================================================================== */

@media screen and (min-width:671px) and (max-width:1280px) {
	
	
}

/* ==========================================================================
   Mobile
   ========================================================================== */   
   
@media screen and (max-width:670px) {
	.row_news .title_news h2 img {
		width: 60%;
	}		
	.row_news .title_news h2 {
		padding-top: 20px;
	}
	.row_news .title_news em {
		font-size:18px;
		margin:0 0 20px;
	}
}   
