@charset "utf-8";
@import url('reset.css');

.m_img{display:inline-block !important;}
.pc_img{display:none !important;}
.hidden-xs, .rdlabel, .qclabel, .paginate_box_button {display:none !important;}
.regdate, .register{
    padding: 0 11%;
    border-right: 1px solid #c1c1c1ee;
}
.regdate, .register, .qryCnt{font-weight:600;font-size:16px;}
@media screen and (max-width:767px) {
  .tab-button-outer {display: none;}
  .tab-select-outer {display: block; }
  
  .tab-button-outer2 { display:none; }
  .tab-select-outer2 { display:block; }
  
  .tab-button-outer3 { display:none; }
  .tab-select-outer3 { display:block; }


select{background: #fff;}
body{background-color: #fff;}
img{max-width: 100%;}
html,body {width:100%;height:100%;margin:0px;padding:0px;/* overflow:hidden; */font-family:sans-serif;}

 #wrap{width: 100%;}
				        
.visual{}
.sub_visual{}
.sub_visual h1{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    letter-spacing: 3px;
    padding-top: 6%;
    text-shadow: 1px 1px 4px #000;
}

/* 모바일 헤더 */
#mcontainer {width: 100%;margin: 0;text-align:center;float: left;position: fixed;background: #fff;border-bottom: 1px solid #dedede;z-index: 9997;}
.tab {list-style: none;margin: 0;padding: 0;overflow: hidden;width: 27vw;float: left;border: 1px solid #dedede;border-width: 1px 1px 0px 1px;height: 87.7vh;background: #1d60b6;margin-top: 0%;}
.tab li {float: left;width: 100%;border-bottom: 1px solid #dedede1f;background: #1d60b6;}
.tab li a {display: inline-block;color: #fff;text-align: left;text-decoration: none;padding: 15.5% 9%;font-size: 0.9em;transition:0.3s;width: 83%;font-weight: 600;}
.tabcontent {display: none;background-color: #fff;padding: 0;color: #000;width: 72.2vw;float: left;height: 88vh;overflow-y: auto;margin-left: 0%;}
ul.tab li.current{background-color: #0b4da2;color: #fff;}
.tabcontent.current {display: block;}
.logo{float: left;margin-top: 4%;margin-left: 4%;width: 53%;font-size: 16px;}
.logo a{
    width: 100%;
    float: left;
    text-align: left;
}
.logo a img{
    width: 50%;
    float: left;
}	
.logo2{float: left;margin-top: 3%;margin-left: 4%;width: 54%;font-size: 16px;text-align: left;}
.logo2 a{
    width: 100%;
    float: left;
}
.logo2 a img{
    width: 42%;
    float: left;
}	
.mh_search{float: left;margin-top: 5%;margin-left: 24%;}
.mh_search2{float: left;margin-top: 3%;margin-left: 42%;}

#nav { font-family:'arial'; }
#nav ul{ width:100%; margin:0; padding:0; }
#nav ul.menu li{position:relative;float:left;width:100%;list-style-type:none;}
#nav ul.menu li a{display:block;width:100%;height:100%;line-height: 1em;color:#000;font-weight:bold;text-decoration:none;border-bottom: 1px solid #dedede;font-size: 0.9em;padding: 7% 0%;}
#nav ul.menu li a:hover{ background:#eee; }
#nav ul.menu li .sub a{position:relative;float:left;display:block;width:100%;z-index:999;background: #f9f9f9;}
#nav ul.menu li .sub a:hover{background: #e5e5e5;color:#fff;}


/* 모바일 메뉴 상단 중단 */



.mobile_menu_top{width:100%;float:left;border-top: 1px solid #dedede;}
.mobile_menu_top > ul{ float: left;width: 100%;}				
.mobile_menu_top > ul > li{float: left;width: 49.5%;}
.mobile_menu_top > ul > li > a{width: 98%;float: left;font-weight: 600;font-size: 0.8em;background: #3e3e3e;color: #fff;}
.mobile_menu_top > ul > li:last-child{border-right:none;}
.mobile_menu_top > ul > li:nth-child(2){width: 49.5%;}
.mobile_menu_top > ul > li:nth-child(1) a{padding: 8% 2%;border-right: 1px solid #ffffff;border-bottom: 1px solid #dedede;}
.mobile_menu_top > ul > li:nth-child(2) a{padding: 8% 2%;border-left: 1px solid #fff;}
.mobile_menu_middle{width:100%;float:left;l}
.mobile_menu_middle > ul{ float: left;width: 100%;}				
.mobile_menu_middle > ul > li{float: left;width: 24.8%;border-right: 1px solid #dedede;border-top: 1px solid #dedede;background: #3e3e3e;}
.mobile_menu_middle > ul > li > a{width: 100%;float: left;padding: 4% 2%;font-weight: 600;}
.mobile_menu_middle > ul > li:last-child{border-right:none;}



   /* 드롭다운 시리즈*/
.db {background:#fff;color: #020202;border: none;cursor: pointer;width: 100%;float: left;padding: 19% 2%;font-weight: 600;font-size: 0.8em;border: none;}
.dd {position: relative;display: inline-block;width: 100%;float: left;}
.dd-content {display: none;position: absolute;background-color: #4f5152;min-width: 100%;box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);z-index: 9999;top: 102%;}
.dd-content a {color: #fff;padding: 5% 5%;text-decoration: none;display: block;border-bottom: 1px solid #bbb;float: left;width: 90%;}
.dd-content a:last-child {border-bottom: none;}
.dd-content a:hover {background-color: Gold;}
.dd:hover .dd-content {display: block;}
.dd:hover .db {background-color: #0b4da2;color: #fff;}

.db2 {background: #3e3e3e;color: #fff;border: none;cursor: pointer;width: 100%;float: left;padding: 15% 2%;font-weight: 600;font-size: 0.8em;}
.dd2 {position: relative;display: inline-block;width: 100%;float: left;}
.dd-content2 {display: none;position: absolute;background-color: #4f5152;min-width: 100%;box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);z-index: 9999;top: 92%;}
.dd-content2 a {color: #fff;padding: 5% 5%;text-decoration: none;display: block;border-bottom: 1px solid #bbb;float: left;width: 90%;font-size: 0.8em;}
.dd-content2 a:last-child {border-bottom: none;}
.dd-content2 a:hover {background-color: #0b4da2;}
.dd2:hover .dd-content2 {display: block;}
.dd2:hover .db2 {background-color: #0b4da2;}



/* 햄버거 컨트롤 */
.berger_form{background: #fff;margin-top: 2%;float: right;}
.berger_btn{text-align: right;padding: 10px;margin-right: 3%;}
.berger_bg{width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: absolute;top:0;display: none;}
.sidebar_berger{display: none;width: 100%;height: 100%;background: #ffffff;position: absolute;top:0;right: -50%;z-index: 9999;}
.berger_close_btn{width: 25px;height: 25px;margin:10px;float: right;}
.berger_close_btn > a{display: block;width: 100%;height: 100%;}
.berger_wrap{list-style: none;padding: 0;float: left;width: 100%;}












/* 본문 메뉴*/
#header{display: flex;justify-content: space-between;align-items: center;padding: 1.45rem 2rem;position: fixed;background: #fff;float: left;width: 100%;z-index: 9998;border-bottom: 1px solid #ededed;display: none;}
#header > h1{padding-left: 5%;}
#header #gnb{display: flex;z-index: 99;margin-left: 7%;}
#header #gnb > .dept1 {position: relative;padding: 1rem 3rem;text-align: center;font-size: 1.2em;font-weight: bold;}
#header #gnb > .dept1 > a.active{color: red;font-weight: bold}

#header #gnb .inner_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header #gnb .inner_menu_sub {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header #gnb  .dept2 {padding: 0.5rem 0;color: #555;font-size: 0.8em;}
#header #gnb  .dept2 > a:hover,
#header #gnb  .dept2 > a:active,
#header #gnb  .dept2 > a:focus {font-weight: bold}

#header2{justify-content: space-between;align-items: center;padding: 1.45rem 2rem;position: fixed;background: #fff;float: left;width: 100%;z-index: 9998;border-bottom: 1px solid #ededed;display: none;}
#header2 > h1{padding-left: 4%;}
#header2 #gnb{display: flex;z-index: 99;margin-left: -2%;}
#header2 #gnb > .dept1 {position: relative;padding: 1rem 3rem;text-align: center;font-size: 1.2em;font-weight: bold;}
#header2 #gnb > .dept1 > a.active{color: red;font-weight: bold}

#header2 #gnb .inner_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header2 #gnb .inner_menu_sub {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header2 #gnb  .dept2 {padding: 0.5rem 0;color: #555;font-size: 0.8em;}
#header2 #gnb  .dept2 > a:hover,
#header2 #gnb  .dept2 > a:active,
#header2 #gnb  .dept2 > a:focus {font-weight: bold}

#header3{display: none;justify-content: space-between;align-items: center;padding: 1.45rem 2rem;position: fixed;background: #fff;float: left;width: 100%;z-index: 9998;border-bottom: 1px solid #ededed;margin-top:46px;}
#header3 > h1{padding-left: 5%;}
#header3 #gnb{display: flex;z-index: 99;margin-left: 7%;}
#header3 #gnb > .dept1 {position: relative;padding: 1rem 3rem;text-align: center;font-size: 1.2em;font-weight: bold;}
#header3 #gnb > .dept1 > a.active{color: red;font-weight: bold}

#header3 #gnb .inner_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header3 #gnb .inner_menu_sub {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header3 #gnb  .dept2 {padding: 0.5rem 0;color: #555;font-size: 0.8em;}
#header3 #gnb  .dept2 > a:hover,
#header3 #gnb  .dept2 > a:active,
#header3 #gnb  .dept2 > a:focus {font-weight: bold}

#header2 .top_side{float: right;width: 19%;margin-right: 5%;}
#header2 .top_side li {float: left;margin: 0% 1%;font-size: 1em;font-weight: 600;width: 30%;text-align: center;}
#header2 .top_side li:nth-child(1) a{background: url(../img/top_search.png) no-repeat 9% 60%;background-size: 15%;}
#header2 .top_side li:nth-child(2) a{background: url(../img/top_login.png) no-repeat 9% 60%;background-size: 15%;}
#header2 .top_side li:nth-child(3){    background: url(../img/top_lang.png) no-repeat 12% 59%;background-size: 22%;padding-left: 8%;width: 17%;}
#header2 .top_side li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
#header2 .top_side li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}
#header2.menu_bar {z-index: 9999;position: relative;width: 40%;float: left;margin: 34% 30%;}

#header .top_side{float: right;width: 19%;margin-right: 5%;}
#header .top_side li {float: left;margin: 0% 1%;font-size: 1em;font-weight: 600;width: 30%;text-align: center;}
#header .top_side li:nth-child(1) a{background: url(../img/top_search.png) no-repeat 9% 60%;background-size: 15%;}
#header .top_side li:nth-child(2) a{background: url(../img/top_login.png) no-repeat 9% 60%;background-size: 15%;}
#header .top_side li:nth-child(3){    background: url(../img/top_lang.png) no-repeat 12% 59%;background-size: 22%;padding-left: 8%;width: 17%;}
#header .top_side li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
#header .top_side li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}
#header.menu_bar {z-index: 9999;position: relative;width: 40%;float: left;margin: 34% 30%;}
.menu_bar.active span:nth-child(1){display: none}
.menu_bar.active span:nth-child(2){transform:rotate(130deg);color: #000;z-index: 9999;position: absolute;top: 40px;}
.menu_bar.active span:nth-child(3){transform: rotate(45deg);top: 40px;position: absolute;color: #000;z-index: 9999;}
.menu_bar span{width: 22px;height: 2px;background: #fff;display: block;margin: 6px 0;}
.menu_open{position: fixed;width: 100%;height: 100vh;background: #2d558a;top: 0;left: 0;z-index: 999;padding: 5% 3rem 3rem 3rem;display: none}
.menu_open > ul{display: flex;}
.menu_open > ul li{width: 20%;}
.menu_open > ul li a{color:#fff;}
.hd_bg{background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute;top: 100px;box-shadow: 1px 1px #dedede;}

/*대표 메뉴 */
#menu {width: 960px;height:50px;color: #000;line-height: 50px;margin:0 auto;text-align: center;font-weight: 600;display: none;}
#menu > ul > li {float:left;width:16.66%;position:relative;}
#menu > ul > li > ul {display:none;font-size:14px;background: white;width: 38vw;float: left;border: 1px solid #dedede;text-align: left;border-width: 1px 0px 1px 0px;}
#menu > ul > li:nth-child(1) > ul{position: absolute;left: -215px;}
#menu > ul > li:nth-child(2) > ul{position: absolute;left: -209px;}
#menu > ul > li:nth-child(3) > ul{position: absolute;left: -233px;}
#menu > ul > li:nth-child(4) > ul{position: absolute;left: -257px;}
#menu > ul > li:nth-child(5) > ul{position: absolute;left: -260px;}
#menu > ul > li:nth-child(6) > ul{position: absolute;left: -15vw;}
#menu > ul > li:hover > ul {display:block;}
#menu > ul > li > ul > li{float: left;width: 100%;border-bottom: 1px solid #dedede;}
#menu > ul > li > ul > li > a{float: left;background: #e3e6ed;width: 20%;text-align: center;font-weight: bold;font-size: 0.9em;}
#menu > ul > li > ul > li > ul{float: left;width: 72%;padding: 0% 4%;}
#menu > ul > li > ul > li > ul > li{float: left;margin-right: 1.7%;font-size: 0.85em;}
#menu > ul > li > ul > li:hover > a {background: #2d558a;transition: ease 1s; color:#fff}
.3depth_sub > li > a:hover{color:#2d558a}
.depth_sub2 > li .gide{color:#ddd;color: #939080;font-weight: 500;margin-left: 10px;font-size: 0.9em;}

/* 입시 메뉴 */

#menu2 {width: 960px;height:50px;color: #000;line-height: 50px;margin:0 auto;text-align: center;font-weight: 600;}
#menu2 > ul > li {float:left;width:20%;position:relative;}
#menu2 > ul > li > ul {display:none;font-size:14px;background: white;width: 38vw;float: left;border: 1px solid #dedede;text-align: left;border-width: 1px 0px 1px 0px;}
#menu2 > ul > li:nth-child(1) > ul{position: absolute;left: -215px;}
#menu2 > ul > li:nth-child(2) > ul{position: absolute;left: -209px;}
#menu2 > ul > li:nth-child(3) > ul{position: absolute;left: -233px;}
#menu2 > ul > li:nth-child(4) > ul{position: absolute;left: -257px;}
#menu2 > ul > li:nth-child(5) > ul{position: absolute;left: -260px;}
#menu2 > ul > li:nth-child(6) > ul{position: absolute;left: -15vw;}
#menu2 > ul > li:hover > ul {display:block;}
#menu2 > ul > li > ul > li{float: left;width: 100%;border-bottom: 1px solid #dedede;}
#menu2 > ul > li > ul > li > a{float: left;background: #e3e6ed;width: 20%;text-align: center;font-weight: bold;font-size: 0.9em;}
#menu2 > ul > li > ul > li > ul{float: left;width: 72%;padding: 0% 4%;}
#menu2 > ul > li > ul > li > ul > li{float: left;margin-right: 1.7%;font-size: 0.85em;}
#menu2 > ul > li > ul > li:hover > a {background: #2d558a;transition: ease 1s; color:#fff}




 .top_side{float: right;width: 19%;}
 .top_side li {float: left;margin: 0% 1%;font-size: 1em;font-weight: 600;width: 30%;text-align: center;}
 .top_side li:nth-child(1) a{background: url(../img/top_search.png) no-repeat 9% 60%;background-size: 15%;}
 .top_side li:nth-child(2) a{background: url(../img/top_login.png) no-repeat 9% 60%;background-size: 15%;}
 .top_side li:nth-child(3){    background: url(../img/top_lang.png) no-repeat 12% 59%;background-size: 22%;padding-left: 8%;width: 17%;}
 .top_side li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
 .top_side li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}

.content{width: 100%;display: inline-block;height: 100%;float: right;}
.content2{width: 100%;display: inline-block;height: 100%;float: left;margin-top: 15%;}
.content3{width: 100%;display: inline-block;height: 100%;float: left;}


/** 반응형탭1 **/
.notice_date{float:left;width: 94%;margin: 2% 3%;height: 100%;}
.tabs{width: 100%;float:left;}
.tabs_title{float: left;font-size: 1.3em;font-weight: 600;background: url(../img/title_bg1.png) no-repeat 63% 14%;background-size: 10%;width: 100%;margin: 7% 0 6%;text-align: center;}
.tabs_title strong{color: #115da0;font-weight: 600;}
.tab-button-outer{float:right; width:50%;margin-right:8%;}
.tab-button-outer ul{float:left;width:100%;}
.tab-button-outer ul li{float:left; width:25%;color:#414040; font-weight:500;text-align: center}
.tab-button-outer ul li.is-active a, .tab-button-outer ul li:hover a{ color: #0b4da2;font-weight: 600;padding-bottom: 2%;border-bottom: 6px solid #0b4da2;text-align: center;}
.tab-button-outer ul li a{text-align:center}
.tab_content_form{width:100%;float:left;margin-top:3%;}
.tab-contents{float: left;width: 99%;height: 33vh;margin-bottom: 6%;overflow: hidden;}
.main_notice_unit{width: 99.5%;float: left;border: 1px solid #dedede;margin-right: 0%;margin-bottom: 3%;}
.main_notice_unit li:nth-child(1){width: 20%;float: left;padding: 6% 0%;text-align: center;font-weight: bold;}
.main_notice_unit li:nth-child(2){width: 80%;float: left;padding: 2.5% 0%;background: #fff;}
.main_notice_unit li:nth-child(2) a{width: 92%;float: left;padding: 0% 4%;}
.main_notice_unit li:nth-child(2) a p{font-weight: 600;font-size: 1em;overflow: hidden;text-overflow: ellipsis;width: 95%;white-space: nowrap;padding-right: 10%;}
.main_notice_unit li:nth-child(2) a span{width: 94%;padding-left: 6%;font-size: 0.8em;font-weight: 600;color: #8f8f8f;background: url(../img/date_clock.png) no-repeat 0% 36%;background-size: 5%;}

.push{background: url(../img/push.png) no-repeat 97% 14%;background-size: 7%;}
.blue{background:#2d348a;color:#fff;}
.wblue{background:#0d4b7a;color:#fff;}
.red{background:#9b1a23;color:#fff;}


/** 학사일정  **/
.cal_form{}
.cal_title{}
.cal_title h3{}
.cal_title .month{float: left;color: #fff;text-align: center;font-size: 2.2em;font-weight: 600;line-height: 1em;margin-right: 3%;}
.cal_title .years{text-align: center;color: #ffc868;font-weight: 600;margin-top: 2%;font-size: 1.2em;}
.cal_title a{}
.cal_body{float: left;width: 90%;padding: 5% 5% 0%;}
.cal_body > li{padding-bottom: 4%;width: 100%;float: left;border-bottom: 1px solid #dedede; margin: 2% 0;}
.cal_body > li:last-child{margin-bottom:0; border-bottom:none;}
.cal_body > li .date{width: 20%;float: left;margin-right: 5%;background: #575757;padding: 2%;}
.cal_body > li .date span:nth-child(1){    width: 100%;text-align: center;color: #ffffff8c;font-size: 0.8em;font-weight: 600;}
.cal_body > li .date span:nth-child(2){       width: 100%;float: left;text-align: center;color: #fff;font-weight: 600;font-size: 1.3em;}

 .cal_body > li .today{width: 20%;float: left;margin-right: 5%;background: #2d558a;padding: 2%;}
.cal_body > li .today span:nth-child(1){    width: 100%;text-align: center;color: #ffffff8c;font-size: 0.8em;font-weight: 600;}
.cal_body > li .today span:nth-child(2){    width: 100%;float: left;text-align: center;color: #ddbe26;font-weight: 600;font-size: 1.3em;}

.cal_body > li .date_content{float: left;width: 66%;margin-top: 2%;}
.cal_body > li .date_content span{width: 100%;float: left;font-size: 0.8em;font-weight: 600;margin-bottom: 1%;}
.cal_body > li .date_content p{    width: 98%;float: left;font-size: 1.2em; font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/** 퀵남부 **/
 .quick_lingk{width: 94%;float: left;margin: 10% 3% 4%;}
 .quick_lingk h2{width: 100%;float: left;font-size: 1.3em;text-align: center;margin-bottom: 6%;font-weight: 600;padding-right: 0%;background: url(../img/title_bg1.png) no-repeat 67% 14%;background-size: 8.5%;}
 .quick_lingk h2 strong{font-weight: 600;color: #0b4da2;}
 .quick_lingk ul{width:100%;}
 .quick_lingk ul li{width: 31%;float: left;position:relative;margin: 1%;height: 139px;}
 .quick_lingk ul li:after{content: "";width: 10px;height: 10px;position: absolute;top: 32%;left: 100%;border-radius: 100px 100px;background: #9bbae3;}
 .quick_lingk ul li:nth-child(3n):after{display:none;}
 .quick_lingk ul li:last-child:after{display:none; }
 .quick_lingk ul li a{width:100%; float:left;text-align: center;}
 .quick_lingk ul li a span{width:100%; float:left;text-align: center; font-weight: 600;font-size: 0.9em;}
            
            
/** 남부대 뉴스 **/            

 .nambu_news{width: 94%;float:left;margin: 0% 3% 2%;}
  .nambu_news .news_title{width:100%;float:left;margin-bottom:2%} 
  .nambu_news .news_title h2{width: 53%;float: left;font-size: 1.3em;text-align: left;margin-bottom: 1%;font-weight: 600;padding-right: 0;background: url(../img/title_bg1.png) no-repeat 77% 14%;background-size: 17.5%;}
  .nambu_news .news_title h2 strong{font-weight: 600;color: #0b4da2;}
  .nambu_news .news_title span{float: left;margin-top: 0.5%;font-size: 0.9em;color: #999;display: none;}
  .nambu_news .news_title a{float:right;position:relative;font-size: 0.9em;font-weight: 600;padding-right: 8.5%;margin-top: 1%;}  
  .nambu_news .news_title a:after {content:"+";display:inline-block;width: 18px;height: 18px;position:absolute;padding: 6% 2% 0;font-weight:600;font-size: 1em;border:1px solid #000;border-radius:100px 100px;text-align: center;line-height: 1em;right: 0%;top: -12%;}
  
  .main_news_list{float:left;width:100%;}
  .main_news_list li{width: 100%;float: left;margin-right: 3.7%;border: 1px solid #dedede;margin-bottom: 6%;}
  .main_news_list li > div{width:100%;float:left;padding: 4%;}
  .main_news_list li > div span{width:100%;float:left;font-size: 0.8em;font-weight: 600;margin-bottom: 3%;color: #2d558a;}
  .main_news_list li > div h3{width:100%;float:left;font-size: 1.2em;font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 2%;}
  .main_news_list li > div p{width:100%;float:left;font-size: 0.8em;color: #7e7e7e;font-weight: 600;overflow: hidden;text-overflow: ellipsis;height: 56px;}
  .main_news_list li:last-child{width: 100%;float: left;margin-right: 0;border: 1px solid #dedede;}
  
   /** 남부대 홍보  **/
  .nambu_sns_pop{width: 86%;float:left;margin: 0px 0% 0%;padding: 30px 7%;background: #f8f8f8 url(../img/step4_bg.png) no-repeat 0% 100%;background-size: 25%;}
   .nambu_sns{max-width: 1670px;margin: 0% auto 0%;}
   .nambu_sns .sns_title{width:100%;float:left;margin: 1.5% 0 0.5%;} 
   .nambu_sns .sns_title h2{width: 95%;float: left;font-size: 1.8em;text-align: left;margin-bottom: 1%;font-weight: 600;padding-right: 3%;background-size: 1.5%;color: #000;}
   .nambu_sns .sns_title h2 strong{font-weight: 600;color: #2d558a;}
   .nambu_sns .sns_title span{float: left;font-size: 1em;margin-top: 0.5%;font-weight: 600;color: #fff;display: none;}	
   .nambu_sns .sns_form{float: left;width: 100%;height: 1150px;overflow: hidden;}
   .nambu_sns .sns_form > li{width: 100%;margin-right: 0%;float: left;margin-bottom: 4%;}
   .nambu_sns .sns_form > li:nth-child(4n){
    margin-bottom: 0;
}

	.nambu_sns .sns_form > li > a{width:100%;}
	.nambu_sns .sns_form > li > a .sns_img{width:100%;float:left;height:240px;overflow:hidden;}
	.nambu_sns .sns_form > li > a .sns_img img{width:100%;transition: all 0.35s ease;}
	.nambu_sns .sns_form > li > a .sns_img img:hover{transform: scale(1.1);}
	.nambu_sns .sns_form > li > a .sns_text{width:100%;float:left;margin-top: 10px;}
	.nambu_sns .sns_form > li > a .sns_text span{display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-word;width:100%;font-size: 14px;font-weight: 600;}
   
#index_01{width: 100%;height: 545px;margin: 5% 0 0%;float: left;}
#slide1{height: 505px;overflow: hidden;}
#slide1>ul{width: 1272px;font-size: 0;float: left;}
#slide1>ul>li{display: inline-block;font-size: 0;width: 100%;float: left;}

#video{width:100%;float:left;}


    input#sidebar {display:none;}

	/* 헤더영역 */
	.side_bt {position:relative;z-index:4;float: left;width: 36px;height: 60px;margin-top: -56vh;margin-left: 5%;}
	.side_bt > div {width: 60;margin: 0;position:relative;height: 60px;float: right;background: #bbb;border-radius: 0px 100px 100px 0px;}
	.side_bt label.menu {position:absolute;top:50%;right:10px;transform:translateY(-50%);width:24px;height:24px;background: url('../img/menu.png') 0 0 no-repeat;cursor:pointer;}

	/* 본문영역 */
	.container {max-width:1200px;margin:0 auto;}
	.container img {max-width:100%;}
	
	/* 사이드바 */
	.sidebar_content {position:fixed;width: 0%;height: 93%;background: #fff;transition:all .35s;z-index: 9999;float: left;margin-top: 100px;margin-left: 5%;box-shadow: 1px 1px 1px 1px #00000017;}
	.sidebar_content > ul {width: 100%;height: 100%;float: left;z-index: 9999;}
	.sidebar_content > ul > li {display:none;transition:all .35s;}
	.sidebar_content label[for*='sidebar'] {/* position:absolute; */top:0;left:0;width:100%;height:100%;z-index: 9999;float: left;}
	.side_bt{transition:all .35s;z-index: 4;float: left;border-radius: 0px 100px 100px 0px;margin-left: 96px;box-shadow: 1px 1px 1px 1px #0000001a;border: 1px solid #dedede;background: #fff;}
	/* 사이드바 외 배경영역 */
	.background {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);transition:all .35s;opacity:0;visibility:hidden;z-index:1;}

	/* input 체크 */
	input#sidebar:checked ~ .side_bt label {background-position:-24px 0;}
	input#sidebar:checked ~ .sidebar_content {width: 25%;float: left;}
	input#sidebar:checked ~ .side_bt {width: 215px;float: left;margin-top: 22%;margin-left: 400px;background: #fff;margin-top: -56vh;}
	input#sidebar:checked ~ .background  {opacity:1;visibility:visible;}
	input#sidebar:checked ~ .sidebar_content > ul > li {display: block}


 /********************** 입시 ****************************/

 .top_side2{float: right;width: 10%;margin-right: 3%;}
 .top_side2 li {float: left;margin: 0% 8%;font-size: 1em;font-weight: 600;width: 16%;text-align: center;}
 .top_side2 li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
 .top_side2 li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}
 
 
 /********************** 서브 ****************************/
  /* 서브페이지 네비게이션 */
 nav{}
 nav ul:first-child{}
 nav ul:first-child li:nth-child(1){}
 nav ul:first-child li:nth-child(1) a{float: left;width: 100%;}
 nav ul:first-child li:nth-child(2){    float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 136px;}
 nav ul:first-child li:last-child{border-right:none}
 nav ul:first-child li:nth-child(3){    float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 136px;}
 nav ul:first-child li:nth-child(4){    float: left;padding-right: 20px;width: 136px;}
 nav ul:last-child{float: right;border-radius: 100px;background: #2c72cd;color: #fff;font-weight: 600;}
 nav ul:last-child li:nth-child(1){float: left;padding: 5px 10px;}
 nav ul:last-child li:nth-child(2){float: left;padding: 5px 10px;}
 .dropbtn {background-color: #1957a7;color: white;padding: 18px 40px;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {display: none;position: absolute;background-color: #164178;min-width: 155px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 1;}
.dropdown-content a {color: white;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-content a:hover {background-color: #1957a7;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #183e6e;}

/* 서브페이지 내용  */
.sub_form{width: 86%;float: left;margin: 2% 7% 2%}
.sub_content{width: 100%;float: left;}
.sub_content_title{text-align: center;font-size: 37px;margin-bottom: 4%;width: 100%;float: left;}
.sub_content_form{width: 100%;float: left;}

.nav2_form{width: 100%;float: left;margin-top: 0px;background: #2d558a;}
  .nav2{width: 86%;float: left;margin: 0% 7% 0%;}
  .nav2 ul{float: right;margin: 10px 0;}
  .nav2 ul li:nth-child(1){float: left;}
  .nav2 ul li:nth-child(2){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(3){float: left;font-size: 0.9em;margin-top: 2px;color: #fff;}
  .nav2 ul li:nth-child(4){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(5){float: left;font-size: 1em;margin-top: 2px;color: #efd472;}
  
  
  .sub_form2{width: 94%;float: left;margin: 0 3%;}
  .sub_form2 .left_menu{float: left;width: 15%;min-height: 44vh;border-right: 1px solid #dedede;display: none;}
  .sub_form2 .left_menu h2{width: 90%;float: left;text-align: right;margin: 18% 0 17%;margin-right: 10%;font-size: 24px;}
  .sub_form2 .left_menu ul{width: 100%;float: left;margin-bottom: 43px;}
  .sub_form2 .left_menu ul li{width: 100%;border-bottom: 1px solid#dede;float: left;}
  .sub_form2 .left_menu ul li a{width: 80%;float: left;padding: 10% 10%;font-size: 1em;}
  .sub_form2 .left_menu ul li.active a, .sub_form2 .left_menu ul li:hover a{font-weight: bold;text-align: right;color: #fff;background: #4aaef0;}
  .sub_content2{width: 100%;padding: 3%;float: left;}
  .sub_content_title2{width: 100%;float: left;font-size: 33px;text-align: left;margin-bottom: 3%;font-weight: 600;padding: 3% 4% 3%;background: url(../img/title_bg1.png) no-repeat 4% 9%;background-size: 8.5%;border: 2px dotted #dedede;}
  .sub_content_title2 span{float: left;width: 100%;font-size: 14px;color: #979797;font-weight: 500;margin-top: 8px;}
  .sub_content_form2{width: 100%;float: left;}

  .btn-info {padding: 3.2% 7%;background: #DDD;COLOR: #FFF;BORDER: NONE;BACKGROUND: #2c72cd;float: left;}	

/* 탭 전체 스타일 */
.stabs {background-color: #ffffff;width: 100%;margin: 0;float: left;}

/* 탭 스타일 */
.tab_item {width: calc(100%/3);height: 50px;border-bottom: 1px solid #f8f8f8;background-color: #f8f8f8;line-height: 50px;font-size: 16px;text-align: center;color: #bbbbbb;display: block;float: left;text-align: center;font-weight: bold;transition: all 0.2s ease;cursor: pointer;}
.tab_item:hover {opacity: 0.75;}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {display: none;}

/* 탭 컨텐츠 스타일 */
.tab_content {display: none;padding: 0;clear: both;overflow: hidden;width: 100%;float: left;margin-top: 5%;}


/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,#programming:checked ~ #programming_content,#design:checked ~ #design_content {display: block;}

/* 선택된 탭 스타일 */
.stabs input:checked + .tab_item {background-color: #1957a7;color: #fff;}


/*게시판*/	
.sublist_body .num{}
.sublist_body .writer{
    width: 10%;
}
.sublist_body .date{
    width: 15%;
}
.sublist_body .read{
    width: 7%;
}	
.sublist_body table {

text-align: center;

border-collapse: collapse;

border-top: 2px solid #7a7a7a;

width: 100%;

border-bottom: 2px
 solid #7a7a7a;

float: left;

overflow: hidden;

}
.sublist_body table, .directrequest table, .subnamelist_body table {table-layout: fixed;}
.sublist_body .num {color: #787878;font-size: 13px;vertical-align: middle;}
.sublist_body .numing {color: #6899c8;font-size: 13px;vertical-align: middle;}
.sublist_body .numend {color: #686868;font-size: 13px;vertical-align: middle;}
.sublist_body .hnum{color: #333333;font-size: 13px;vertical-align: middle;font-weight: bold;}
.sublist_body .name{color: #333333;font-size: 15px;vertical-align: middle;}
.sublist_body table tr td {color: #333333;font-size: 15px;text-align: left;border-collapse: collapse;padding: 10px 4%;border-top: none;border-bottom: none;width: 100% !important;float: left;}
.sublist_body table tr{border-bottom:1px solid #e4e4e4;width: 100%;float: left;}
.sublist_body table tr td:last-child{border-bottom:1px solid #000}
.sublist_body table thead tr th{display:none;width: 100%;float: left;}
.sublist_body table tbody {float: left;width:100%;}
.sublist_body table tr th {color: #333333;font-size: 14px;font-weight: bold;text-align: center !important;border-collapse: collapse;padding: 10px;!important;background: #f7f7f7;border-bottom: 0;}
.subnamelist_content {text-align: left !important;font-weight: 800;font-size: 14px;}
.hsubnamelist_content{font-weight:bold;text-align: left !important;}
.smcstyleselect {
    float: left;
    margin-right: 1%;
    display: inline-block;
    width: 100%;
	display:none;
}

	.smcstyleselect2 {
    margin-right: 0%;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 2%;
}
	.comboCate_st {
    height: 35px;
    padding-left: 5px;
    border: 1px solid #c7c7c7;
    width: 100%;
    float: left;
}

	.btn-flat.btn {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: #000;
    color: #fff;
    padding: 3.2% 5%;
    display: inline-block;
    float: left;
    margin-left: 1%;
    width: 100%;
}

/** footer  **/
	footer{width:100%;float:left;border-top: 1px solid #dedede;background: #3d3d3d;margin: 0;}
	.foot_top{width: 100%;float: left;border-bottom: 1px solid #ffffff30;}
	.foot_top ul{width: 96%;margin: 0 2%;float: left;}
	.foot_top ul li{float: left;width: 48%;text-align: center;padding: 1% 0;}
	.foot_top ul li a{border:none;width: 100%;float: left;text-align: center;padding: 0.7% 0;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #fff;}
	.foot_top ul li:first-child {}
	
	.foot_side{width: 50%;float: left;margin: 1% 48% 1% 8%;}
	.foot_side > li{float: left;width: 20%;position: relative;}
	.foot_side > li a{width:100%;float:left;font-size: 15px;}
	.foot_side > li:after{display:block;content:'·';position:absolute;top:0;right: 12%;}
	.foot_side > li:last-child:after{display:none;}
	
	.foot_info{width: 96%;margin: 1% 2%;padding: 10px 0;float: left;}
	.foot_info li:nth-child(1){width: 30%;float: left;margin: 2.5% 2%;}
	.foot_info li:nth-child(1) img{width:266px;float:left;}
	.foot_info li:nth-child(2){float:left;margin: 2% 0;color: #fff;}
	.foot_info li:nth-child(2) span{float: left;width: 100%;font-size: 16px;margin-bottom: 0.5%;line-height: 25px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
	.foot_info li:nth-child(3){    float: right;width: 10%;text-align: center;} 
	
	
	
/** sidemenu**/
.side_menu_form{width: 5%;float: left;height: 100vh;position: fixed;background: #2d558a;z-index: 9999;display: none;}
.side_left{float: left;width:100%;}
.side_left > li:first-child {background: #31507a;width:100%;float:left;height:100px;}
.side_left > li:first-child > a{width: 22px;float: left;padding: 35px 37px;}
.side_left > li:nth-child(2){width: 60%;float: left;margin: 0 20%;text-align: center;color: #fff;padding: 26% 0% 23%;border-bottom: 1px solid #ffffff47;}
.side_left > li:nth-child(2) a, .side_left > li:nth-child(3) a, .side_left > li:nth-child(4) a{color:#fff;}
.side_left > li > span{color:#fff;width:100%;float:left;text-align:center;font-size:0.8em}
.side_left > li:nth-child(3){width: 60%;float: left;margin: 0 20%;text-align: center;color: #fff;padding: 26% 0% 23%;border-bottom: 1px solid #ffffff47;}
.side_left > li:nth-child(4){width: 60%;float: left;margin: 0 20%;text-align: center;color: #fff;padding: 26% 0% 23%;border-bottom: 1px solid #ffffff47;}
.side_left > li:nth-child(5){width:100%;float:left;text-align: center;}
.side_left > li:nth-child(5) > a{margin-bottom: 8%;width:100%;text-align:center;float: left;}
.side_left > li:nth-child(5) > a:first-child {margin-top: 343%;}


/** 팝업광고 **/
.visual_pop {width: 100%;margin: 0;overflow: hidden;position: relative;float: left;}
.visual_pop .s_box {width: 1410px;margin-left: -470px;}
.visual_pop li {width: 470px;height: 408px;float: left;}
.visual_pop li img {width: 100%;display: block;}
.btn_prev,.btn_next {width: 80px;height: 80px;background: #666;position: absolute;z-index: 10;color: white;top: 50%;transform: translateY(-50%);text-align: center;line-height: 80px;border-radius: 20px 20px 20px 20px;opacity:0}
.btn_next {right: 0;}

/* 사이드메뉴 */
.side_quick{width: 100%;float: left;padding: 10%;}
.side_quick h3{width: 100%;float: left;font-size: 1.3em;margin-bottom: 10%;}
.side_quick > ul{float:left;width:100%;}
.side_quick > ul > li{    float: left;width: 25%;margin-right: 8%;text-align: center; margin-bottom:5%}
.side_quick > ul > li a div{width: 70%;float: left;margin: 0 15% 7%;border: 1px solid #dedede;padding: 12% 7% 3%;border-radius: 10px;}
.side_quick > ul > li a div img{height:48px;}
.side_quick > ul > li a span{float: left;width: 100%;margin-top: 3%;font-size: 0.8em;font-weight: 600;letter-spacing: -2px;}


/* 헤더상단 */
.header_top_form{width: 100%;float: left;background: #2d558a;height: 46px;overflow: hidden;display: none;}
.header_top{width: 99%;float: left;margin: 0 0%;}
.header_top_left{float: left;width: 66%;}
.header_top_left > li{width: 50%;margin: 0 0%;float: left;text-align: center;}
.header_top_left > li a{color: #fff;font-weight: 500;font-size: 0.8em;width: 100%;float: left;padding: 11.5% 0%;background: #193458;}
.header_top_left > li:nth-child(1) a{color:#fff151;background: #3376d0;}

.header_top_right{float: right;width: 29%;}
.header_top_right > li:nth-child(1){float: left;width: 31%;margin: 11% 1%;}
.header_top_right > li:nth-child(1) a{float: left;width: 100%;text-align: center;line-height: 0.5em;}
.header_top_right > li:nth-child(2){
    float: left;
    width: 31%;
    margin: 11% 1%;
}
.header_top_right > li:nth-child(2) a{float: left;width: 100%;text-align: center;line-height: 0.5em;}
.header_top_right > li:nth-child(3){
    float: left;
    width: 31%;
    margin: 11% 1%;
}
.header_top_right > li:nth-child(3) a{float: left;width: 100%;text-align: center;line-height: 0.5em;}

 /* 헤더 팝업 컨트롤*/
.modal-btn-box{width:100%;text-align:center;}
.modal-btn-box button{display:inline-block;width: 100%;height: 46px;background-color: #f0f0f0;cursor:pointer;border: none;font-size: 0.8em;font-weight: 600;color: #555555;}
.popup-wrap{background-color: rgb(0 0 0 / 50%);justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;display:none;padding:15px;}
.popup{width: 95%;border-radius: 0px;overflow:hidden;float: left;position: absolute;top: 8%;margin: 0 5%;}
.popup-head{width:100%;height:50px;display:flex;align-items:center;justify-content:center;}
.head-title {font-size: 38px;font-style: italic;font-weight: 700;letter-spacing: -3px;text-align: center;}
.popup-body{width:100%;background-color:#ffffff;}
.body-content{width:100%;padding:30px;}
.body-titlebox{text-align:center;width:100%;height:40px;margin-bottom:10px;}
.body-contentbox{word-break:break-word;overflow-y:auto;min-height:100px;max-height:200px;}
.popup-foot{width: 8%;height:50px;float: left;margin-top: 1%;background: #000;margin-left: 46%;}
.pop-btn{display:inline-flex;width: 100%;height:100%;float:left;justify-content:center;align-items:center;color:#ffffff;cursor:pointer;font-size: 0.9em;}
.pop-btn.confirm{border-right:1px solid #3b5fbf;}


/* 입시기간 입시비쥬얼 */
.special{background: url('../img/special_bg.png') no-repeat;background-size: cover;}
.special .sp_content{width: 100%;float: left;margin: 5% 0%;position: relative;HEIGHT: 100%;}
.special .sp_content .icon{width: 100%;float: left;margin-right: 5%;position: absolute;bottom: 5%;}
.special .sp_content .icon li:nth-child(1){float: left;width: 25%;background: #627185;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(1) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 60% 10% 20%;background: url(../img/sp_vicon1.png) no-repeat 48% 22%;background-size: 30%;letter-spacing: -2px;height: 65px;}
.special .sp_content .icon li:nth-child(2){float: left;width: 25%;background: #e08328;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(2) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 80% 10% 0%;background: url(../img/sp_vicon2.png) no-repeat 48% 26%;background-size: 30%;letter-spacing: -2px;height: 65px;}
.special .sp_content .icon li:nth-child(3){float: left;width: 25%;background: #174d94;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(3) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 60% 10% 20%;background: url(../img/sp_vicon3.png) no-repeat 48% 22%;background-size: 30%;letter-spacing: -2px;height: 65px;}
.special .sp_content .icon li:nth-child(4){float: left;width: 25%;background: #b5214e;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(4) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 78% 10% 2%;background: url(../img/sp_vicon4.png) no-repeat 48% 29%;background-size: 30%;letter-spacing: -2px;height: 65px;}

 .special .sp_content .text{float: left;width: 80%;margin: 9% 10% 0;}
.special .sp_content .text li:nth-child(1){width: 100%;float: left;padding-bottom: 2%;border-bottom: 1px solid #000;margin-bottom: 3%;}
.special .sp_content .text li:nth-child(1) span{width: 100%;float: left;font-weight: 600;margin-bottom: 0.5%;}
.special .sp_content .text li:nth-child(1) h1{width: 100%;float: left;font-size: 2em;font-weight: 600;color: #000;}
.special .sp_content .text li:nth-child(1) h1 strong{color: #2d558a;font-weight: bold;}

.special .sp_content .text li:nth-child(2){width: 100%;float: left;padding-bottom: 2%;border-bottom: 1px solid #000;margin-bottom: 3%;font-size: 1em;}
.special .sp_content .text li:nth-child(2) span:nth-child(1){width: 100%;float: left;margin-bottom: 0.5%;font-weight: bold;color: #dd0d0d;}
.special .sp_content .text li:nth-child(2) span:nth-child(2){width: 100%;float: left;margin-bottom: 0.5%;font-weight: bold;color: #2d558a;}
.special .sp_content .text li:nth-child(2) span b{color:#000;}

.special .sp_content .text li:nth-child(3){width: 100%;float: left;}
.special .sp_content .text li:nth-child(3) span{width: 100%;font-size: 0.8em;font-weight: 600;margin-bottom: 1%;}
.special .sp_content .text li:nth-child(3) span:last-child{}




/********************** 메인 css ****************************/
 
        /* 메인 비쥬얼*/
		.visual{width: 100%;height: 861px;margin: 0 0 14px;position: relative;float: left;overflow: hidden;position: relative;}
		.visual .visual_content {width: 96%;margin: 0 2%;border-radius: 0;position: absolute;float: left;top: 10%;height: 764px;}
		.visual img {max-width: 800px;float: left;margin-left: -72%;}
		.visual_text{width: 100%;float: left;background: #0000003d;margin-bottom: 4%;}
		.visual_text h3{width: 100%;float: left;color: #fff;font-size: 35px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;text-align: center;margin-top: 3%;}
		.visual_text p{float: left;width: 100%;color: #fff;font-size: 22px;line-height: 33px;margin-top: 10px;text-align: center;}
        .visual_text span{float: left;width: 100%;color: #626262;font-size: 18px;line-height: 23px;margin-top: 11px;display: none;}
        
        
         /** 메인 컨텐트 1 **/
         .main_content_form1{width: 96%;margin: 0 2% 2%;float:left;}
         .main_content_form2{width: 100%;margin: 0;float:left;}
         .main_content1{width: 100%;margin: 0;float: left;}
         
         /* 일정, 퀵메뉴 */
		.cal_quick_form{width: 100%;float: left;}
		.cal_quick_form .cal_form{width: 100%;float: left;background: #27409a;border-radius: 20px 20px 20px 20px;margin: 0 0%;}
		.cal_quick_form .cal_form h4{width: 90%;float: left;color: #fff;font-size: 20px;margin: 6% 5% 5%;}
		.cal_quick_form .cal_form .cal_title{width: 90%;float: left;margin: 0px 5%;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1){float: left;width: 45%;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1) li:nth-child(1){width: 100%;float: left;color: #c1a387;font-size: 35px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-bottom: 19px;line-height: 35px;text-align: center;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1) li:nth-child(2){float: left;width: 100%;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1) li:nth-child(2) a{width: 100%;float: left;color: #fff;text-align: center;padding: 4% 0%;border: 1px solid #fff;border-radius: 100px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 14px;}
		
		.cal_quick_form .cal_form .cal_title ul:nth-child(2){float: right;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(2) li{float: right;color: #fff;font-size: 160px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;line-height: 84px;}
		
		
		.cal_quick_form .cal_form .cal_body{width: 80%;float: left;margin: 2% 10% 5%;}
		.cal_quick_form .cal_form .cal_body ul{width: 100%;float: left;}
		.cal_quick_form .cal_form .cal_body ul li{width: 100%;float: left;padding-bottom: 22px;border-bottom: 1px solid #476fff;margin-bottom: 20px;}
		.cal_quick_form .cal_form .cal_body ul li:last-child{padding-bottom: 0px;border-bottom: none;margin-bottom: 0px;}
		.cal_quick_form .cal_form .cal_body ul li a{width: 100%;float: left;}
		.cal_quick_form .cal_form .cal_body ul li a span{    width: 100%;float: left;color: #fff;margin-bottom: 5px;}
		.cal_quick_form .cal_form .cal_body ul li a p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width: 100%;float: left;color: #fff;font-size: 16px;}
		
		.cal_quick_form .quick_form{width: 100%;float: left;margin-top: 3%;background: #13325a;border-radius: 20px 20px 20px 20px;}
		.cal_quick_form .quick_form ul{width: 90%;float:left;padding: 5%;}
		.cal_quick_form .quick_form ul li{width: 33.3%;float:left;}
		.cal_quick_form .quick_form ul li a{width:100%;float:left;padding: 60px 0px 30px;color:#fff;text-align: center;color:#fff;}
		.cal_quick_form .quick_form ul li:nth-child(1) > a{background: url('../img/quick1.png') no-repeat 50% 15%;background-size: 30%;}
	    .cal_quick_form .quick_form ul li:nth-child(2) > a{background: url(../img/quick2.png) no-repeat 50% 22%;background-size: 32%;}
	    .cal_quick_form .quick_form ul li:nth-child(3) > a{background: url(../img/quick3.png) no-repeat 50% 7%;background-size: 27%;}
	    .cal_quick_form .quick_form ul li:nth-child(4) > a{background: url(../img/quick4.png) no-repeat 50% 9%;background-size: 30%;}
	    .cal_quick_form .quick_form ul li:nth-child(5) > a{background: url('../img/quick5.png') no-repeat 50% 18%;background-size: 28%;}
	    .cal_quick_form .quick_form ul li:nth-child(6) > a{background: url('../img/quick6.png') no-repeat 50% 16%;background-size: 26%;}
	    
	    /* 하단 퀵메뉴 */
	    .quick_bg{background: url('../img/quick_bg.png') no-repeat 50% 15%;background-size: cover;}	    	
	    .quick_form{
    width: 96%;
    float: left;
    padding: 2%;
}
	    .quick_form li{
    width: 33.3%;
    float: left;
}	    	    	    	
	    .quick_form li a{width:100%;float:left;padding:90px 0px 40px;color: #fff;text-align: center;}
	    .quick_form li:nth-child(1) a{background: url('../img/quick7.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(2) a{background: url('../img/quick8.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(3) a{background: url('../img/quick9.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(4) a{background: url('../img/quick10.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(5) a{background: url('../img/quick11.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(6) a{background: url('../img/quick12.png') no-repeat 50% 15%;background-size: 30%;}
	    

		/*갤러리*/
 	    	.photo_form{width: 100%;float:left;margin-bottom: 4%;}
 	    	.photo_form .title{width: 100%;float: left;margin-bottom: 17px;}
 	    	.photo_form .title h3{position:relative;width: 72%;float: left;padding-left: 13px;font-size: 32px;line-height: 32px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 	    	.photo_form .title h3:before{content:"";position:absolute;top: 17%;left:0;width: 8px;height: 25px;background:#0c4da2;}
 	    	.photo_form .title a{float: left;width: 21%;font-weight: 800;font-size: 17px;margin-top: 8px;}
 	    	.photo_form ul{float:left;width:100%;}
 	    	.photo_form ul li{width: 96%;float:left;border:1px solid #dedede;margin: 0 2% 2%;}
 	    	.photo_form ul li .photo_img{width: 100%;float: left;height: 214px;overflow: hidden;}
 	    	.photo_form ul li .photo_text{float: left;width: 80%;margin: 5% 10%;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
 	    	.photo_form ul li .photo_text span{width: 100%;float: left;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #686868;font-size: 17px;}
 	    	.photo_form ul li .photo_text p{float: left;width: 100%;margin-top: 3%;font-size: 20px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;height: 56px;}	    	    	.photo_form ul li .photo_link{position:relative;width: 80%;float: left;margin: 0 10% 5%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #9b9b9b;}
 	    	.photo_form ul li .photo_link:after{content:">"; position:absolute;top:0%;right:0%;width:14px;height:14px;display:block;}
 	    	.photo_form ul li:first-child{margin-right: 0;}
 	    	
 	    	.notice_form{width: 100%;float:left;margin-bottom: 2%;}
 	    	.notice_form .title{width: 100%;float: left;margin-bottom: 30px;padding-bottom: 20px;border-bottom: 3px solid #000;}
 	    	.notice_form .title h3{position:relative;width: 73%;float: left;padding-left: 13px;font-size: 32px;line-height: 32px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 	    	.notice_form .title h3:before{content:"";position:absolute;top: 17%;left:0;width: 8px;height: 25px;background:#0c4da2;}
 	    	.notice_form .title a{float: left;width: 19%;font-weight: 800;font-size: 17px;margin-top: 8px;}
 	    	
 	    	/* 공지사항 */
 	    	.notice_form ul:nth-child(2){float:left;width: 90%;border-bottom: 1px solid #dedede;padding: 0 5% 22px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1){width: 80%;float: left;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1) a{float: left;width: 100%;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1) a span{width: 100%;float: left;overflow: hidden;white-space: nowrap;font-size: 20px;font-weight: 600;margin-bottom: 11px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1) a p{float: left;width: 100%;color: #979797;font-weight: 600;font-size: 16px;line-height: 24px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(2){width: 20%;float: left;text-align: center;}
 	    	.notice_form ul:nth-child(2) li:nth-child(2) h3{width: 100%;float: left;font-size: 45px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(2) span{float: left;width: 100%;text-align: center;}
 	    	.notice_form ul:nth-child(3){float:left;width: 100%;padding: 0%;}
 	    	.notice_form ul:nth-child(3) li{width: 96%;border-bottom:1px solid #dedede;float: left;padding: 2% 2% 2%;}
 	    	.notice_form ul:nth-child(3) li:last-child{}
 	    	.notice_form ul:nth-child(3) li a{float: left;width: 100%;}
 	    	.notice_form ul:nth-child(3) li a span{width: 10%;float: left;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #686868;font-size: 14px;}
 	    	.notice_form ul:nth-child(3) li a p{float: left;width: 80%;font-size: 16px;font-weight: 800;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}	


/*********************************************    컨텐츠       ***********************************************************/
/* 서브페이지 기본레이아웃 시안2  */

.sub_visual{width:100%;float:left;height: 126px;overflow:hidden;margin-top: 57px;border-bottom: 1px solid #dedede;margin-bottom: 2%;background: url(../img/sub/sub_bg1.png) no-repeat;background-size: cover;}
.sub_visual h1{width: 100%;float: left;text-align: center;color: #fff;font-size: 2.2em;letter-spacing: 3px;padding-top: 6%;text-shadow: 1px 1px 4px #000;}
.content2{}
.content3{width: 100%;display: inline-block;height: 100%;float: left;}


 nav{width: 100%;float: left;margin: -40px 0% 2%;background: #1957a7;border-radius: 0;}
 nav > ul:first-child{background: #1957a7;width: 100%;margin: 0;float: left;}
 nav > ul:first-child > li:nth-child(1){padding: 4% 2%;border-right: 1px solid #fff3;margin-left: 0;float: left;}
 nav > ul:first-child > li:nth-child(1) > a{float: left;width: 100%;}
 nav > ul:first-child > li:nth-child(2){float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 149px;}
 nav > ul:first-child > li:last-child{border-right:none}
 nav > ul:first-child > li:nth-child(3){    float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 136px;}
 nav > ul:first-child > li:nth-child(4){    float: left;padding-right: 20px;width: 136px;}
 nav > ul:last-child{float: right;border-radius: 100px;background: #2c72cd;color: #fff;font-weight: 600;}
 nav > ul:last-child > li:nth-child(1){float: left;padding: 5px 10px;}
 nav > ul:last-child > li:nth-child(2){float: left;padding: 5px 10px;}
 .dropbtn {background-color: #1957a7;color: white;padding: 18px 40px;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {display: none;position: absolute;background-color: #164178;min-width: 155px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 1;}
.dropdown-content a {color: white;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-content a:hover {background-color: #1957a7;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #183e6e;}


.sub_form{width: 86%;float: left;margin: 2% 7% 2%}
.sub_content{width: 100%;float: left;}
.sub_content_title{text-align: center;font-size: 37px;margin-bottom: 4%;width: 100%;float: left;}
.sub_content_form{width: 100%;float: left;}

.nav2_form{width: 100%;float: left;margin-top: 102px;background: #275a9c;}
  .nav2{width: 86%;margin: 0% auto 0%;max-width: 1670px;}
  .nav2 ul{float: left;margin: 10px 0 10px 23px;}
  .nav2 ul li:nth-child(1){float: left;}
  .nav2 ul li:nth-child(2){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(3){float: left;font-size: 16px;margin-top: 2px;color: #fff;}
  .nav2 ul li:nth-child(4){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(5){float: left;font-size: 17px;margin-top: 2px;color: #efd472;}
  
  
  .sub_form2{width: 96%;margin: 0 2%;}
  .sub_form2 .left_menu{float: left;width: 15%;min-height: 44vh;}
  .sub_form2 .left_menu h2{width: 90%;float: left;text-align: right;margin: 18% 0 17%;margin-right: 10%;font-size: 28px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
  .sub_form2 .left_menu ul{width: 100%;float: left;margin-bottom: 43px;}
  .sub_form2 .left_menu ul li{width: 100%;border-bottom: 1px solid#dede;float: left;}
  .sub_form2 .left_menu ul li a{width: 80%;float: left;padding: 12% 10%;font-size: 18px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700 !important;}
  .sub_form2 .left_menu ul li.active a, .sub_form2 .left_menu ul li:hover a{text-align: right;color: #ffde4c;background: #275a9c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800 !important;}
  .sub_content2{width: 100%;padding: 3%;float: left;height: 100%;}
  .sub_content_title2{width: 100%;float: left;font-size: 42px;text-align: center;margin-bottom: 20px;font-weight: 800;padding: 0% 4% 3%;background-size: 2.5%;}
  .sub_content_title2 h3{font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 32px;}
	.sub_content_title2 span{float: left;width: 100%;font-size: 20px;color: #555555;margin-top: 12px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;font-size: 18px;}
  .sub_content_form2{width: 100%;float: left;}
/* 탭 전체 스타일 */
.stabs {background-color: #ffffff;width: 100%;margin: 0;float: left;}

/* 탭 스타일 */
.tab_item {width: calc(100%/3);height: 50px;border-bottom: 1px solid #f8f8f8;background-color: #f8f8f8;line-height: 50px;font-size: 16px;text-align: center;color: #bbbbbb;display: block;float: left;text-align: center;font-weight: bold;transition: all 0.2s ease;cursor: pointer;}
.tab_item:hover {opacity: 0.75;}
/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {display: none;}
/* 탭 컨텐츠 스타일 */
.tab_content {display: none;padding: 0;clear: both;overflow: hidden;width: 100%;float: left;margin-top: 5%;}

/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,#programming:checked ~ #programming_content,#design:checked ~ #design_content {display: block;}

/* 선택된 탭 스타일 */
.stabs input:checked + .tab_item {background-color: #1957a7;color: #fff;}
	      	



/*****  depth01 text+이미지 depth1일때*****/

 .depth01_textimg{width:100%;float: left;}
 .depth01_textimg > ul:nth-child(2){width: 40%;float: left;display: none;}
 .depth01_textimg > ul:nth-child(2) > li{float: left;width: 100%;margin: 22% 0% 10%;text-align: center;}
 .depth01_textimg > ul:nth-child(2) > li img{width: 80%;float:left;margin: 30% 10% 0%;}
 .depth01_textimg > ul:nth-child(1){width: 100%;float: left;line-height: 2em;margin: 5% 0% 5% 0%;}
 .depth01_textimg > ul:nth-child(1) > li h2{float: left;margin: 0% 0% 12px 0%;font-size: 22px;line-height: 1.3em;color: #000000;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg > ul:nth-child(1) > li h3{float: left;margin: 30px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg > ul:nth-child(1) > li p{float: left;margin: 0% 5% 0% 0%;font-size: 16px;line-height: 24px;color: #000000;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
 .depth01_textimg > ul:nth-child(1) > li{float: left;margin-bottom: 2%;width: 100%;}
 .depth01_textimg > ul:nth-child(1) > li b{color: #1a7add;font-weight: 600;}
 .depth01_textimg > ul:nth-child(1) > li.introduce_date{float: left;margin-bottom: 0.5%;width: 100%;text-align: right;}
 .depth01_textimg > ul:nth-child(1) > li.introduce_name{float: left;margin-bottom: 6%;width: 100%;text-align: right;font-size: 1.5em;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 
  .depth01_textimg2{width:100%;float: left;}
 .depth01_textimg2 > ul:nth-child(2){width: 40%;float: left;}
 .depth01_textimg2 > ul:nth-child(2) > li{float: left;width: 100%;margin: 22% 0% 10%;text-align: center;}
 .depth01_textimg2 > ul:nth-child(2) > li img{width: 80%;float:left;margin: 30% 10% 0%;}
 .depth01_textimg2 > ul:nth-child(1){width: 55%;float: left;line-height: 2em;margin: 5% 5% 5% 0%;}
 .depth01_textimg2 > ul:nth-child(1) > li h2{float: left;margin: 0% 0% 0px 0%;font-size: 22px;line-height: 1.3em;color: #000000;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg2 > ul:nth-child(1) > li h3{float: left;margin: 30px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg2 > ul:nth-child(1) > li p{float: left;margin: 0% 0% 0% 0%;font-size: 16px;line-height: 24px;color: #000000;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
 .depth01_textimg2 > ul:nth-child(1) > li{float: left;margin-bottom: 2%;width: 100%;}
 .depth01_textimg2 > ul:nth-child(1) > li:nth-child(even){
    padding: 2%;
    border: 1px solid #dedede;
    margin-bottom: 6%;
}
 .depth01_textimg2 > ul:nth-child(1) > li b{color: #1a7add;font-weight: 600;}
 .depth01_textimg2 > ul:nth-child(1) > li.introduce_date{float: left;margin-bottom: 0.5%;width: 100%;text-align: right;}
 .depth01_textimg2 > ul:nth-child(1) > li.introduce_name{float: left;margin-bottom: 6%;width: 100%;text-align: right;font-size: 1.5em;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 
 
 .depth01_textimg3{width:100%;float: left;}
 .depth01_textimg3 > ul{width: 48%;float: left;line-height: 2em;margin: 0% 1% 5%;}
 .depth01_textimg3 > ul > li h2{position:relative;float: left;margin: 0% 0% 12px 0%;font-size: 22px;line-height: 1.3em;color: #000000;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;padding-top: 11px;}
  .depth01_textimg3 > ul > li h2:before{content:"";display: inline-block;position:absolute;top:0%;left:0;width: 40px;height: 5px;background: #2c72cd;}
 .depth01_textimg3 > h3{float: left;margin: 80px 0% 50px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg3 > ul > li p{float: left;margin: 0% 5% 0% 0%;font-size: 16px;line-height: 24px;color: #000000;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
 .depth01_textimg3 > ul > li{float: left;width: 100%;font-size: 16px;line-height: 26px;}
  .depth01_textimg3 > ul > li:nth-child(even){border: 1px solid #dedede;padding: 2%;width: 95%;}
 .depth01_textimg3 > ul:nth-child > li b{color: #1a7add;font-weight: 600;}
 .depth01_textimg3 > ul:nth-child > li.introduce_date{float: left;margin-bottom: 0.5%;width: 100%;text-align: right;}
 .depth01_textimg3 > ul:nth-child > li.introduce_name{float: left;margin-bottom: 6%;width: 100%;text-align: right;font-size: 1.5em;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}

 /*****  depth01 text depth1일때*****/

 .depth01_text{width:100%;float: left;margin-top: 20px;}
 .depth01_text > ul{width: 100%;float: left;line-height: 2em;margin: 0% 0%;}
 .depth01_text > ul > li h2{position:relative;float: left;margin: 0% 0% 12px;font-size: 20px;line-height: 1.3em;color: #383838;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 700;width: 100%;padding-top: 17px;}
 .depth01_text > ul > li h2:before{content:"";display:inline-block;position:absolute;top: 0px;left:0;width: 20px;height: 5px;background: #6576cd;}
 .depth01_text > ul > li h3{float: left;margin: 30px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_text > ul > li p{float: left;margin: 0 0;font-size: 16px;line-height: 28px;color: #000000;font-family: 'Nanum Gothic';font-style: normal;font-weight: 400;width: 100%;padding: 11px 2%;background: #c7dbff94;}
 .depth01_text > ul > li{float: left;margin-bottom: 37px;width: 96%;border: 1px solid #ddd;padding: 2%;}
 .depth01_text > ul > li b{color: #1a7add;font-weight: 600;}
 
  .depth01_text2{width:100%;float: left;margin-top: 0px;}
 .depth01_text2 > ul{width: 100%;float: left;line-height: 2em;margin: 0% 0%;}
 .depth01_text2 > ul > li h2{position:relative;float: left;margin: 0% 1% 12px;font-size: 18px;line-height: 1.3em;color: #383838;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 700;width: 43.5%;padding: 2%;border: 1px solid #dedede;}
 .depth01_text2 > h3{float: left;margin: 0px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_text2 > ul > li p{float: left;margin: 0 0;font-size: 16px;line-height: 28px;color: #000000;font-family: 'Nanum Gothic';font-style: normal;font-weight: 400;width: 100%;padding: 11px 2%;background: #c7dbff94;}
 .depth01_text2 > ul > li{float: left;margin-bottom: 37px;width: 100%;padding: 0%;}
 .depth01_text2 > ul > li b{color: #1a7add;font-weight: 600;}
 
 
  .depth01_text3{width:100%;float: left;margin-top: 0;}
 .depth01_text3 > ul{width: 100%;float: left;line-height: 2em;margin: 3% 0% 0%;}
 .depth01_text3 > ul > li h2{position:relative;float: left;margin: 0% 0% 12px;font-size: 18px;line-height: 1.3em;color: #383838;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 700;width: 43.5%;padding: 2%;border: 1px solid #dedede;box-shadow: 2px 3px 1px 1px #9d9d9d38;}
 .depth01_text3 > h3{float: left;margin: 0px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_text3 > ul > li p{float: left;margin: 20px 0 0;font-size: 16px;line-height: 28px;color: #093f9d;font-family: 'Nanum Gothic';font-style: normal;width: 100%;padding: 11px 2%;background: #c7dbff94;font-weight: 600;}
 .depth01_text3 > ul > li{float: left;margin-bottom: 6px;width: 100%;padding: 0%;}
 .depth01_text3 > ul > li > span{
    width: 100%;
    float: left;
    margin: 28px 0 8px;
    text-align: center;
    font-weight: 600;
}
 .depth01_text3 > ul > li:nth-child(even){}
 .depth01_text3 > ul > li > table{}
 .depth01_text3 > ul > li > table td p{}
 .depth01_text3 > ul > li > dl{
    float: left;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 30px;
}
 .depth01_text3 > ul > li > dl dd{
    width: 100%;
    float: left;
    margin-bottom: 6px;
    font-size: 16px;
}
 .depth01_text3 > ul > li > dl dd span{
    width: 99%;
    float: left;
    margin-left: 1%;
    font-weight: 600;
    font-size: 15px;
}
 .depth01_text3 > ul > li > dl dt{
    width: 100%;
    float: left;
    font-weight: 600;
    color: #103ebf;
} 
   
 .depth01_text3 > ul > li b{color: #1a7add;font-weight: 600;}
 
 /* 컨텐츠 가이드 텍스트*/
 
.gide_text{width: 100%;float: left;padding-left: 18%;padding: 50px 7% 50px 18%;border: 1px solid #d5d5d5;margin-bottom: 40px; background: url(../img/sub_gide_icon.png) no-repeat 5% 49%;background-size: 9%;border-width: 1px 0px 1px 0px;}
.gide_text h3{width: 100%;float: left;font-size: 25px;padding-bottom: 14px;border-left: 1px solid #b1b1b1;padding-left: 6%;}
.gide_text p{float: left;font-size: 16px;line-height: 27px;border-left: 1px solid #b1b1b1;padding-left: 6%;}
 
/**** 탭서식  ****/ 
   	  ul.tabs_cm {width: 100%;color:#555;margin: 0% 0% 1%;padding: 0;/* height: 30px; */float: left;display: inline-block !important;}
	  ul.tabs_cm li {position: relative;float: left;text-align:center;cursor: pointer;border: 1px solid #dedede;font-size: 0.9em;border-width: 0;background: #ebebeb;color: #aba7a7;}
	  ul.tabs_cm li a{background: #fff;color: #444;width:100%;float:left;padding: 16px 0;font-size: 17px;border: 1px solid #ebebeb;}
	  
	  ul.tabs_cm li:first-child:nth-last-child(1) {width: 100%;}
	  ul.tabs_cm li:first-child:nth-last-child(2), ul.tabs_cm li:first-child:nth-last-child(2) ~ li {width: 49.6%;}
	  ul.tabs_cm li:first-child:nth-last-child(3), ul.tabs_cm li:first-child:nth-last-child(3) ~ li {width: 33.1%;}
	  ul.tabs_cm li:first-child:nth-last-child(4), ul.tabs_cm li:first-child:nth-last-child(4) ~ li {width: 49%;}
	  ul.tabs_cm li:first-child:nth-last-child(5), ul.tabs_cm li:first-child:nth-last-child(5) ~ li {width: 19.9%;}
	  ul.tabs_cm li:first-child:nth-last-child(6), ul.tabs_cm li:first-child:nth-last-child(6) ~ li {width: 16.65%;}
	  ul.tabs_cm li:first-child:nth-last-child(7), ul.tabs_cm li:first-child:nth-last-child(7) ~ li {width:14.2%;}
	  ul.tabs_cm li:first-child:nth-last-child(8), ul.tabs_cm li:first-child:nth-last-child(8) ~ li {width:12.4%;}
	  ul.tabs_cm li:first-child:nth-last-child(9), ul.tabs_cm li:first-child:nth-last-child(9) ~ li {width:11.1%;}
	  
	  ul.tabs_cm li:first-child {border-left:1px solid #dedede;}
	  ul.tabs_cm li.active a, ul.tabs_cm li:hover a {background-color: #2c72cd;color:#fff;font-weight: 600;border-width: 0;border: 1px solid #2c72cd;}
	  .tab_container_form {-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;float: left;}
	  .tab_content_form {}
	  
/**** 테이블서식  ****/ 
	 
	 /* 표준테이블  */ 
   	.tableType01{width:100%}
	.tableType01, .tableType01 th, .tableType01 td{border:0;text-align:center;line-height:15px;}
	.tableType01{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 96%;margin: 0 0% 24px;}
	.tableType01 caption{display:none;color:#444}
	.tableType01 caption.none{display:none}
	.tableType01 thead th{border-top: solid 4px #000;border-left: none;border-right:solid 1px #d7d2d5;color: #000;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01 thead th:last-child{border-right:none}
	.tableType01 thead th.lb_no{border-left:none}
	.tableType01 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;border-width: 1px 1px 1px 0px;}
	.tableType01 tbody td:last-child{border-right:none;}
	.tableType01 tbody td:nth-child(1){font-weight: 600;}
	.tableType01 tbody td.lb_no{border-left:none}
	.tableType01 tbody td.date{text-align:left;padding-left:40px}
	.tableType01 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01 tfoot td{text-align:center;padding:15px 0 0}
   	
   	
   	/* 가로 th4  */ 
   	.tableType01_4{width:100%}
	.tableType01_4, .tableType01_5 th, .tableType01_5 td{border:0;text-align:center;line-height:15px;}
	.tableType01_4{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 100%;margin: 0 0% 24px;}
	.tableType01_4 caption{display:none;color:#444}
	.tableType01_4 caption.none{display:none}
	.tableType01_4 thead th{border-top: solid 3px #000000;/* border-left:solid 1px #d7d2d5; */border-right:solid 1px #d7d2d5;color:#00407c;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01_4 thead th:nth-child(1){width: 25%;}
	.tableType01_4 thead th:nth-child(2){width: 25%;}
	.tableType01_4 thead th:nth-child(3){width: 25%;}
	.tableType01_4 thead th:nth-child(4){width: 25%; border-right:0px;}
	.tableType01_4 thead th.lb_no{border-left:none}
	.tableType01_4 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_4 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;border-width: 1px 1px 1px 0px;}
	.tableType01_4 tbody td:nth-child(1){font-weight: 600;text-align: center;}
	.tableType01_4 tbody td:nth-child(3){font-weight: 600;text-align: center;}
    .tableType01_4 tbody td.lb_no{border-left:none}
	.tableType01_4 tbody td:last-child{border-right:0px;}
    .tableType01_4 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_4 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_4 tfoot td{text-align:center;padding:15px 0 0}
   	
   	
   	/* 가로 th5  */ 
   	.tableType01_5{width:100%}
	.tableType01_5, .tableType01_5 th, .tableType01_5 td{border:0;text-align:center;line-height:15px;}
	.tableType01_5{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 96%;margin: 0 2% 24px;}
	.tableType01_5 caption{display:none;color:#444}
	.tableType01_5 caption.none{display:none}
	.tableType01_5 thead th{border-top:solid 2px #6ca1d3;border-left:solid 1px #d7d2d5;border-right:solid 1px #d7d2d5;color:#00407c;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01_5 thead th:nth-child(1){width: 20%;}
	.tableType01_5 thead th:nth-child(2){width: 10%;}
	.tableType01_5 thead th:nth-child(3){width: 10%;}
	.tableType01_5 thead th:nth-child(4){width: 40%;}
	.tableType01_5 thead th:nth-child(5){width: 20%;}
	.tableType01_5 thead th.lb_no{border-left:none}
	.tableType01_5 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_5 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;}
	.tableType01_5 tbody td:nth-child(1){font-weight: 600;}
	.tableType01_5 tbody td.lb_no{border-left:none}
	.tableType01_5 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_5 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_5 tfoot td{text-align:center;padding:15px 0 0}
	
	
	/* 가로 th6  */ 
	.tableType01_6{width:100%}
	.tableType01_6, .tableType01_6 th, .tableType01_6 td{border:0;text-align:center;line-height:15px;}
	.tableType01_6{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 96%;margin: 0 2% 24px;}
	.tableType01_6 caption{display:none;color:#444}
	.tableType01_6 caption.none{display:none}
	.tableType01_6 thead th{border-top:solid 2px #6ca1d3;border-left:solid 1px #d7d2d5;border-right:solid 1px #d7d2d5;color:#00407c;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01_6 thead th:nth-child(1){width: 5%;}
	.tableType01_6 thead th:nth-child(2){width: 17%;}
	.tableType01_6 thead th:nth-child(3){width: 11%;}
	.tableType01_6 thead th:nth-child(4){width: 9%;}
	.tableType01_6 thead th:nth-child(5){width: 8%;}
	.tableType01_6 thead th:nth-child(6){width: 50%;}
	.tableType01_6 thead th.lb_no{border-left:none}
	.tableType01_6 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_6 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;}
	.tableType01_6 tbody td:nth-child(1){font-weight: 600;}
	.tableType01_6 tbody td.lb_no{border-left:none}
	.tableType01_6 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_6 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_6 tfoot td{text-align:center;padding:15px 0 0}
	
	
	/* 가로 th7  */ 
	.tableType01_7{width:100%}
	.tableType01_7, .tableType01_7 th, .tableType01_7 td{border:0;text-align:center;line-height:15px;}
	.tableType01_7{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 100%;margin: 41px 0% 24px;}
	.tableType01_7 caption{display:none;color:#444}
	.tableType01_7 caption.none{display:none}
	.tableType01_7 thead th{border-top: solid 5px #000000;color: #000;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;vertical-align: middle;}
	.tableType01_7 thead th:nth-child(1){width: 10%;}
	.tableType01_7 thead th:nth-child(2){width: 10%;}
	.tableType01_7 thead th:nth-child(3){width: 21%;}
	.tableType01_7 thead th:nth-child(4){width: 11%;}
	.tableType01_7 thead th:nth-child(5){width: 8%;}
	.tableType01_7 thead th:nth-child(6){width: 7%;}
	.tableType01_7 thead th:nth-child(7){width: 50%;}
	.tableType01_7 thead th.lb_no{border-left:none}
	.tableType01_7 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_7 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;border-width: 0px 1px 1px 0px;}
	.tableType01_7 tbody td:last-child	{border-width: 0px 0px 1px 0px;}
	.tableType01_7 tbody td:nth-child(1){font-weight: 600;}
	.tableType01_7 tbody td.lb_no{border-left:none}
	.tableType01_7 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_7 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_7 tfoot td{text-align:center;padding:15px 0 0}
 
 
 
 
 
	/* 비전 및 교육목표 */
	
	  .ideology_text{width: 100%;float: left;font-size: 16px !important;line-height: 35px !important;color: #696969;margin-bottom: 3%;}
	.ideology_chart{float: left;width: 100%;border: 10px solid #dedede;padding: 2%;}
	.ideology_chart dl dd:last-child{margin-right: 0 !important;}
	.ideology_chart dl:nth-child(1){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(1) dt{    width: 66px;float: left;padding: 2%;color: #fff;background: #1d4286;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(1) dd{float: left;padding: 1.5% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #1d4286;}
	
	.ideology_chart dl:nth-child(2){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(2) dt{    width: 66px;float: left;padding: 2%;color: #fff;background: #5bc0e9;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(2) dd{float: left;padding: 1.5% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #5bc0e9;}
	
	.ideology_chart dl:nth-child(3){float: left;margin: 0% 0 2%;width: 100%;padding-bottom: 5%;position: relative;}
	.ideology_chart dl:nth-child(3):before{content: "↓↓↓";position:absolute;top: 60%;left: 52%;width:10px;height:10px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 50px;color: #f36f24;}
	.ideology_chart dl:nth-child(3) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #f36f24;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;text-align: center;}
	.ideology_chart dl:nth-child(3) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.7%;text-align: center;font-size: 20px;border: 5px solid #f36f24;margin-right: 1%;}
	
	.ideology_chart dl:nth-child(4){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(4) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #a0cd4e;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;text-align: center;}
	.ideology_chart dl:nth-child(4) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.7%;text-align: center;font-size: 20px;border: 5px solid #a0cd4e;margin-right: 1%;}
	
	.ideology_chart dl:nth-child(5){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(5) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #e8d15f;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(5) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.7%;text-align: center;font-size: 20px;border: 5px solid #e8d15f;margin-right: 1%;}
				
	.ideology_chart dl:nth-child(6){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(6) dt{width: 66px;float: left;padding: 2% 2%;color: #fff;background: #f6ac8c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;font-size: 15px;}
	.ideology_chart dl:nth-child(6) dd{float: left;padding: 2.3% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #fb9c72;margin-right: 1%;background: #f6ac8c;}								 
	
	.ideology_chart dl:nth-child(7){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(7) dt{width: 66px;float: left;padding: 2.3% 2%;color: #fff;background: #f6ac8c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(7) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #f6ac8c;margin-right: 1%;}
	
	.ideology_chart dl:nth-child(8){float: left;margin: 0% 0 0%;width: 100%;}
	.ideology_chart dl:nth-child(8) dt{width: 66px;float: left;padding: 10.3% 2%;color: #fff;background: #f6ac8c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(8) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.4%;text-align: center;font-size: 20px;border: 5px solid #f6ac8c;margin-right: 1%;margin-bottom: 10px;}
	.ideology_chart dl:nth-child(8) dd:nth-child(4n){margin-right:0px !important}
	.ideology_chart dl:nth-child(8) dd:nth-child(7n){margin-left: 0px !important;}
		
	.ideology_chart dl:nth-child(9){float: left;margin: 0% 0 0%;width: 100%;}
	.ideology_chart dl:nth-child(9) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #e8d15f;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(9) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.6%;text-align: center;font-size: 20px;border: 5px solid #e8d15f;margin-right: 1%;} 
 
 
 
 /** 컨텐츠 페이지링크 **/
.content_page_form{width:100%;float:left;}
.content_page_form ul{width:100%;text-align: center;}
.content_page_form ul li{display:inline-block;border:1px solid #dedede;cursor: pointer;padding: 4px 9px;margin-right: 10px;font-size: 12px;font-weight: 500;}
.content_page_form ul li:first-child{background: #fff;color: #000;font-weight: 600;}
.content_page_form ul li:last-child{background: #fff;color: #000;font-weight: 600;}
.content_page_form ul li.active, .content_page_form ul li:hover {background: #0b50a5;color: #fff;font-weight: 600;}


/* 교수소개_정보*/
	.teacher_information{width:49%;float: left;border: 1px solid #dedede;padding: 25px;margin: 0 0.5% 10px;height: 510px;}
	.teacher_info{width:100%;float: left;padding-bottom: 20px;border-bottom: 1px solid #dedede;margin-bottom: 20px;}
	.teacher_info ul:nth-child(1){width: 30%;float: left;margin-right: 5%;}
	.teacher_info ul:nth-child(1) > li:nth-child(1){width: 100%;float: left;margin-bottom: 10px;}
	.teacher_info ul:nth-child(1) > li:nth-child(1) img{}
	.teacher_info ul:nth-child(1) > li:nth-child(2){width: 100%;float: left; text-align: center;font-size: 18px;}
	.teacher_info ul:nth-child(1) > li:nth-child(2) span{}
	.teacher_info ul:nth-child(2){width: 65%;float: left;}
	.teacher_info ul:nth-child(2) li{text-align: left;width: 100%;float: left;margin-bottom: 15px;}
	.teacher_info ul:nth-child(2) li:last-child{margin-bottom: 0;}
	.teacher_info ul:nth-child(2) li:first-child{margin: 5px 0px 20px;font-size: 18px;padding-bottom: 10px;border-bottom: 1px solid #dedede;}
	.teacher_info ul:nth-child(2) li h3{font-size: 18px;color: #585858;font-weight: 500;}
	.teacher_info ul:nth-child(2) li h3 b{font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 22px;margin-right: 9px;color: #000;}
	.teacher_info ul:nth-child(2) li span{float: left;width: 22%;text-align: left;padding: 0px 0px;font-weight: 600;color: #000;font-size: 14px;margin-right: 13px;}
	.teacher_info ul:nth-child(2) li p{float: left;width: 72%;font-size: 14px;}
	.teacher_info ul:nth-child(2) li b{}
	
/* 교수소개_이력*/	
	.teacher_profile{width: 100%;float: left;overflow-x: hidden;overflow-y: auto;height: 149px;}
	.teacher_profile dl{width: 100%;float: left;margin-bottom: 20px;}
	.teacher_profile dl:last-child{ margin-bottom: 0px;}
	.teacher_profile dl dt{position:relative;width: 100%;float: left;font-size: 18px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-bottom: 10px;color: #0b4da2;}
	.teacher_profile dl dd{float: left;width: 100%;font-size: 16px;line-height: 27px; margin-bottom: 10px;}
	.teacher_profile dl dd:last-child{ margin-bottom: 0px;}
	
	
	/*************** 조직도  *****************/
	    /** 조직도 **/
	    .sub_group1{width: 100%;float: left;margin-bottom: 5%;}

        .sub_group1 h2{width: 100%;float: left;font-size: 22px;line-height: 26px;padding-left: 1%;position: relative;margin-bottom: 20px;}
        .sub_group1 h2:before{content:"";position:absolute;top: 3px;left: 0;width: 6px;height: 20px;background: #5362cd;display: block;}
	    
	    /**  감사 **/
	    .sub_group1 > ul:nth-child(2){}
	    .sub_group1 > ul:nth-child(2) > li{}
	    .sub_group1 > ul:nth-child(2) > li > div{}
	    .sub_group1 > ul:nth-child(2) > li > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(2) > li > div > span:nth-child(2){}
	    
	    /**  학회장 **/
	    .sub_group1 > ul:nth-child(3){float: right;width: 13%;border: 1px solid #dedede;margin-left: 87%;}
	    .sub_group1 > ul:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(3) > li{width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(3) > li > div{width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(3) > li > div > span:nth-child(1){width: 100%;float: left;text-align: center;padding: 5% 0%;background: #646464;color: #fff;font-size: 18px;font-weight: 800;}
	    .sub_group1 > ul:nth-child(3) > li > div > span:nth-child(2){width: 100%;float: left;text-align: center; padding: 5% 0;font-size: 14px;}
	    
	    /**  부학회장 **/
	    .sub_group1 > ul:nth-child(4){float: right;width: 14%;border: 1px solid #dedede;margin: 3% 43%;}
	    .sub_group1 > ul:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(4) > li{float: right;width: 100%;}
	    .sub_group1 > ul:nth-child(4) > li > div{width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(4) > li > div > span:nth-child(1){width: 100%;float: left;text-align: center;padding: 5% 0%;background: #4ca0d1;color: #fff;font-size: 18px;font-weight: 800;}
	    .sub_group1 > ul:nth-child(4) > li > div > span:nth-child(2){width: 100%;float: left;text-align: center;padding: 5% 0;font-size: 14px;}
	    
	    /**  부서 **/
	    .sub_group1 > ul:nth-child(5){float: right;width: 14%;border: 1px solid #dedede;margin: 3% 43%;}
	    .sub_group1 > ul:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(1){width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(5):after{}


        /**  부장 **/
	    .sub_group1 > ul:nth-child(6){}
	    .sub_group1 > ul:nth-child(6):after{}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5) > div > span:nth-child(2){}
	    

        /**  차장 **/
	    .sub_group1 > ul:nth-child(7){}
	    .sub_group1 > ul:nth-child(7):after{}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5) > div > span:nth-child(2){}
	    

        /** 부차장 **/
	    .sub_group1 > ul:nth-child(8){}
	    .sub_group1 > ul:nth-child(8):after{}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5) > div > span:nth-child(2){}
	    
	    
	    
	    /** 운영위원회 **/
	    .sub_group2{}
	    .sub_group2 h2{}
        .sub_group2 h2:before{}
	    .sub_group2 ul:nth-child(1){}
	    .sub_group2 ul:nth-child(1) li{}
	    .sub_group2 ul:nth-child(1) li:last-child{}
	    
	    .sub_group2 ul:nth-child(2){}
	    .sub_group2 ul:nth-child(2) li{}
	    .sub_group2 ul:nth-child(2) li:nth-child(4){}
	    .sub_group2 ul:nth-child(2) li:nth-child(8){}


/*********************************************    컨텐츠 끝      ***********************************************************/


/* 입시 반응형탭 */

.tab-button-outer { display:none; }
.is-active { color:red;  } 

.tab-button-outer2 { display:none; }
.is-active2 { color:red;  }


.tab-button-outer3 { display:none; }
.is-active3 { color:red;  }

.ibsi_introduce_date{width: 94%;float: left;margin: 2% 3% 0%;}
.tabs2{width: 100%;float: left;}
.introduce_title{float: left;width: 100%;}
   .introduce_title h2{width: 100%;float: left;font-size: 1.3em;text-align: left;margin-bottom: 4%;font-weight: 600;padding-right: 0%;background: url(./img/title_bg1.png) no-repeat 30% 14%;background-size: 5.5%;}
.introduce_title h2 strong{font-weight: 600;color: #0b4da2;}


	.ibsi_introduce_date{width: 94%;float: left;padding: 2% 3% 2%;background: #f5f5f5;margin: 0;}
.ibsi_department_form{width: 94%;float: left;padding: 2% 3% 2%;}
.ibsi_department__call{width: 100%;max-width: 1670px;margin: 0 auto;}
.ipsi_call_form{width: 98%;float: left;padding: 1.6% 2%;background: #0072bb url(../img/call_bg.png) no-repeat 0 0;background-size: cover;}
.ipsi_call_form h1{width: 100%;float: left;font-size: 27px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin: 2% 2% 4%;color: #fff;}
.ipsi_call_form ul{width: 84%;float: left;border: 5px solid #fff;padding: 10% 6%;}
.ipsi_call_form ul li{margin: 0px 0 13px 5px;line-height: 25px;font-weight: 600;color: #ffffff;font-size: 18px;letter-spacing: 1px;padding-left: 22px;background: url('../img/call.png') no-repeat 1px 7px;background-size: 15px;}
	.ipsi_call_form ul li:last-child{margin-bottom:0;}
.ipsi_call_form ul li strong{
    margin-top: 6px;
    font-size: 20px;
    color: #f2ff31;
    width: 100%;
}
	
.tab-button-outer2{float: left;width: 100%;}
#tab-button2{float: right;width: 15%;margin-right: 6%;margin-top: -2.5%;}
   #tab-button2 > ul{float: left;width: 100%;padding-bottom: 2%;border-bottom: 1px solid #dedede;}
  #tab-button2 > ul li{width: 30%;float: left;margin: 0 1%;text-align: left;}
  #tab-button2 > ul li a{font-size: 0.9em;}
  #tab-button2 > ul li.is-active2 a, #tab-button2 > ul li:hover a{color: #0b4da2;font-weight: 600;padding-bottom: 2%;border-bottom: 6px solid #0b4da2;}
  .tab-contents2{width: 100%;float: left;margin-top: 2%;}
  .notice_wrap{width:100%;margin: 0 auto; max-width:1670px;}
   .video_wrap{  /*background: #ddd;*/  float: right;  width:100% !important; }
   .video_wrap iframe{width:100%;float:left; height:auto;}
  .tab_more1{float: right;margin-top: -4.5%;font-size: 0.8em;background: #2d558a;color: #fff;padding: 0.3% 2%;}
  .ib_notice_form{float: left;width: 100%;}
  .ib_notice_form > li{width: 100%;float: left;margin-right: 2%;border: 1px solid #dedede;margin-bottom: 2.2%;}
  .ib_notice_form > li:nth-child(2n){margin-right: 0;}
  .ib_notice_form > li > a{float: left;width: 100%;padding: 0%;background: #fff;}
  .ib_notice_form > li > a span:nth-child(1){float: left;background: #000;color: #fff;font-size: 14px;PADDING: 24px 2%;width: 16%;text-align: center;font-weight: 600;}
  .ib_notice_form > li > a > div{width: 72%;float: left;margin-left: 5%;margin-top: 3%;}
  .ib_notice_form > li > a h2{width: 100%;float: left;font-weight: 600;font-size: 14px;margin: 0% 0 2%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  .ib_date{float: left;width: 100%;font-size: 0.8em;padding-left: 9%;font-weight: 600;color: #5264bb;background: url(../img/ib_icon1.png) 1% 68% no-repeat;background-size: 5%;}
  .ib_notice_form > li > a p{width: 100%;font-size: 0.8em;float: left;line-height: 1.6em;color: #7c7c7c;height: 84px;overflow: hidden;text-overflow: ellipsis;white-space: normal;display: none;}
  .ib_r{background:#e14442 !important;}	
  .ib_b{background:#4f4cc3 !important;}	

  .notice_date_more{float: right;margin-right: 0%;margin-top: -6.5%;width: 23%;}
.notice_date_more > a{float: right;position: relative;font-size: 0.9em;font-weight: 600;padding-right: 17%;}
.notice_date_more > a:after{content: "+";display: inline-block;width: 14px;height: 14px;position: absolute;padding: 6% 2% 0;font-weight: 600;font-size: 1.3em;border: 1px solid #000;border-radius: 100px 100px;text-align: center;line-height: 8px;right: 6%;top: -3%;}

  
  
  
  /* 입시 퀵메뉴  */

 .quick_lingk2{width: 94%;float: left;margin: 6% 3% 4%;}
 .quick_lingk2 h2{width: 100%;float: left;font-size: 1.3em;text-align: center;margin-bottom: 4%;font-weight: 600;padding-right: 0%;background: url(../img/title_bg1.png) no-repeat 70% 14%;background-size: 8.5%;}
 .quick_lingk2 h2 strong{font-weight: 600;color: #0b4da2;}
 .quick_lingk2 ul{width:100%;float: left;}
 .quick_lingk2 ul li{width: 31%;float: left;position:relative;height: 107px;margin: 1%;}
 .quick_lingk2 ul li:after{content: "";width: 10px;height: 10px;position: absolute;top: 32%;left: 100%;border-radius: 100px 100px;background: #9bbae3;}
  .quick_lingk2 ul li:nth-child(3n):after{display:none;}
.quick_lingk2 ul li:last-child:after{display:none; }
 .quick_lingk2 ul li a{width:100%; float:left;text-align: center;}
 .quick_lingk2 ul li a img{height: 56px;}
 .quick_lingk2 ul li a span{width:100%; float:left;text-align: center; font-weight: 600;font-size: 0.9em;}


/* 입시반응형2 */

.tab-button-outer3{float: left;width: 100%;}
#tab-button3{float: right;width: 46%;margin-right: 0%;margin-top: -2.5%;}
   #tab-button3 > ul{float: left;width: 100%;padding-bottom: 0.8%;border-bottom: 1px solid #dedede;}
  #tab-button3 > ul li{width: 14.66%;float: left;margin: 0 1%;text-align: center;}
  #tab-button3 > ul li a{font-size: 0.9em;}
  #tab-button3 > ul li.is-active3 a, #tab-button3 > ul li:hover a{color: #0b4da2;font-weight: 600;padding-bottom: 2%;border-bottom: 6px solid #0b4da2;}
  .tab-contents3{width: 100%;float: left;margin-top: 2%;}
  
  
/* 입시메인 학과소개*/
.department_form{float: left;width: 100%;}
.department_form li:nth-child(1){width: 84%;float: left;background: #0072bb;padding: 5%8%;}
.department_form li:nth-child(1) h2{color: #eeff5f;width: 100%;font-size: 1.2em;margin-bottom: 3.3%;}
.department_form li:nth-child(1) span{float: left;width: 100%;font-size: 1em;color: #fff;}
.department_form li:nth-child(2){width: 100%;float: left;padding: 5% 0% 4%;}
.department_form li:nth-child(2) h3{float: left;width: 100%;font-size: 1.2em;color: #575f8f;font-weight: 600;margin-bottom: 6%;}
.department_form li:nth-child(2) .department_link{float: left;width: 100%;margin-bottom: 4%;}
.department_form li:nth-child(2) .department_link a{float: left;padding: 4% 1%;font-size: 0.9em;background: none;width: 46.8%;margin-bottom: 0;border: 1px solid #dedede;}
.department_form li:nth-child(2) .department_img{float:right;margin-top: 0;width: 100%;display: none;}

	



  /* 입시 하단 퀵메뉴  */

 .quick_lingk3{width: 100%;float: left;margin: 0% 0% 0%;background: #eae6db;}
 .quick_lingk3 ul{width: 88%;float: left;background: #fff;margin: 6%;border: 1px solid #ddd;border-width: 1px 1px 0px 1px;}
 .quick_lingk3 ul li{width: 48.8%;float: left;position:relative;border-right: 1px solid #dedede;margin-right: 1%;border-bottom: 1px solid #dedede;}
 .quick_lingk3 ul li:nth-child(2n){border-right:none;}	 
.quick_lingk3 ul li:last-child{border-right:none; }
 .quick_lingk3 ul li a{width:100%;float:left;text-align: center;}
 .quick_lingk3 ul li a img{text-align: center;width: 60%;float: left;margin: 22% 20% 0;}
 .quick_lingk3 ul li a div{float: right;width: 92%;margin: 7% 4%;}
 .quick_lingk3 ul li a div h4{font-size: 1.2em;margin-bottom: 1%;}
 .quick_lingk3 ul li a div span{font-size: 1em;color: #9b9b9b;}
 
 
 /* 사이트맵 */
 .site_map_form{float: left;width: 100%;}
 .site_map_form .depth1{width: 17%;margin: 1% 1.4%;float: left;border: 1px solid #dedede;}
 .site_map_form .depth1 > li:first-child{width: 92%;float: left;padding: 7% 4%;border-bottom: 1px solid #dedede;background: #0b4da2;font-size: 0.9em;}
 .site_map_form .depth1 > li:first-child > a{width: 100%;float: left;color: #fff;font-size: 2em;}
 .site_map_form .depth1 > li{width: 92%;float: left;padding: 4%;border-bottom: 1px solid #bfbfbf;}
 .site_map_form .depth1 > li > a{font-weight: 600;font-size: 0.9em;}
 .site_map_form .depth1 .depth2{margin: 2% 0%;background: #f5f5ff;float: left;width: 100%;border: 1px solid #ddd;}
 .site_map_form .depth1 .depth2 > li{float: left;width: 88%;padding: 6% 6%;border-bottom: 1px solid #c3c3c3;}
 .site_map_form .depth1 .depth2 > li > a{font-size: 0.9em;}
 .site_map_form .depth1 > li:first-child a{background:none;}
 .site_map_form li a{float: left;padding-right: 4%;font-size: 0.9em;background: url(../img/link_icon1.png) no-repeat 92% 20%;width: 100%;}

 .tab-select-outer2, .tab-select-outer{width: 83%;float:left;}
.tab-select-outer3{width: 100%;float:left;}
 .tab-select-outer3 select, .tab-select-outer2 select, .tab-select-outer select{width:100%;float:left;height: 45px;}
@media (max-width:500px){
      .sm_select2 {display: block;}
      .big_tab2{display: none;}
 }
						 
.m{display:none;}						 
/* bx slider*/
.bx-wrapper {position: relative;margin-bottom: 60px;padding: 0;*zoom: 1;-ms-touch-action: pan-y;touch-action: pan-y;width: 100% !important;max-width: 100% !important;}
.bx-wrapper img {max-width: 100%;display: block;}
.bxslider {margin: 0;padding: 0;}
.bxslider > div{width:100%;float:left;height: 390px;overflow: hidden;}
ul.bxslider {list-style: none;}
.bx-viewport {-webkit-transform: translatez(0);}

.bx-wrapper {}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {position: absolute;bottom: 10%;width: 100%;}
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px;background: url('../img/bx_loader.gif') center center no-repeat #ffffff;height: 100%;width: 100%; position: absolute; top: 0;left: 0;z-index: 2000;}
/* PAGER */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em;font-family: Arial;font-weight: bold;color: #666; padding-top: 20px;}
.bx-wrapper .bx-pager.bx-default-pager a { background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px;\ border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus { background: #000;}
.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; vertical-align: bottom; *zoom: 1; *display: inline;}
.bx-wrapper .bx-pager-item {font-size: 0;line-height: 0;}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 10px; background: url('../img/controls.png') no-repeat 0 -32px;}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {background-position: 0 0;}
.bx-wrapper .bx-next { right: 10px; background: url('../img/controls.png') no-repeat -43px -32px;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 9996;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url('../img/controls.png') -86px -11px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block;text-indent: -9999px; width: 9px; height: 11px;outline: 0;background: url('../img/controls.png') -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {background-position: -86px -33px;}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: right;width: 95%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 3%;width: 35px;}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute;bottom: 0;left: 0;background: #666;background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial;display: block;font-size: .85em;padding: 10px;}

		
.notice_date_more{float: right;margin-right: 0%;margin-top: -14.5%;width: 17%;background: #4f4cc3;color: #fff;padding: 3.24% 0%;height: 40px;}
.notice_date_more > a{float: right;position: relative;font-size: 0.9em;font-weight: 600;padding-right: 1.5%;width: 100%;color: #fff;}
.notice_date_more > a:after{content: "더보기";display: block;width: 100%;position: absolute;padding: 7% 2%;font-weight: 600;font-size: 12px;border: none;border-radius: 0;text-align: center;line-height: 9px;right: 0;top: 0%;}

  
  		
		
/**  반응형탭   **/
.tab-button-outer {
  display: none;
}



}

@media screen and (min-width:768px) {
	 .tab-button-outer {display: block;}
  .tab-select-outer {display: none; }
  
  .tab-button-outer2 { display:block; }
  .tab-select-outer2 {display: block;margin-top: 1%;font-size: 18px;}
  
  .tab-button-outer3 { display:block; }
  .tab-select-outer3 {display: block;}


select{background: #fff;}
body{background-color: #fff;}
img{max-width: 100%;}
html,body {width:100%;height:100%;margin:0px;padding:0px;/* overflow:hidden; */font-family:sans-serif;}

 #wrap{width: 100%;}
				        
.visual{}
.sub_visual{width:100%;float:left;height: 160px;overflow:hidden;margin-top: 60px;border-bottom: 1px solid #dedede;margin-bottom: 2%;background: url(../img/sub/sub_bg1.png) no-repeat;background-size: cover;}
.sub_visual h1{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    letter-spacing: 3px;
    padding-top: 6%;
    text-shadow: 1px 1px 4px #000;
}

/* 모바일 헤더 */
#mcontainer {width: 100%;margin: 0;text-align:center;float: left;position: fixed;background: #fff;border-bottom: 1px solid #dedede;z-index: 9997;}
.tab {list-style: none;margin: 0;padding: 0;overflow: hidden;width: 27vw;float: left;border: 1px solid #dedede;border-width: 1px 1px 0px 1px;height: 87.7vh;background: #1d60b6;margin-top: 0%;}
.tab li {float: left;width: 100%;border-bottom: 1px solid #dedede1f;background: #1d60b6;}
.tab li a {display: inline-block;color: #fff;text-align: left;text-decoration: none;padding: 15.5% 9%;font-size: 18px;transition:0.3s;width: 83%;font-weight: 600;}
.tabcontent {display: none;background-color: #fff;padding: 0;color: #000;width: 72.6vw;float: left;height: 88vh;overflow-y: auto;margin-left: 0%;}
ul.tab li.current{background-color: #0b4da2;color: #fff;}
.tabcontent.current {display: block;}
.logo{float: left;margin-top: 1.5%;margin-left: 4%;width: 46%;margin-right: 9%;}
.logo a{
    width: 100%;
    float: left;
    font-size: 24px;
    text-align: left;
}
.logo a img{
    width: 41%;
    float: left;
    margin-right: 1%;
}	
.logo2{float: left;width: 40%;margin: 2% 5%;}
.logo2 a{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 21px;
}
.logo2 a img{
    width: 40%;
    float: left;
}	
.mh_search{float: left;margin-top: 2.5%;margin-left: 49%;}
.mh_search2{float: left;margin-top: 2.5%;margin-left: 50%;}

#nav { font-family:'arial'; }
#nav ul{ width:100%; margin:0; padding:0; }
#nav ul.menu li{position:relative;float:left;width:100%;list-style-type:none;}
#nav ul.menu li a{display:block;width:100%;height:100%;line-height: 1em;color:#000;font-weight:bold;text-decoration:none;border-bottom: 1px solid #dedede;font-size: 20px;padding: 6.4% 0%;}
#nav ul.menu li a:hover{ background:#eee; }
#nav ul.menu li .sub a{position:relative;float:left;display:block;width:100%;z-index:999;background: #f9f9f9;}
#nav ul.menu li .sub a:hover{background: #e5e5e5;color:#fff;}


/* 모바일 메뉴 상단 중단 */



.mobile_menu_top{width:100%;float:left;border-top: 1px solid #dedede;}
.mobile_menu_top > ul{ float: left;width: 100%;}				
.mobile_menu_top > ul > li{float: left;width: 49.5%;}
.mobile_menu_top > ul > li > a{width: 98%;float: left;font-weight: 600;font-size: 20px;background: #3e3e3e;color: #fff;}
.mobile_menu_top > ul > li:last-child{border-right:none;}
.mobile_menu_top > ul > li:nth-child(2){width: 49.5%;}
.mobile_menu_top > ul > li:nth-child(1) a{padding: 5% 2%;border-right: 1px solid #ffffff;border-bottom: 1px solid #dedede;}
.mobile_menu_top > ul > li:nth-child(2) a{padding: 5% 2%;border-left: 1px solid #fff;}
.mobile_menu_middle{width:100%;float:left;l}
.mobile_menu_middle > ul{ float: left;width: 100%;}				
.mobile_menu_middle > ul > li{float: left;width: 24.8%;border-right: 1px solid #dedede;border-top: 1px solid #dedede;background: #3e3e3e;}
.mobile_menu_middle > ul > li > a{width: 100%;float: left;padding: 4% 2%;font-weight: 600;}
.mobile_menu_middle > ul > li:last-child{border-right:none;}



   /* 드롭다운 시리즈*/
.db {background:#fff;color: #020202;border: none;cursor: pointer;width: 100%;float: left;padding: 19% 2%;font-weight: 600;font-size: 0.8em;border: none;}
.dd {position: relative;display: inline-block;width: 100%;float: left;}
.dd-content {display: none;position: absolute;background-color: #4f5152;min-width: 100%;box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);z-index: 9999;top: 102%;}
.dd-content a {color: #fff;padding: 5% 5%;text-decoration: none;display: block;border-bottom: 1px solid #bbb;float: left;width: 90%;}
.dd-content a:last-child {border-bottom: none;}
.dd-content a:hover {background-color: Gold;}
.dd:hover .dd-content {display: block;}
.dd:hover .db {background-color: #0b4da2;color: #fff;}

.db2 {background: #3e3e3e;color: #fff;border: none;cursor: pointer;width: 100%;float: left;padding: 15% 2%;font-weight: 600;font-size: 0.8em;}
.dd2 {position: relative;display: inline-block;width: 100%;float: left;}
.dd-content2 {display: none;position: absolute;background-color: #4f5152;min-width: 100%;box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);z-index: 9999;top: 92%;}
.dd-content2 a {color: #fff;padding: 5% 5%;text-decoration: none;display: block;border-bottom: 1px solid #bbb;float: left;width: 90%;font-size: 0.8em;}
.dd-content2 a:last-child {border-bottom: none;}
.dd-content2 a:hover {background-color: #0b4da2;}
.dd2:hover .dd-content2 {display: block;}
.dd2:hover .db2 {background-color: #0b4da2;}



/* 햄버거 컨트롤 */
.berger_form{background: #fff;margin-top: 1.5%;float: right;margin-right: 3%;}
.berger_btn{text-align: right;padding: 10px;margin-right: 3%;}
.berger_bg{width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: absolute;top:0;display: none;}
.sidebar_berger{display: none;width: 100%;height: 100%;background: #ffffff;position: absolute;top:0;right: -50%;z-index: 9999;}
.berger_close_btn{width: 25px;height: 25px;margin: 2.5% 5%;float: right;}
.berger_close_btn > a{display: block;width: 100%;height: 100%;}
.berger_wrap{list-style: none;padding: 0;float: left;width: 100%;}












/* 본문 메뉴*/
#header{display: flex;justify-content: space-between;align-items: center;padding: 1.45rem 2rem;position: fixed;background: #fff;float: left;width: 100%;z-index: 9998;border-bottom: 1px solid #ededed;display: none;}
#header > h1{padding-left: 5%;}
#header #gnb{display: flex;z-index: 99;margin-left: 7%;}
#header #gnb > .dept1 {position: relative;padding: 1rem 3rem;text-align: center;font-size: 1.2em;font-weight: bold;}
#header #gnb > .dept1 > a.active{color: red;font-weight: bold}

#header #gnb .inner_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header #gnb .inner_menu_sub {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header #gnb  .dept2 {padding: 0.5rem 0;color: #555;font-size: 0.8em;}
#header #gnb  .dept2 > a:hover,
#header #gnb  .dept2 > a:active,
#header #gnb  .dept2 > a:focus {font-weight: bold}

#header2{justify-content: space-between;align-items: center;padding: 1.45rem 2rem;position: fixed;background: #fff;float: left;width: 100%;z-index: 9998;border-bottom: 1px solid #ededed;display: none;}
#header2 > h1{padding-left: 4%;}
#header2 #gnb{display: flex;z-index: 99;margin-left: -2%;}
#header2 #gnb > .dept1 {position: relative;padding: 1rem 3rem;text-align: center;font-size: 1.2em;font-weight: bold;}
#header2 #gnb > .dept1 > a.active{color: red;font-weight: bold}

#header2 #gnb .inner_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header2 #gnb .inner_menu_sub {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header2 #gnb  .dept2 {padding: 0.5rem 0;color: #555;font-size: 0.8em;}
#header2 #gnb  .dept2 > a:hover,
#header2 #gnb  .dept2 > a:active,
#header2 #gnb  .dept2 > a:focus {font-weight: bold}

#header3{display: none;justify-content: space-between;align-items: center;padding: 1.45rem 2rem;position: fixed;background: #fff;float: left;width: 100%;z-index: 9998;border-bottom: 1px solid #ededed;margin-top:46px;}
#header3 > h1{padding-left: 5%;}
#header3 #gnb{display: flex;z-index: 99;margin-left: 7%;}
#header3 #gnb > .dept1 {position: relative;padding: 1rem 3rem;text-align: center;font-size: 1.2em;font-weight: bold;}
#header3 #gnb > .dept1 > a.active{color: red;font-weight: bold}

#header3 #gnb .inner_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header3 #gnb .inner_menu_sub {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#header3 #gnb  .dept2 {padding: 0.5rem 0;color: #555;font-size: 0.8em;}
#header3 #gnb  .dept2 > a:hover,
#header3 #gnb  .dept2 > a:active,
#header3 #gnb  .dept2 > a:focus {font-weight: bold}

#header2 .top_side{float: right;width: 19%;margin-right: 5%;}
#header2 .top_side li {float: left;margin: 0% 1%;font-size: 1em;font-weight: 600;width: 30%;text-align: center;}
#header2 .top_side li:nth-child(1) a{background: url(../img/top_search.png) no-repeat 9% 60%;background-size: 15%;}
#header2 .top_side li:nth-child(2) a{background: url(../img/top_login.png) no-repeat 9% 60%;background-size: 15%;}
#header2 .top_side li:nth-child(3){    background: url(../img/top_lang.png) no-repeat 12% 59%;background-size: 22%;padding-left: 8%;width: 17%;}
#header2 .top_side li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
#header2 .top_side li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}
#header2.menu_bar {z-index: 9999;position: relative;width: 40%;float: left;margin: 34% 30%;}

#header .top_side{float: right;width: 19%;margin-right: 5%;}
#header .top_side li {float: left;margin: 0% 1%;font-size: 1em;font-weight: 600;width: 30%;text-align: center;}
#header .top_side li:nth-child(1) a{background: url(../img/top_search.png) no-repeat 9% 60%;background-size: 15%;}
#header .top_side li:nth-child(2) a{background: url(../img/top_login.png) no-repeat 9% 60%;background-size: 15%;}
#header .top_side li:nth-child(3){    background: url(../img/top_lang.png) no-repeat 12% 59%;background-size: 22%;padding-left: 8%;width: 17%;}
#header .top_side li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
#header .top_side li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}
#header.menu_bar {z-index: 9999;position: relative;width: 40%;float: left;margin: 34% 30%;}
.menu_bar.active span:nth-child(1){display: none}
.menu_bar.active span:nth-child(2){transform:rotate(130deg);color: #000;z-index: 9999;position: absolute;top: 40px;}
.menu_bar.active span:nth-child(3){transform: rotate(45deg);top: 40px;position: absolute;color: #000;z-index: 9999;}
.menu_bar span{width: 22px;height: 2px;background: #fff;display: block;margin: 6px 0;}
.menu_open{position: fixed;width: 100%;height: 100vh;background: #2d558a;top: 0;left: 0;z-index: 999;padding: 5% 3rem 3rem 3rem;display: none}
.menu_open > ul{display: flex;}
.menu_open > ul li{width: 20%;}
.menu_open > ul li a{color:#fff;}
.hd_bg{background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute;top: 100px;box-shadow: 1px 1px #dedede;}

/*대표 메뉴 */
#menu {width: 960px;height:50px;color: #000;line-height: 50px;margin:0 auto;text-align: center;font-weight: 600;display: none;}
#menu > ul > li {float:left;width:16.66%;position:relative;}
#menu > ul > li > ul {display:none;font-size:14px;background: white;width: 38vw;float: left;border: 1px solid #dedede;text-align: left;border-width: 1px 0px 1px 0px;}
#menu > ul > li:nth-child(1) > ul{position: absolute;left: -215px;}
#menu > ul > li:nth-child(2) > ul{position: absolute;left: -209px;}
#menu > ul > li:nth-child(3) > ul{position: absolute;left: -233px;}
#menu > ul > li:nth-child(4) > ul{position: absolute;left: -257px;}
#menu > ul > li:nth-child(5) > ul{position: absolute;left: -260px;}
#menu > ul > li:nth-child(6) > ul{position: absolute;left: -15vw;}
#menu > ul > li:hover > ul {display:block;}
#menu > ul > li > ul > li{float: left;width: 100%;border-bottom: 1px solid #dedede;}
#menu > ul > li > ul > li > a{float: left;background: #e3e6ed;width: 20%;text-align: center;font-weight: bold;font-size: 0.9em;}
#menu > ul > li > ul > li > ul{float: left;width: 72%;padding: 0% 4%;}
#menu > ul > li > ul > li > ul > li{float: left;margin-right: 1.7%;font-size: 0.85em;}
#menu > ul > li > ul > li:hover > a {background: #2d558a;transition: ease 1s; color:#fff}
.3depth_sub > li > a:hover{color:#2d558a}
.depth_sub2 > li .gide{color:#ddd;color: #939080;font-weight: 500;margin-left: 10px;font-size: 0.9em;}

/* 입시 메뉴 */

#menu2 {width: 960px;height:50px;color: #000;line-height: 50px;margin:0 auto;text-align: center;font-weight: 600;}
#menu2 > ul > li {float:left;width:20%;position:relative;}
#menu2 > ul > li > ul {display:none;font-size:14px;background: white;width: 38vw;float: left;border: 1px solid #dedede;text-align: left;border-width: 1px 0px 1px 0px;}
#menu2 > ul > li:nth-child(1) > ul{position: absolute;left: -215px;}
#menu2 > ul > li:nth-child(2) > ul{position: absolute;left: -209px;}
#menu2 > ul > li:nth-child(3) > ul{position: absolute;left: -233px;}
#menu2 > ul > li:nth-child(4) > ul{position: absolute;left: -257px;}
#menu2 > ul > li:nth-child(5) > ul{position: absolute;left: -260px;}
#menu2 > ul > li:nth-child(6) > ul{position: absolute;left: -15vw;}
#menu2 > ul > li:hover > ul {display:block;}
#menu2 > ul > li > ul > li{float: left;width: 100%;border-bottom: 1px solid #dedede;}
#menu2 > ul > li > ul > li > a{float: left;background: #e3e6ed;width: 20%;text-align: center;font-weight: bold;font-size: 0.9em;}
#menu2 > ul > li > ul > li > ul{float: left;width: 72%;padding: 0% 4%;}
#menu2 > ul > li > ul > li > ul > li{float: left;margin-right: 1.7%;font-size: 0.85em;}
#menu2 > ul > li > ul > li:hover > a {background: #2d558a;transition: ease 1s; color:#fff}




 .top_side{float: right;width: 19%;}
 .top_side li {float: left;margin: 0% 1%;font-size: 1em;font-weight: 600;width: 30%;text-align: center;}
 .top_side li:nth-child(1) a{background: url(../img/top_search.png) no-repeat 9% 60%;background-size: 15%;}
 .top_side li:nth-child(2) a{background: url(../img/top_login.png) no-repeat 9% 60%;background-size: 15%;}
 .top_side li:nth-child(3){    background: url(../img/top_lang.png) no-repeat 12% 59%;background-size: 22%;padding-left: 8%;width: 17%;}
 .top_side li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
 .top_side li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}

.content{width: 100%;display: inline-block;height: 100%;float: right;}
.content2{width: 100%;display: inline-block;height: 100%;float: left;margin-top: 8%;}
.content3{width: 100%;display: inline-block;height: 100%;float: left;}


/** 반응형탭1 **/
.notice_date{float:left;width: 94%;margin: 2% 3%;height: 100%;}
.tabs{width: 100%;float:left;}
.tabs_title{float: left;font-size: 1.3em;font-weight: 600;background: url(../img/title_bg1.png) no-repeat 63% 14%;background-size: 10%;width: 100%;margin: 7% 0 6%;text-align: center;}
.tabs_title strong{color: #115da0;font-weight: 600;}
.tab-button-outer{float:right; width:50%;margin-right:8%;}
.tab-button-outer ul{float:left;width:100%;}
.tab-button-outer ul li{float:left; width:25%;color:#414040; font-weight:500;text-align: center}
.tab-button-outer ul li.is-active a, .tab-button-outer ul li:hover a{ color: #0b4da2;font-weight: 600;padding-bottom: 2%;border-bottom: 6px solid #0b4da2;text-align: center;}
.tab-button-outer ul li a{text-align:center}
.tab_content_form{width:100%;float:left;margin-top:3%;}
.tab-contents{float: left;width: 99%;height: 33vh;margin-bottom: 6%;overflow: hidden;}
.main_notice_unit{width: 99.5%;float: left;border: 1px solid #dedede;margin-right: 0%;margin-bottom: 3%;}
.main_notice_unit li:nth-child(1){width: 20%;float: left;padding: 6% 0%;text-align: center;font-weight: bold;}
.main_notice_unit li:nth-child(2){width: 80%;float: left;padding: 2.5% 0%;background: #fff;}
.main_notice_unit li:nth-child(2) a{width: 92%;float: left;padding: 0% 4%;}
.main_notice_unit li:nth-child(2) a p{font-weight: 600;font-size: 1em;overflow: hidden;text-overflow: ellipsis;width: 95%;white-space: nowrap;padding-right: 10%;}
.main_notice_unit li:nth-child(2) a span{width: 94%;padding-left: 6%;font-size: 0.8em;font-weight: 600;color: #8f8f8f;background: url(../img/date_clock.png) no-repeat 0% 36%;background-size: 5%;}

.push{background: url(../img/push.png) no-repeat 97% 14%;background-size: 7%;}
.blue{background:#2d348a;color:#fff;}
.wblue{background:#0d4b7a;color:#fff;}
.red{background:#9b1a23;color:#fff;}


/** 학사일정  **/
.cal_form{width: 100%;float: left;border: 1px solid #ddd;background: #fff;}
.cal_title{}
.cal_title h3{}
.cal_title .month{float: left;color: #fff;text-align: center;font-size: 2.2em;font-weight: 600;line-height: 1em;margin-right: 3%;}
.cal_title .years{text-align: center;color: #ffc868;font-weight: 600;margin-top: 2%;font-size: 1.2em;}
.cal_title a{width: 69%;margin: 3% 12% 0%;float: left;color: #fff;border-radius: 10px 10px 10px 10px;border: 2px solid #fff;padding: 3% 4%;font-size: 0.8em;text-align: center;font-weight: 600;}
.cal_body{float: left;width: 90%;padding: 5% 5% 0%;}
.cal_body > li{padding-bottom: 4%;width: 100%;float: left;border-bottom: 1px solid #dedede; margin: 2% 0;}
.cal_body > li:last-child{margin-bottom:0; border-bottom:none;}
.cal_body > li .date{width: 20%;float: left;margin-right: 5%;background: #575757;padding: 2%;}
.cal_body > li .date span:nth-child(1){    width: 100%;text-align: center;color: #ffffff8c;font-size: 0.8em;font-weight: 600;}
.cal_body > li .date span:nth-child(2){       width: 100%;float: left;text-align: center;color: #fff;font-weight: 600;font-size: 1.3em;}

 .cal_body > li .today{width: 20%;float: left;margin-right: 5%;background: #2d558a;padding: 2%;}
.cal_body > li .today span:nth-child(1){    width: 100%;text-align: center;color: #ffffff8c;font-size: 0.8em;font-weight: 600;}
.cal_body > li .today span:nth-child(2){    width: 100%;float: left;text-align: center;color: #ddbe26;font-weight: 600;font-size: 1.3em;}

.cal_body > li .date_content{float: left;width: 66%;margin-top: 2%;}
.cal_body > li .date_content span{width: 100%;float: left;font-size: 0.8em;font-weight: 600;margin-bottom: 1%;}
.cal_body > li .date_content p{    width: 98%;float: left;font-size: 1.2em; font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/** 퀵남부 **/
 .quick_lingk{width: 94%;float: left;margin: 10% 3% 4%;}
 .quick_lingk h2{width: 100%;float: left;font-size: 1.3em;text-align: center;margin-bottom: 6%;font-weight: 600;padding-right: 0%;background: url(../img/title_bg1.png) no-repeat 67% 14%;background-size: 8.5%;}
 .quick_lingk h2 strong{font-weight: 600;color: #0b4da2;}
 .quick_lingk ul{width:100%;}
 .quick_lingk ul li{width: 31%;float: left;position:relative;margin: 1%;height: 139px;}
 .quick_lingk ul li:after{content: "";width: 10px;height: 10px;position: absolute;top: 32%;left: 100%;border-radius: 100px 100px;background: #9bbae3;}
 .quick_lingk ul li:nth-child(3n):after{display:none;}
 .quick_lingk ul li:last-child:after{display:none; }
 .quick_lingk ul li a{width:100%; float:left;text-align: center;}
 .quick_lingk ul li a span{width:100%; float:left;text-align: center; font-weight: 600;font-size: 0.9em;}
            
            
/** 남부대 뉴스 **/            

 .nambu_news{width: 94%;float:left;margin: 0% 3% 2%;}
  .nambu_news .news_title{width:100%;float:left;margin-bottom:2%} 
  .nambu_news .news_title h2{width: 53%;float: left;font-size: 1.3em;text-align: left;margin-bottom: 1%;font-weight: 600;padding-right: 0;background: url(../img/title_bg1.png) no-repeat 77% 14%;background-size: 17.5%;}
  .nambu_news .news_title h2 strong{font-weight: 600;color: #0b4da2;}
  .nambu_news .news_title span{float: left;margin-top: 0.5%;font-size: 0.9em;color: #999;display: none;}
  .nambu_news .news_title a{float:right;position:relative;font-size: 0.9em;font-weight: 600;padding-right: 8.5%;margin-top: 1%;}  
  .nambu_news .news_title a:after {content:"+";display:inline-block;width: 18px;height: 18px;position:absolute;padding: 6% 2% 0;font-weight:600;font-size: 1em;border:1px solid #000;border-radius:100px 100px;text-align: center;line-height: 1em;right: 0%;top: -12%;}
  
  .main_news_list{float:left;width:100%;}
  .main_news_list li{width: 100%;float: left;margin-right: 3.7%;border: 1px solid #dedede;margin-bottom: 6%;}
  .main_news_list li > div{width:100%;float:left;padding: 4%;}
  .main_news_list li > div span{width:100%;float:left;font-size: 0.8em;font-weight: 600;margin-bottom: 3%;color: #2d558a;}
  .main_news_list li > div h3{width:100%;float:left;font-size: 1.2em;font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 2%;}
  .main_news_list li > div p{width:100%;float:left;font-size: 0.8em;color: #7e7e7e;font-weight: 600;overflow: hidden;text-overflow: ellipsis;height: 56px;}
  .main_news_list li:last-child{width: 100%;float: left;margin-right: 0;border: 1px solid #dedede;}
  
   /** 남부대 홍보  **/
  .nambu_sns_pop{width: 86%;float:left;margin: 0px 0% 0%;padding: 30px 7%;background: #f8f8f8 url(../img/step4_bg.png) no-repeat 0% 100%;background-size: 25%;}
   .nambu_sns{max-width: 1670px;margin: 0% auto 0%;}
   .nambu_sns .sns_title{width:100%;float:left;margin: 1.5% 0 0.5%;} 
   .nambu_sns .sns_title h2{width: 95%;float: left;font-size: 1.8em;text-align: left;margin-bottom: 1%;font-weight: 600;padding-right: 3%;background-size: 1.5%;color: #000;}
   .nambu_sns .sns_title h2 strong{font-weight: 600;color: #2d558a;}
   .nambu_sns .sns_title span{float: left;font-size: 1em;margin-top: 0.5%;font-weight: 600;color: #fff;display: none;}	
   .nambu_sns .sns_form{float: left;width: 100%;height: auto;overflow: hidden;}
   .nambu_sns .sns_form > li{width: 50%;margin-right: 0%;float: left;margin-bottom: 1%;}
   .nambu_sns .sns_form > li:nth-child(4n){margin-right:0;margin-bottom: 0;}

	.nambu_sns .sns_form > li > a{width:100%;}
	.nambu_sns .sns_form > li > a .sns_img{width:100%;float:left;height:240px;overflow:hidden;}
	.nambu_sns .sns_form > li > a .sns_img img{width:100%;transition: all 0.35s ease;}
	.nambu_sns .sns_form > li > a .sns_img img:hover{transform: scale(1.1);}
	.nambu_sns .sns_form > li > a .sns_text{width:100%;float:left;margin-top: 10px;font-size: 14px;}
	.nambu_sns .sns_form > li > a .sns_text span{display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-word;width:100%;font-size: 19px;font-weight: 800;}
   
#index_01{width: 100%;height: 545px;margin: 5% 0 0%;float: left;}
#slide1{height: 505px;overflow: hidden;}
#slide1>ul{width: 1272px;font-size: 0;float: left;}
#slide1>ul>li{display: inline-block;font-size: 0;width: 100%;float: left;}

#video{width:100%;float:left;}


    input#sidebar {display:none;}

	/* 헤더영역 */
	.side_bt {position:relative;z-index:4;float: left;width: 36px;height: 60px;margin-top: -56vh;margin-left: 5%;}
	.side_bt > div {width: 60;margin: 0;position:relative;height: 60px;float: right;background: #bbb;border-radius: 0px 100px 100px 0px;}
	.side_bt label.menu {position:absolute;top:50%;right:10px;transform:translateY(-50%);width:24px;height:24px;background: url('../img/menu.png') 0 0 no-repeat;cursor:pointer;}

	/* 본문영역 */
	.container {max-width:1200px;margin:0 auto;}
	.container img {max-width:100%;}
	
	/* 사이드바 */
	.sidebar_content {position:fixed;width: 0%;height: 93%;background: #fff;transition:all .35s;z-index: 9999;float: left;margin-top: 100px;margin-left: 5%;box-shadow: 1px 1px 1px 1px #00000017;}
	.sidebar_content > ul {width: 100%;height: 100%;float: left;z-index: 9999;}
	.sidebar_content > ul > li {display:none;transition:all .35s;}
	.sidebar_content label[for*='sidebar'] {/* position:absolute; */top:0;left:0;width:100%;height:100%;z-index: 9999;float: left;}
	.side_bt{transition:all .35s;z-index: 4;float: left;border-radius: 0px 100px 100px 0px;margin-left: 96px;box-shadow: 1px 1px 1px 1px #0000001a;border: 1px solid #dedede;background: #fff;}
	/* 사이드바 외 배경영역 */
	.background {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);transition:all .35s;opacity:0;visibility:hidden;z-index:1;}

	/* input 체크 */
	input#sidebar:checked ~ .side_bt label {background-position:-24px 0;}
	input#sidebar:checked ~ .sidebar_content {width: 25%;float: left;}
	input#sidebar:checked ~ .side_bt {width: 215px;float: left;margin-top: 22%;margin-left: 400px;background: #fff;margin-top: -56vh;}
	input#sidebar:checked ~ .background  {opacity:1;visibility:visible;}
	input#sidebar:checked ~ .sidebar_content > ul > li {display: block}


 /********************** 입시 ****************************/

 .top_side2{float: right;width: 10%;margin-right: 3%;}
 .top_side2 li {float: left;margin: 0% 8%;font-size: 1em;font-weight: 600;width: 16%;text-align: center;}
 .top_side2 li a{width: 100%;float: left;text-align: center;padding-top: 5%;}
 .top_side2 li select{    border: none;font-size: 0.9em;font-weight: 600;text-align: center;float: left;}
 
 
 /********************** 서브 ****************************/
  /* 서브페이지 네비게이션 */
 nav{}
 nav ul:first-child{}
 nav ul:first-child li:nth-child(1){}
 nav ul:first-child li:nth-child(1) a{float: left;width: 100%;}
 nav ul:first-child li:nth-child(2){    float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 136px;}
 nav ul:first-child li:last-child{border-right:none}
 nav ul:first-child li:nth-child(3){    float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 136px;}
 nav ul:first-child li:nth-child(4){    float: left;padding-right: 20px;width: 136px;}
 nav ul:last-child{float: right;border-radius: 100px;background: #2c72cd;color: #fff;font-weight: 600;}
 nav ul:last-child li:nth-child(1){float: left;padding: 5px 10px;}
 nav ul:last-child li:nth-child(2){float: left;padding: 5px 10px;}
 .dropbtn {background-color: #1957a7;color: white;padding: 18px 40px;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {display: none;position: absolute;background-color: #164178;min-width: 155px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 1;}
.dropdown-content a {color: white;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-content a:hover {background-color: #1957a7;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #183e6e;}

/* 서브페이지 내용  */
.sub_form{width: 86%;float: left;margin: 2% 7% 2%}
.sub_content{width: 100%;float: left;}
.sub_content_title{text-align: center;font-size: 37px;margin-bottom: 4%;width: 100%;float: left;}
.sub_content_form{width: 100%;float: left;}

.nav2_form{width: 100%;float: left;margin-top: 0px;background: #2d558a;}
  .nav2{width: 86%;float: left;margin: 0% 7% 0%;}
  .nav2 ul{float: left;margin: 10px 0;}
  .nav2 ul li:nth-child(1){float: left;}
  .nav2 ul li:nth-child(2){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(3){float: left;font-size: 0.9em;margin-top: 2px;color: #fff;}
  .nav2 ul li:nth-child(4){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(5){float: left;font-size: 1em;margin-top: 2px;color: #efd472;}
  
  
  .sub_form2{width: 94%;float: left;margin: 0 3%;}
  .sub_form2 .left_menu{float: left;width: 15%;min-height: 44vh;border-right: 1px solid #dedede;display: none;}
  .sub_form2 .left_menu h2{width: 90%;float: left;text-align: right;margin: 18% 0 17%;margin-right: 10%;font-size: 24px;}
  .sub_form2 .left_menu ul{width: 100%;float: left;margin-bottom: 43px;}
  .sub_form2 .left_menu ul li{width: 100%;border-bottom: 1px solid#dede;float: left;}
  .sub_form2 .left_menu ul li a{width: 80%;float: left;padding: 10% 10%;font-size: 1em;}
  .sub_form2 .left_menu ul li.active a, .sub_form2 .left_menu ul li:hover a{font-weight: bold;text-align: right;color: #fff;background: #4aaef0;}
  .sub_content2{width: 100%;padding: 3%;float: left;}
  .sub_content_title2{width: 100%;float: left;font-size: 33px;text-align: left;margin-bottom: 3%;padding: 3% 4% 3%;background: url(../img/title_bg1.png) no-repeat 4% 9%;background-size: 8.5%;border: 2px dotted #dedede;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
  .sub_content_title2 span{float: left;width: 100%;font-size: 14px;color: #979797;font-weight: 500;margin-top: 8px;}
  .sub_content_form2{width: 100%;float: left;}

/* 탭 전체 스타일 */
.stabs {background-color: #ffffff;width: 100%;margin: 0;float: left;}

/* 탭 스타일 */
.tab_item {width: calc(100%/3);height: 50px;border-bottom: 1px solid #f8f8f8;background-color: #f8f8f8;line-height: 50px;font-size: 16px;text-align: center;color: #bbbbbb;display: block;float: left;text-align: center;font-weight: bold;transition: all 0.2s ease;cursor: pointer;}
.tab_item:hover {opacity: 0.75;}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {display: none;}

/* 탭 컨텐츠 스타일 */
.tab_content {display: none;padding: 0;clear: both;overflow: hidden;width: 100%;float: left;margin-top: 5%;}


/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,#programming:checked ~ #programming_content,#design:checked ~ #design_content {display: block;}

/* 선택된 탭 스타일 */
.stabs input:checked + .tab_item {background-color: #1957a7;color: #fff;}





/** footer  **/
	footer{width:100%;float:left;border-top: 1px solid #dedede;background: #3d3d3d;margin: 0;}
	.foot_top{width: 100%;float: left;border-bottom: 1px solid #ffffff30;}
	.foot_top ul{width: 96%;margin: 0 2%;}
	.foot_top ul li{float: left;width: 20%;text-align: center;padding: 1% 0;}
	.foot_top ul li a{border:none;width: 100%;float: left;text-align: center;padding: 0.7% 0;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #fff;}
	.foot_top ul li:first-child {}
	
	.foot_side{width: 50%;float: left;margin: 1% 48% 1% 8%;}
	.foot_side > li{float: left;width: 20%;position: relative;}
	.foot_side > li a{width:100%;float:left;font-size: 15px;}
	.foot_side > li:after{display:block;content:'·';position:absolute;top:0;right: 12%;}
	.foot_side > li:last-child:after{display:none;}
	
	.foot_info{width: 96%;margin: 1% 2%;padding: 10px 0;}
	.foot_info li:nth-child(1){width: 20%;float: left;margin: 2.5% 2%;}
	.foot_info li:nth-child(1) img{width:266px;float:left;}
	.foot_info li:nth-child(2){float:left;margin: 2% 0;color: #fff;width: 70%;}
	.foot_info li:nth-child(2) span{float: left;width: 100%;font-size: 16px;margin-bottom: 0.5%;line-height: 25px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
	.foot_info li:nth-child(3){    float: right;width: 10%;text-align: center;} 
	
	
	
/** sidemenu**/
.side_menu_form{width: 5%;float: left;height: 100vh;position: fixed;background: #2d558a;z-index: 9999;display: none;}
.side_left{float: left;width:100%;}
.side_left > li:first-child {background: #31507a;width:100%;float:left;height:100px;}
.side_left > li:first-child > a{width: 22px;float: left;padding: 35px 37px;}
.side_left > li:nth-child(2){width: 60%;float: left;margin: 0 20%;text-align: center;color: #fff;padding: 26% 0% 23%;border-bottom: 1px solid #ffffff47;}
.side_left > li:nth-child(2) a, .side_left > li:nth-child(3) a, .side_left > li:nth-child(4) a{color:#fff;}
.side_left > li > span{color:#fff;width:100%;float:left;text-align:center;font-size:0.8em}
.side_left > li:nth-child(3){width: 60%;float: left;margin: 0 20%;text-align: center;color: #fff;padding: 26% 0% 23%;border-bottom: 1px solid #ffffff47;}
.side_left > li:nth-child(4){width: 60%;float: left;margin: 0 20%;text-align: center;color: #fff;padding: 26% 0% 23%;border-bottom: 1px solid #ffffff47;}
.side_left > li:nth-child(5){width:100%;float:left;text-align: center;}
.side_left > li:nth-child(5) > a{margin-bottom: 8%;width:100%;text-align:center;float: left;}
.side_left > li:nth-child(5) > a:first-child {margin-top: 343%;}


/** 팝업광고 **/
.visual_pop {width: 100%;margin: 0;overflow: hidden;position: relative;float: left;}
.visual_pop .s_box {width: 1410px;margin-left: -470px;}
.visual_pop li {width: 470px;height: 408px;float: left;}
.visual_pop li img {width: 100%;display: block;}
.btn_prev,.btn_next {width: 80px;height: 80px;background: #666;position: absolute;z-index: 10;color: white;top: 50%;transform: translateY(-50%);text-align: center;line-height: 80px;border-radius: 20px 20px 20px 20px;opacity:0}
.btn_next {right: 0;}

/* 사이드메뉴 */
.side_quick{width: 100%;float: left;padding: 10%;}
.side_quick h3{width: 100%;float: left;font-size: 1.3em;margin-bottom: 10%;}
.side_quick > ul{float:left;width:100%;}
.side_quick > ul > li{    float: left;width: 25%;margin-right: 8%;text-align: center; margin-bottom:5%}
.side_quick > ul > li a div{width: 70%;float: left;margin: 0 15% 7%;border: 1px solid #dedede;padding: 12% 7% 3%;border-radius: 10px;}
.side_quick > ul > li a div img{height:48px;}
.side_quick > ul > li a span{float: left;width: 100%;margin-top: 3%;font-size: 0.8em;font-weight: 600;letter-spacing: -2px;}


/* 헤더상단 */
.header_top_form{width: 100%;float: left;background: #2d558a;height: 46px;overflow: hidden;display: none;}
.header_top{width: 99%;float: left;margin: 0 0%;}
.header_top_left{float: left;width: 66%;}
.header_top_left > li{width: 50%;margin: 0 0%;float: left;text-align: center;}
.header_top_left > li a{color: #fff;font-weight: 500;font-size: 20px;width: 100%;float: left;padding: 3.5% 0%;background: #193458;}
.header_top_left > li:nth-child(1) a{color:#fff151;background: #3376d0;}

.header_top_right{float: right;width: 16%;}
.header_top_right > li:nth-child(1){float: left;width: 31%;margin: 9% 1%;}
.header_top_right > li:nth-child(1) a{float: left;width: 100%;text-align: center;line-height: 0.5em;}
.header_top_right > li:nth-child(2){
    float: left;
    width: 31%;
    margin: 9% 1%;
}
.header_top_right > li:nth-child(2) a{float: left;width: 100%;text-align: center;line-height: 0.5em;}
.header_top_right > li:nth-child(3){
    float: left;
    width: 31%;
    margin: 9% 1%;
}
.header_top_right > li:nth-child(3) a{float: left;width: 100%;text-align: center;line-height: 0.5em;}

 /* 헤더 팝업 컨트롤*/
.modal-btn-box{width:100%;text-align:center;}
.modal-btn-box button{display:inline-block;width: 100%;height: 46px;background-color: #f0f0f0;cursor:pointer;border: none;font-size: 0.8em;font-weight: 600;color: #555555;}
.popup-wrap{background-color: rgb(0 0 0 / 50%);justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;display:none;padding:15px;}
.popup{width: 95%;border-radius: 0px;overflow:hidden;float: left;position: absolute;top: 8%;margin: 0 5%;}
.popup-head{width:100%;height:50px;display:flex;align-items:center;justify-content:center;}
.head-title {font-size: 38px;font-style: italic;font-weight: 700;letter-spacing: -3px;text-align: center;}
.popup-body{width:100%;background-color:#ffffff;}
.body-content{width:100%;padding:30px;}
.body-titlebox{text-align:center;width:100%;height:40px;margin-bottom:10px;}
.body-contentbox{word-break:break-word;overflow-y:auto;min-height:100px;max-height:200px;}
.popup-foot{width: 8%;height:50px;float: left;margin-top: 1%;background: #000;margin-left: 46%;}
.pop-btn{display:inline-flex;width: 100%;height:100%;float:left;justify-content:center;align-items:center;color:#ffffff;cursor:pointer;font-size: 0.9em;}
.pop-btn.confirm{border-right:1px solid #3b5fbf;}


/* 입시기간 입시비쥬얼 */
.special{background: url('../img/special_bg.png') no-repeat;background-size: cover;}
.special .sp_content{width: 100%;float: left;margin: 0% 0%;position: relative;HEIGHT: 100%;}
.special .sp_content .icon{width: 100%;float: left;margin-right: 5%;position: absolute;bottom: 0%;}
.special .sp_content .icon li:nth-child(1){float: left;width: 25%;background: #627185;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(1) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 40% 10% 9%;background: url(../img/sp_vicon1.png) no-repeat 48% 22%;background-size: 24%;letter-spacing: -2px;}
.special .sp_content .icon li:nth-child(2){float: left;width: 25%;background: #e08328;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(2) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 50% 10% 10%;background: url(../img/sp_vicon2.png) no-repeat 48% 33%;background-size: 25%;letter-spacing: -2px;}
.special .sp_content .icon li:nth-child(3){float: left;width: 25%;background: #174d94;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(3) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 40% 10% 10%;background: url(../img/sp_vicon3.png) no-repeat 48% 22%;background-size: 30%;letter-spacing: -2px;}
.special .sp_content .icon li:nth-child(4){float: left;width: 25%;background: #b5214e;border-radius: 0;margin: 0;}
.special .sp_content .icon li:nth-child(4) a{width: 80%;text-align: center;color: #fff;float: left;font-size: 0.9em;padding: 40% 10% 10%;background: url(../img/sp_vicon4.png) no-repeat 48% 29%;background-size: 28%;letter-spacing: -2px;}

 .special .sp_content .text{float: left;width: 80%;margin: 5% 10% 0;}
.special .sp_content .text li:nth-child(1){width: 100%;float: left;padding-bottom: 1%;border-bottom: 1px solid #000;margin-bottom: 1%;}
.special .sp_content .text li:nth-child(1) span{width: 100%;float: left;font-weight: 600;margin-bottom: 0;font-size: 21px;}
.special .sp_content .text li:nth-child(1) h1{width: 100%;float: left;font-size: 2em;font-weight: 600;color: #000;}
.special .sp_content .text li:nth-child(1) h1 strong{color: #2d558a;font-weight: bold;}

.special .sp_content .text li:nth-child(2){width: 100%;float: left;padding-bottom: 2%;border-bottom: 1px solid #000;margin-bottom: 3%;font-size: 1em;}
.special .sp_content .text li:nth-child(2) span:nth-child(1){width: 100%;float: left;margin-bottom: 0.5%;font-weight: bold;color: #dd0d0d;}
.special .sp_content .text li:nth-child(2) span:nth-child(2){width: 100%;float: left;margin-bottom: 0.5%;font-weight: bold;color: #2d558a;}
.special .sp_content .text li:nth-child(2) span b{color:#000;}

.special .sp_content .text li:nth-child(3){width: 100%;float: left;}
.special .sp_content .text li:nth-child(3) span{width: 100%;font-size: 16px;font-weight: 600;margin-bottom: 1%;}
.special .sp_content .text li:nth-child(3) span:last-child{}



/********************** 메인 css ****************************/
 
        /* 메인 비쥬얼*/
		.visual{width: 100%;height: 642px;margin: 0 0 43px;border-radius: 0;position: relative;float: left;overflow: hidden;position: relative;}
		.visual .visual_content {width: 96%;margin: 0 2%;border-radius: 0;height: 640px;position: absolute;}
		.visual img {max-width: 1130px;float: left;margin-left: -43%;}
		.visual_text{width: 55%;float: left;margin-top: 5%;}
		.visual_text h3{width: 100%;float: left;color: #000;font-size: 45px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
		.visual_text p{float: left;width: 100%;color: #000;font-size: 26px;line-height: 33px;margin-top: 10px;}
        .visual_text span{float: left;width: 100%;color: #626262;font-size: 18px;line-height: 23px;margin-top: 11px;}
        
        
         /** 메인 컨텐트 1 **/
         .main_content_form1{width: 100%;margin: 0;float:left;}
         .main_content_form2{width: 100%;margin: 0;float:left;}
         .main_content1{width: 96%;margin: 0 2% 2%;float: left;}
         
         /* 일정, 퀵메뉴 */
		.cal_quick_form{width: 100%;float: left;margin-top: 2%;}
		.cal_quick_form .cal_form{width: 50%;float: left;background: #27409a;border-radius: 20px 20px 20px 20px;}
		.cal_quick_form .cal_form h4{width: 70%;float: left;color: #fff;font-size: 20px;margin: 10% 15% 5%;}
		.cal_quick_form .cal_form .cal_title{width: 70%;float: left;margin: 0px 15%;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1){float: left;width: 36%;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1) li:nth-child(1){width: 100%;float: left;color: #c1a387;font-size: 35px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-bottom: 19px;line-height: 35px;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1) li:nth-child(2){float: left;width: 100%;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(1) li:nth-child(2) a{width: 100%;float: left;color: #fff;text-align: center;padding: 4% 0%;border: 1px solid #fff;border-radius: 100px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 14px;}
		
		.cal_quick_form .cal_form .cal_title ul:nth-child(2){float:right;}
		.cal_quick_form .cal_form .cal_title ul:nth-child(2) li{float: left;color: #fff;font-size: 150px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;line-height: 69px;}
		
		
		.cal_quick_form .cal_form .cal_body{width: 80%;float: left;margin: 30px 10%;}
		.cal_quick_form .cal_form .cal_body ul{width: 100%;float: left;}
		.cal_quick_form .cal_form .cal_body ul li{width: 100%;float: left;padding-bottom: 22px;border-bottom: 1px solid #476fff;margin-bottom: 20px;}
		.cal_quick_form .cal_form .cal_body ul li:last-child{padding-bottom: 0px;border-bottom: none;margin-bottom: 0px;}
		.cal_quick_form .cal_form .cal_body ul li a{width: 100%;float: left;}
		.cal_quick_form .cal_form .cal_body ul li a span{    width: 100%;float: left;color: #fff;margin-bottom: 5px;}
		.cal_quick_form .cal_form .cal_body ul li a p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width: 100%;float: left;color: #fff;font-size: 16px;}
		
		.cal_quick_form .quick_form{width: 50%;float: left;margin-top: 128px;background: #13325a;border-radius: 0px 20px 20px 20px;}
		.cal_quick_form .quick_form ul{width: 90%;float:left;padding: 5%;}
		.cal_quick_form .quick_form ul li{width: 33.3%;float:left;}
		.cal_quick_form .quick_form ul li a{width:100%;float:left;padding: 60px 0px 30px;color:#fff;text-align: center;color:#fff;}
		.cal_quick_form .quick_form ul li:nth-child(1) > a{background: url('../img/quick1.png') no-repeat 50% 15%;background-size: 30%;}
	    .cal_quick_form .quick_form ul li:nth-child(2) > a{background: url(../img/quick2.png) no-repeat 50% 22%;background-size: 32%;}
	    .cal_quick_form .quick_form ul li:nth-child(3) > a{background: url(../img/quick3.png) no-repeat 50% 7%;background-size: 27%;}
	    .cal_quick_form .quick_form ul li:nth-child(4) > a{background: url(../img/quick4.png) no-repeat 50% 9%;background-size: 30%;}
	    .cal_quick_form .quick_form ul li:nth-child(5) > a{background: url('../img/quick5.png') no-repeat 50% 18%;background-size: 28%;}
	    .cal_quick_form .quick_form ul li:nth-child(6) > a{background: url('../img/quick6.png') no-repeat 50% 16%;background-size: 26%;}
	    
	    /* 하단 퀵메뉴 */
	    .quick_bg{background: url('../img/quick_bg.png') no-repeat 50% 15%;background-size: cover;height: 231px !important;}	    	
	    .quick_form{width:100%;float:left;margin-top: 55px;}
	    .quick_form li{width:16.66%;float:left;text-align:center;}	    	    	    	
	    .quick_form li a{width:100%;float:left;padding:90px 0px 40px;color: #fff;}
	    .quick_form li:nth-child(1) a{background: url('../img/quick7.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(2) a{background: url('../img/quick8.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(3) a{background: url('../img/quick9.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(4) a{background: url('../img/quick10.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(5) a{background: url('../img/quick11.png') no-repeat 50% 15%;background-size: 30%;}
	    .quick_form li:nth-child(6) a{background: url('../img/quick12.png') no-repeat 50% 15%;background-size: 30%;}
	    

		/*갤러리*/
 	    	.photo_form{width: 100%;float:left;margin-bottom: 2%;}
 	    	.photo_form .title{width: 100%;float: left;margin-bottom: 17px;}
 	    	.photo_form .title h3{position:relative;width: 86%;float: left;padding-left: 13px;font-size: 32px;line-height: 32px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 	    	.photo_form .title h3:before{content:"";position:absolute;top: 17%;left:0;width: 8px;height: 25px;background:#0c4da2;}
 	    	.photo_form .title a{float: left;width: 11%;font-weight: 800;font-size: 17px;margin-top: 8px;}
 	    	.photo_form ul{float:left;width:100%;}
 	    	.photo_form ul li{width: 47.7%;float:left;border:1px solid #dedede;}
 	    	.photo_form ul li .photo_img{width: 100%;float: left;height: 214px;overflow: hidden;}
 	    	.photo_form ul li .photo_text{float: left;width: 80%;margin: 5% 10%;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
 	    	.photo_form ul li .photo_text span{width: 100%;float: left;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #686868;font-size: 17px;}
 	    	.photo_form ul li .photo_text p{float: left;width: 100%;margin-top: 3%;font-size: 20px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;height: 56px;}	    	    	.photo_form ul li .photo_link{position:relative;width: 80%;float: left;margin: 0 10% 5%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #9b9b9b;}
 	    	.photo_form ul li .photo_link:after{content:">"; position:absolute;top:0%;right:0%;width:14px;height:14px;display:block;}
 	    	.photo_form ul li:first-child{margin-right:2%;}
 	    	
 	    	.notice_form{width: 100%;float:left;margin-right:0%}
 	    	.notice_form .title{width: 100%;float: left;margin-bottom: 30px;padding-bottom: 20px;border-bottom: 3px solid #000;}
 	    	.notice_form .title h3{position:relative;width: 86%;float: left;padding-left: 13px;font-size: 32px;line-height: 32px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 	    	.notice_form .title h3:before{content:"";position:absolute;top: 17%;left:0;width: 8px;height: 25px;background:#0c4da2;}
 	    	.notice_form .title a{float: left;width: 11%;font-weight: 800;font-size: 17px;margin-top: 8px;}
 	    	
 	    	/* 공지사항 */
 	    	.notice_form ul:nth-child(2){float:left;width: 90%;border-bottom: 1px solid #dedede;padding: 0 5% 22px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1){width: 80%;float: left;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1) a{float: left;width: 100%;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1) a span{width: 100%;float: left;overflow: hidden;white-space: nowrap;font-size: 20px;font-weight: 600;margin-bottom: 11px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(1) a p{float: left;width: 100%;color: #979797;font-weight: 600;font-size: 16px;line-height: 24px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(2){width: 20%;float: left;text-align: center;}
 	    	.notice_form ul:nth-child(2) li:nth-child(2) h3{width: 100%;float: left;font-size: 45px;}
 	    	.notice_form ul:nth-child(2) li:nth-child(2) span{float: left;width: 100%;text-align: center;}
 	    	.notice_form ul:nth-child(3){float:left;width: 100%;padding: 0%;}
 	    	.notice_form ul:nth-child(3) li{width: 96%;border-bottom:1px solid #dedede;float: left;padding: 2% 2% 2%;}
 	    	.notice_form ul:nth-child(3) li:last-child{}
 	    	.notice_form ul:nth-child(3) li a{float: left;width: 100%;}
 	    	.notice_form ul:nth-child(3) li a span{width: 10%;float: left;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;color: #686868;font-size: 14px;}
 	    	.notice_form ul:nth-child(3) li a p{float: left;width: 90%;font-size: 16px;font-weight: 800;}	


/*********************************************    컨텐츠       ***********************************************************/
/* 서브페이지 기본레이아웃 시안2  */

.sub_visual{}
.sub_visual h1{width: 100%;float: left;text-align: center;color: #fff;font-size: 2.2em;letter-spacing: 3px;padding-top: 6%;text-shadow: 1px 1px 4px #000;}
.content2{}
.content3{width: 100%;display: inline-block;height: 100%;float: left;}


 nav{width: 100%;float: left;margin: -40px 0% 2%;background: #1957a7;border-radius: 0;}
 nav > ul:first-child{background: #1957a7;width: 100%;margin: 0;float: left;}
 nav > ul:first-child > li:nth-child(1){padding: 2% 3%;border-right: 1px solid #fff3;margin-left: 0;float: left;}
 nav > ul:first-child > li:nth-child(1) > a{float: left;width: 100%;}
 nav > ul:first-child > li:nth-child(2){float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 149px;}
 nav > ul:first-child > li:last-child{border-right:none}
 nav > ul:first-child > li:nth-child(3){    float: left;border-right: 1px solid #fff3;padding-right: 20px;width: 136px;}
 nav > ul:first-child > li:nth-child(4){    float: left;padding-right: 20px;width: 136px;}
 nav > ul:last-child{float: right;border-radius: 100px;background: #2c72cd;color: #fff;font-weight: 600;}
 nav > ul:last-child > li:nth-child(1){float: left;padding: 5px 10px;}
 nav > ul:last-child > li:nth-child(2){float: left;padding: 5px 10px;}
 .dropbtn {background-color: #1957a7;color: white;padding: 18px 40px;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {display: none;position: absolute;background-color: #164178;min-width: 155px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 1;}
.dropdown-content a {color: white;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-content a:hover {background-color: #1957a7;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #183e6e;}


.sub_form{width: 86%;float: left;margin: 2% 7% 2%}
.sub_content{width: 100%;float: left;}
.sub_content_title{text-align: center;font-size: 37px;margin-bottom: 4%;width: 100%;float: left;}
.sub_content_form{width: 100%;float: left;}

.nav2_form{width: 100%;float: left;margin-top: 102px;background: #275a9c;}
  .nav2{width: 86%;margin: 0% auto 0%;max-width: 1670px;}
  .nav2 ul{float: left;margin: 10px 0 10px 23px;}
  .nav2 ul li:nth-child(1){float: left;}
  .nav2 ul li:nth-child(2){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(3){float: left;font-size: 16px;margin-top: 2px;color: #fff;}
  .nav2 ul li:nth-child(4){float: left;font-size: 0.5em;font-weight: 600;color: #fff;margin: 8px 20px 0px;}
  .nav2 ul li:nth-child(5){float: left;font-size: 17px;margin-top: 2px;color: #efd472;}
  
  
  .sub_form2{width: 96%;margin: 0 2%;}
  .sub_form2 .left_menu{float: left;width: 15%;min-height: 44vh;}
  .sub_form2 .left_menu h2{width: 90%;float: left;text-align: right;margin: 18% 0 17%;margin-right: 10%;font-size: 28px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
  .sub_form2 .left_menu ul{width: 100%;float: left;margin-bottom: 43px;}
  .sub_form2 .left_menu ul li{width: 100%;border-bottom: 1px solid#dede;float: left;}
  .sub_form2 .left_menu ul li a{width: 80%;float: left;padding: 12% 10%;font-size: 18px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700 !important;}
  .sub_form2 .left_menu ul li.active a, .sub_form2 .left_menu ul li:hover a{text-align: right;color: #ffde4c;background: #275a9c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800 !important;}
  .sub_content2{width: 100%;padding: 3%;float: left;height: 100%;}
  .sub_content_title2{width: 100%;float: left;font-size: 42px;text-align: center;margin-bottom: 20px;font-weight: 800;padding: 0% 4% 3%;background-size: 2.5%;}
  .sub_content_title2 h3{font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 32px;}
	.sub_content_title2 span{float: left;width: 100%;font-size: 20px;color: #555555;margin-top: 12px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;font-size: 18px;}
  .sub_content_form2{width: 100%;float: left;}
/* 탭 전체 스타일 */
.stabs {background-color: #ffffff;width: 100%;margin: 0;float: left;}

/* 탭 스타일 */
.tab_item {width: calc(100%/3);height: 50px;border-bottom: 1px solid #f8f8f8;background-color: #f8f8f8;line-height: 50px;font-size: 16px;text-align: center;color: #bbbbbb;display: block;float: left;text-align: center;font-weight: bold;transition: all 0.2s ease;cursor: pointer;}
.tab_item:hover {opacity: 0.75;}
/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {display: none;}
/* 탭 컨텐츠 스타일 */
.tab_content {display: none;padding: 0;clear: both;overflow: hidden;width: 100%;float: left;margin-top: 5%;}

/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,#programming:checked ~ #programming_content,#design:checked ~ #design_content {display: block;}

/* 선택된 탭 스타일 */
.stabs input:checked + .tab_item {background-color: #1957a7;color: #fff;}
	      	



/*****  depth01 text+이미지 depth1일때*****/

 .depth01_textimg{width:100%;float: left;}
 .depth01_textimg > ul:nth-child(2){width: 40%;float: left;display: none;}
 .depth01_textimg > ul:nth-child(2) > li{float: left;width: 100%;margin: 22% 0% 10%;text-align: center;}
 .depth01_textimg > ul:nth-child(2) > li img{width: 80%;float:left;margin: 30% 10% 0%;}
 .depth01_textimg > ul:nth-child(1){width: 100%;float: left;line-height: 2em;margin: 5% 0% 5% 0%;}
 .depth01_textimg > ul:nth-child(1) > li h2{float: left;margin: 0% 0% 12px 0%;font-size: 22px;line-height: 1.3em;color: #000000;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg > ul:nth-child(1) > li h3{float: left;margin: 30px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg > ul:nth-child(1) > li p{float: left;margin: 0% 5% 0% 0%;font-size: 16px;line-height: 24px;color: #000000;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
 .depth01_textimg > ul:nth-child(1) > li{float: left;margin-bottom: 2%;width: 100%;}
 .depth01_textimg > ul:nth-child(1) > li b{color: #1a7add;font-weight: 600;}
 .depth01_textimg > ul:nth-child(1) > li.introduce_date{float: left;margin-bottom: 0.5%;width: 100%;text-align: right;}
 .depth01_textimg > ul:nth-child(1) > li.introduce_name{float: left;margin-bottom: 6%;width: 100%;text-align: right;font-size: 1.5em;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 
  .depth01_textimg2{width:100%;float: left;}
 .depth01_textimg2 > ul:nth-child(2){width: 40%;float: left;}
 .depth01_textimg2 > ul:nth-child(2) > li{float: left;width: 100%;margin: 22% 0% 10%;text-align: center;}
 .depth01_textimg2 > ul:nth-child(2) > li img{width: 80%;float:left;margin: 30% 10% 0%;}
 .depth01_textimg2 > ul:nth-child(1){width: 55%;float: left;line-height: 2em;margin: 5% 5% 5% 0%;}
 .depth01_textimg2 > ul:nth-child(1) > li h2{float: left;margin: 0% 0% 0px 0%;font-size: 22px;line-height: 1.3em;color: #000000;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg2 > ul:nth-child(1) > li h3{float: left;margin: 30px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg2 > ul:nth-child(1) > li p{float: left;margin: 0% 0% 0% 0%;font-size: 16px;line-height: 24px;color: #000000;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
 .depth01_textimg2 > ul:nth-child(1) > li{float: left;margin-bottom: 2%;width: 100%;}
 .depth01_textimg2 > ul:nth-child(1) > li:nth-child(even){
    padding: 2%;
    border: 1px solid #dedede;
    margin-bottom: 6%;
}
 .depth01_textimg2 > ul:nth-child(1) > li b{color: #1a7add;font-weight: 600;}
 .depth01_textimg2 > ul:nth-child(1) > li.introduce_date{float: left;margin-bottom: 0.5%;width: 100%;text-align: right;}
 .depth01_textimg2 > ul:nth-child(1) > li.introduce_name{float: left;margin-bottom: 6%;width: 100%;text-align: right;font-size: 1.5em;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}
 
 
 .depth01_textimg3{width:100%;float: left;}
 .depth01_textimg3 > ul{width: 48%;float: left;line-height: 2em;margin: 0% 1% 5%;}
 .depth01_textimg3 > ul > li h2{position:relative;float: left;margin: 0% 0% 12px 0%;font-size: 22px;line-height: 1.3em;color: #000000;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;padding-top: 11px;}
  .depth01_textimg3 > ul > li h2:before{content:"";display: inline-block;position:absolute;top:0%;left:0;width: 40px;height: 5px;background: #2c72cd;}
 .depth01_textimg3 > h3{float: left;margin: 80px 0% 50px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_textimg3 > ul > li p{float: left;margin: 0% 5% 0% 0%;font-size: 16px;line-height: 24px;color: #000000;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;}
 .depth01_textimg3 > ul > li{float: left;width: 100%;font-size: 16px;line-height: 26px;}
  .depth01_textimg3 > ul > li:nth-child(even){border: 1px solid #dedede;padding: 2%;width: 95%;}
 .depth01_textimg3 > ul:nth-child > li b{color: #1a7add;font-weight: 600;}
 .depth01_textimg3 > ul:nth-child > li.introduce_date{float: left;margin-bottom: 0.5%;width: 100%;text-align: right;}
 .depth01_textimg3 > ul:nth-child > li.introduce_name{float: left;margin-bottom: 6%;width: 100%;text-align: right;font-size: 1.5em;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;}

 /*****  depth01 text depth1일때*****/

 .depth01_text{width:100%;float: left;margin-top: 20px;}
 .depth01_text > ul{width: 100%;float: left;line-height: 2em;margin: 0% 0%;}
 .depth01_text > ul > li h2{position:relative;float: left;margin: 0% 0% 12px;font-size: 20px;line-height: 1.3em;color: #383838;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 700;width: 100%;padding-top: 17px;}
 .depth01_text > ul > li h2:before{content:"";display:inline-block;position:absolute;top: 0px;left:0;width: 20px;height: 5px;background: #6576cd;}
 .depth01_text > ul > li h3{float: left;margin: 30px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_text > ul > li p{float: left;margin: 0 0;font-size: 16px;line-height: 28px;color: #000000;font-family: 'Nanum Gothic';font-style: normal;font-weight: 400;width: 100%;padding: 11px 2%;background: #c7dbff94;}
 .depth01_text > ul > li{float: left;margin-bottom: 37px;width: 96%;border: 1px solid #ddd;padding: 2%;}
 .depth01_text > ul > li b{color: #1a7add;font-weight: 600;}
 
  .depth01_text2{width:100%;float: left;margin-top: 0px;}
 .depth01_text2 > ul{width: 100%;float: left;line-height: 2em;margin: 0% 0%;}
 .depth01_text2 > ul > li h2{position:relative;float: left;margin: 0% 1% 12px;font-size: 18px;line-height: 1.3em;color: #383838;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 700;width: 43.5%;padding: 2%;border: 1px solid #dedede;}
 .depth01_text2 > h3{float: left;margin: 0px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_text2 > ul > li p{float: left;margin: 0 0;font-size: 16px;line-height: 28px;color: #000000;font-family: 'Nanum Gothic';font-style: normal;font-weight: 400;width: 100%;padding: 11px 2%;background: #c7dbff94;}
 .depth01_text2 > ul > li{float: left;margin-bottom: 37px;width: 100%;padding: 0%;}
 .depth01_text2 > ul > li b{color: #1a7add;font-weight: 600;}
 
 
  .depth01_text3{width:100%;float: left;margin-top: 0;}
 .depth01_text3 > ul{width: 100%;float: left;line-height: 2em;margin: 3% 0% 0%;}
 .depth01_text3 > ul > li h2{position:relative;float: left;margin: 0% 0% 12px;font-size: 18px;line-height: 1.3em;color: #383838;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 700;width: 43.5%;padding: 2%;border: 1px solid #dedede;box-shadow: 2px 3px 1px 1px #9d9d9d38;}
 .depth01_text3 > h3{float: left;margin: 0px 0% 30px 0%;font-size: 22px;line-height: 1.3em;color: #346dd5;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 100%;}
 .depth01_text3 > ul > li p{float: left;margin: 20px 0 0;font-size: 16px;line-height: 28px;color: #093f9d;font-family: 'Nanum Gothic';font-style: normal;width: 100%;padding: 11px 2%;background: #c7dbff94;font-weight: 600;}
 .depth01_text3 > ul > li{float: left;margin-bottom: 6px;width: 100%;padding: 0%;}
 .depth01_text3 > ul > li > span{
    width: 100%;
    float: left;
    margin: 28px 0 8px;
    text-align: center;
    font-weight: 600;
}
 .depth01_text3 > ul > li:nth-child(even){}
 .depth01_text3 > ul > li > table{}
 .depth01_text3 > ul > li > table td p{}
 .depth01_text3 > ul > li > dl{
    float: left;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 30px;
}
 .depth01_text3 > ul > li > dl dd{
    width: 100%;
    float: left;
    margin-bottom: 6px;
    font-size: 16px;
}
 .depth01_text3 > ul > li > dl dd span{
    width: 99%;
    float: left;
    margin-left: 1%;
    font-weight: 600;
    font-size: 15px;
}
 .depth01_text3 > ul > li > dl dt{
    width: 100%;
    float: left;
    font-weight: 600;
    color: #103ebf;
} 
   
 .depth01_text3 > ul > li b{color: #1a7add;font-weight: 600;}
 
 /* 컨텐츠 가이드 텍스트*/
 
.gide_text{width: 100%;float: left;padding-left: 18%;padding: 50px 7% 50px 18%;border: 1px solid #d5d5d5;margin-bottom: 40px; background: url(../img/sub_gide_icon.png) no-repeat 5% 49%;background-size: 9%;border-width: 1px 0px 1px 0px;}
.gide_text h3{width: 100%;float: left;font-size: 25px;padding-bottom: 14px;border-left: 1px solid #b1b1b1;padding-left: 6%;}
.gide_text p{float: left;font-size: 16px;line-height: 27px;border-left: 1px solid #b1b1b1;padding-left: 6%;}
 
/**** 탭서식  ****/ 
   	  ul.tabs_cm {width: 100%;color:#555;margin: 0% 0% 1%;padding: 0;/* height: 30px; */float: left;}
	  ul.tabs_cm li {position: relative;float: left;text-align:center;cursor: pointer;border: 1px solid #dedede;font-size: 0.9em;border-width: 0;background: #ebebeb;color: #aba7a7;}
	  ul.tabs_cm li a{background: #fff;color: #444;width:100%;float:left;padding: 16px 0;font-size: 17px;border: 1px solid #ebebeb;}
	  
	  ul.tabs_cm li:first-child:nth-last-child(1) {width: 100%;}
	  ul.tabs_cm li:first-child:nth-last-child(2), ul.tabs_cm li:first-child:nth-last-child(2) ~ li {width: 49.9%;}
	  ul.tabs_cm li:first-child:nth-last-child(3), ul.tabs_cm li:first-child:nth-last-child(3) ~ li {width: 33.1%;}
	  ul.tabs_cm li:first-child:nth-last-child(4), ul.tabs_cm li:first-child:nth-last-child(4) ~ li {width: 24.9%;}
	  ul.tabs_cm li:first-child:nth-last-child(5), ul.tabs_cm li:first-child:nth-last-child(5) ~ li {width: 19.9%;}
	  ul.tabs_cm li:first-child:nth-last-child(6), ul.tabs_cm li:first-child:nth-last-child(6) ~ li {width: 16.65%;}
	  ul.tabs_cm li:first-child:nth-last-child(7), ul.tabs_cm li:first-child:nth-last-child(7) ~ li {width:14.2%;}
	  ul.tabs_cm li:first-child:nth-last-child(8), ul.tabs_cm li:first-child:nth-last-child(8) ~ li {width:12.4%;}
	  ul.tabs_cm li:first-child:nth-last-child(9), ul.tabs_cm li:first-child:nth-last-child(9) ~ li {width:11.1%;}
	  
	  ul.tabs_cm li:first-child {border-left:1px solid #dedede;}
	  ul.tabs_cm li.active a, ul.tabs_cm li:hover a {background-color: #2c72cd;color:#fff;font-weight: 600;border-width: 0;border: 1px solid #2c72cd;}
	  .tab_container_form {-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;float: left;}
	  .tab_content_form {}
	  
/**** 테이블서식  ****/ 
	 
	 /* 표준테이블  */ 
   	.tableType01{width:100%}
	.tableType01, .tableType01 th, .tableType01 td{border:0;text-align:center;line-height:15px;}
	.tableType01{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 96%;margin: 0 0% 24px;}
	.tableType01 caption{display:none;color:#444}
	.tableType01 caption.none{display:none}
	.tableType01 thead th{border-top: solid 4px #000;border-left: none;border-right:solid 1px #d7d2d5;color: #000;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01 thead th:last-child{border-right:none}
	.tableType01 thead th.lb_no{border-left:none}
	.tableType01 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;border-width: 1px 1px 1px 0px;}
	.tableType01 tbody td:last-child{border-right:none;}
	.tableType01 tbody td:nth-child(1){font-weight: 600;}
	.tableType01 tbody td.lb_no{border-left:none}
	.tableType01 tbody td.date{text-align:left;padding-left:40px}
	.tableType01 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01 tfoot td{text-align:center;padding:15px 0 0}
   	
   	
   	/* 가로 th4  */ 
   	.tableType01_4{width:100%}
	.tableType01_4, .tableType01_5 th, .tableType01_5 td{border:0;text-align:center;line-height:15px;}
	.tableType01_4{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 100%;margin: 0 0% 24px;}
	.tableType01_4 caption{display:none;color:#444}
	.tableType01_4 caption.none{display:none}
	.tableType01_4 thead th{border-top: solid 3px #000000;/* border-left:solid 1px #d7d2d5; */border-right:solid 1px #d7d2d5;color:#00407c;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01_4 thead th:nth-child(1){width: 25%;}
	.tableType01_4 thead th:nth-child(2){width: 25%;}
	.tableType01_4 thead th:nth-child(3){width: 25%;}
	.tableType01_4 thead th:nth-child(4){width: 25%; border-right:0px;}
	.tableType01_4 thead th.lb_no{border-left:none}
	.tableType01_4 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_4 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;border-width: 1px 1px 1px 0px;}
	.tableType01_4 tbody td:nth-child(1){font-weight: 600;text-align: center;}
	.tableType01_4 tbody td:nth-child(3){font-weight: 600;text-align: center;}
    .tableType01_4 tbody td.lb_no{border-left:none}
	.tableType01_4 tbody td:last-child{border-right:0px;}
    .tableType01_4 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_4 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_4 tfoot td{text-align:center;padding:15px 0 0}
   	
   	
   	/* 가로 th5  */ 
   	.tableType01_5{width:100%}
	.tableType01_5, .tableType01_5 th, .tableType01_5 td{border:0;text-align:center;line-height:15px;}
	.tableType01_5{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 96%;margin: 0 2% 24px;}
	.tableType01_5 caption{display:none;color:#444}
	.tableType01_5 caption.none{display:none}
	.tableType01_5 thead th{border-top:solid 2px #6ca1d3;border-left:solid 1px #d7d2d5;border-right:solid 1px #d7d2d5;color:#00407c;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01_5 thead th:nth-child(1){width: 20%;}
	.tableType01_5 thead th:nth-child(2){width: 10%;}
	.tableType01_5 thead th:nth-child(3){width: 10%;}
	.tableType01_5 thead th:nth-child(4){width: 40%;}
	.tableType01_5 thead th:nth-child(5){width: 20%;}
	.tableType01_5 thead th.lb_no{border-left:none}
	.tableType01_5 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_5 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;}
	.tableType01_5 tbody td:nth-child(1){font-weight: 600;}
	.tableType01_5 tbody td.lb_no{border-left:none}
	.tableType01_5 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_5 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_5 tfoot td{text-align:center;padding:15px 0 0}
	
	
	/* 가로 th6  */ 
	.tableType01_6{width:100%}
	.tableType01_6, .tableType01_6 th, .tableType01_6 td{border:0;text-align:center;line-height:15px;}
	.tableType01_6{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 96%;margin: 0 2% 24px;}
	.tableType01_6 caption{display:none;color:#444}
	.tableType01_6 caption.none{display:none}
	.tableType01_6 thead th{border-top:solid 2px #6ca1d3;border-left:solid 1px #d7d2d5;border-right:solid 1px #d7d2d5;color:#00407c;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;vertical-align: middle;}
	.tableType01_6 thead th:nth-child(1){width: 5%;}
	.tableType01_6 thead th:nth-child(2){width: 17%;}
	.tableType01_6 thead th:nth-child(3){width: 11%;}
	.tableType01_6 thead th:nth-child(4){width: 9%;}
	.tableType01_6 thead th:nth-child(5){width: 8%;}
	.tableType01_6 thead th:nth-child(6){width: 50%;}
	.tableType01_6 thead th.lb_no{border-left:none}
	.tableType01_6 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_6 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;}
	.tableType01_6 tbody td:nth-child(1){font-weight: 600;}
	.tableType01_6 tbody td.lb_no{border-left:none}
	.tableType01_6 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_6 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_6 tfoot td{text-align:center;padding:15px 0 0}
	
	
	/* 가로 th7  */ 
	.tableType01_7{width:100%}
	.tableType01_7, .tableType01_7 th, .tableType01_7 td{border:0;text-align:center;line-height:15px;}
	.tableType01_7{margin:8px 0;font-size:12px;color:#444;text-align:center;float: left;width: 100%;margin: 41px 0% 24px;}
	.tableType01_7 caption{display:none;color:#444}
	.tableType01_7 caption.none{display:none}
	.tableType01_7 thead th{border-top: solid 5px #000000;color: #000;border-bottom:solid 1px #d7d2d5;background-color:#f5f7f7;padding: 18px 0px;font-size: 16px;font-family: 'NanumGothicBold';font-style: normal;font-weight: 700;vertical-align: middle;}
	.tableType01_7 thead th:nth-child(1){width: 10%;}
	.tableType01_7 thead th:nth-child(2){width: 10%;}
	.tableType01_7 thead th:nth-child(3){width: 21%;}
	.tableType01_7 thead th:nth-child(4){width: 11%;}
	.tableType01_7 thead th:nth-child(5){width: 8%;}
	.tableType01_7 thead th:nth-child(6){width: 7%;}
	.tableType01_7 thead th:nth-child(7){width: 50%;}
	.tableType01_7 thead th.lb_no{border-left:none}
	.tableType01_7 tbody th{color:#00407c;font-weight:bold;background-color:#f5f7f7;border:solid 1px #c0d4e0;vertical-align: middle;font-size: 15px;}
	.tableType01_7 tbody td{padding: 24px 11px;color:#444;border:solid 1px #d7d2d5;font-weight:normal;font-size: 17px;vertical-align: middle;line-height: 32px;border-width: 0px 1px 1px 0px;}
	.tableType01_7 tbody td:last-child	{border-width: 0px 0px 1px 0px;}
	.tableType01_7 tbody td:nth-child(1){font-weight: 600;}
	.tableType01_7 tbody td.lb_no{border-left:none}
	.tableType01_7 tbody td.date{text-align:left;padding-left:40px}
	.tableType01_7 td.txt_lf{text-align:left;padding-left:10px}
	.tableType01_7 tfoot td{text-align:center;padding:15px 0 0}
 
 
 
 
 
	/* 비전 및 교육목표 */
	
	  .ideology_text{width: 100%;float: left;font-size: 16px !important;line-height: 35px !important;color: #696969;margin-bottom: 3%;}
	.ideology_chart{float: left;width: 100%;border: 10px solid #dedede;padding: 2%;}
	.ideology_chart dl dd:last-child{margin-right: 0 !important;}
	.ideology_chart dl:nth-child(1){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(1) dt{    width: 66px;float: left;padding: 2%;color: #fff;background: #1d4286;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(1) dd{float: left;padding: 1.5% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #1d4286;}
	
	.ideology_chart dl:nth-child(2){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(2) dt{    width: 66px;float: left;padding: 2%;color: #fff;background: #5bc0e9;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(2) dd{float: left;padding: 1.5% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #5bc0e9;}
	
	.ideology_chart dl:nth-child(3){float: left;margin: 0% 0 2%;width: 100%;padding-bottom: 5%;position: relative;}
	.ideology_chart dl:nth-child(3):before{content: "↓↓↓";position:absolute;top: 60%;left: 52%;width:10px;height:10px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 50px;color: #f36f24;}
	.ideology_chart dl:nth-child(3) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #f36f24;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;text-align: center;}
	.ideology_chart dl:nth-child(3) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.7%;text-align: center;font-size: 20px;border: 5px solid #f36f24;margin-right: 1%;}
	
	.ideology_chart dl:nth-child(4){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(4) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #a0cd4e;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;text-align: center;}
	.ideology_chart dl:nth-child(4) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.7%;text-align: center;font-size: 20px;border: 5px solid #a0cd4e;margin-right: 1%;}
	
	.ideology_chart dl:nth-child(5){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(5) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #e8d15f;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(5) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.7%;text-align: center;font-size: 20px;border: 5px solid #e8d15f;margin-right: 1%;}
				
	.ideology_chart dl:nth-child(6){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(6) dt{width: 66px;float: left;padding: 2% 2%;color: #fff;background: #f6ac8c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;font-size: 15px;}
	.ideology_chart dl:nth-child(6) dd{float: left;padding: 2.3% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #fb9c72;margin-right: 1%;background: #f6ac8c;}								 
	
	.ideology_chart dl:nth-child(7){float: left;margin: 0% 0 2%;width: 100%;}
	.ideology_chart dl:nth-child(7) dt{width: 66px;float: left;padding: 2.3% 2%;color: #fff;background: #f6ac8c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(7) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 83%;text-align: center;font-size: 20px;border: 5px solid #f6ac8c;margin-right: 1%;}
	
	.ideology_chart dl:nth-child(8){float: left;margin: 0% 0 0%;width: 100%;}
	.ideology_chart dl:nth-child(8) dt{width: 66px;float: left;padding: 10.3% 2%;color: #fff;background: #f6ac8c;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(8) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.4%;text-align: center;font-size: 20px;border: 5px solid #f6ac8c;margin-right: 1%;margin-bottom: 10px;}
	.ideology_chart dl:nth-child(8) dd:nth-child(4n){margin-right:0px !important}
	.ideology_chart dl:nth-child(8) dd:nth-child(7n){margin-left: 0px !important;}
		
	.ideology_chart dl:nth-child(9){float: left;margin: 0% 0 0%;width: 100%;}
	.ideology_chart dl:nth-child(9) dt{width: 66px;float: left;padding: 2%;color: #fff;background: #e8d15f;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-right: 2%;}
	.ideology_chart dl:nth-child(9) dd{float: left;padding: 1.7% 2%;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;width: 23.6%;text-align: center;font-size: 20px;border: 5px solid #e8d15f;margin-right: 1%;} 
 
 
 
 /** 컨텐츠 페이지링크 **/
.content_page_form{width:100%;float:left;}
.content_page_form ul{width:100%;text-align: center;}
.content_page_form ul li{display:inline-block;border:1px solid #dedede;cursor: pointer;padding: 4px 9px;margin-right: 10px;font-size: 12px;font-weight: 500;}
.content_page_form ul li:first-child{background: #fff;color: #000;font-weight: 600;}
.content_page_form ul li:last-child{background: #fff;color: #000;font-weight: 600;}
.content_page_form ul li.active, .content_page_form ul li:hover {background: #0b50a5;color: #fff;font-weight: 600;}


/* 교수소개_정보*/
	.teacher_information{width:49%;float: left;border: 1px solid #dedede;padding: 25px;margin: 0 0.5% 10px;height: 510px;}
	.teacher_info{width:100%;float: left;padding-bottom: 20px;border-bottom: 1px solid #dedede;margin-bottom: 20px;}
	.teacher_info ul:nth-child(1){width: 30%;float: left;margin-right: 5%;}
	.teacher_info ul:nth-child(1) > li:nth-child(1){width: 100%;float: left;margin-bottom: 10px;}
	.teacher_info ul:nth-child(1) > li:nth-child(1) img{}
	.teacher_info ul:nth-child(1) > li:nth-child(2){width: 100%;float: left; text-align: center;font-size: 18px;}
	.teacher_info ul:nth-child(1) > li:nth-child(2) span{}
	.teacher_info ul:nth-child(2){width: 65%;float: left;}
	.teacher_info ul:nth-child(2) li{text-align: left;width: 100%;float: left;margin-bottom: 15px;}
	.teacher_info ul:nth-child(2) li:last-child{margin-bottom: 0;}
	.teacher_info ul:nth-child(2) li:first-child{margin: 5px 0px 20px;font-size: 18px;padding-bottom: 10px;border-bottom: 1px solid #dedede;}
	.teacher_info ul:nth-child(2) li h3{font-size: 18px;color: #585858;font-weight: 500;}
	.teacher_info ul:nth-child(2) li h3 b{font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;font-size: 22px;margin-right: 9px;color: #000;}
	.teacher_info ul:nth-child(2) li span{float: left;width: 22%;text-align: left;padding: 0px 0px;font-weight: 600;color: #000;font-size: 14px;margin-right: 13px;}
	.teacher_info ul:nth-child(2) li p{float: left;width: 72%;font-size: 14px;}
	.teacher_info ul:nth-child(2) li b{}
	
/* 교수소개_이력*/	
	.teacher_profile{width: 100%;float: left;overflow-x: hidden;overflow-y: auto;height: 149px;}
	.teacher_profile dl{width: 100%;float: left;margin-bottom: 20px;}
	.teacher_profile dl:last-child{ margin-bottom: 0px;}
	.teacher_profile dl dt{position:relative;width: 100%;float: left;font-size: 18px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin-bottom: 10px;color: #0b4da2;}
	.teacher_profile dl dd{float: left;width: 100%;font-size: 16px;line-height: 27px; margin-bottom: 10px;}
	.teacher_profile dl dd:last-child{ margin-bottom: 0px;}
	
	
	/*************** 조직도  *****************/
	    /** 조직도 **/
	    .sub_group1{width: 100%;float: left;margin-bottom: 5%;}

        .sub_group1 h2{width: 100%;float: left;font-size: 22px;line-height: 26px;padding-left: 1%;position: relative;margin-bottom: 20px;}
        .sub_group1 h2:before{content:"";position:absolute;top: 3px;left: 0;width: 6px;height: 20px;background: #5362cd;display: block;}
	    
	    /**  감사 **/
	    .sub_group1 > ul:nth-child(2){}
	    .sub_group1 > ul:nth-child(2) > li{}
	    .sub_group1 > ul:nth-child(2) > li > div{}
	    .sub_group1 > ul:nth-child(2) > li > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(2) > li > div > span:nth-child(2){}
	    
	    /**  학회장 **/
	    .sub_group1 > ul:nth-child(3){float: right;width: 13%;border: 1px solid #dedede;margin-left: 87%;}
	    .sub_group1 > ul:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(3) > li{width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(3) > li > div{width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(3) > li > div > span:nth-child(1){width: 100%;float: left;text-align: center;padding: 5% 0%;background: #646464;color: #fff;font-size: 18px;font-weight: 800;}
	    .sub_group1 > ul:nth-child(3) > li > div > span:nth-child(2){width: 100%;float: left;text-align: center; padding: 5% 0;font-size: 14px;}
	    
	    /**  부학회장 **/
	    .sub_group1 > ul:nth-child(4){float: right;width: 14%;border: 1px solid #dedede;margin: 3% 43%;}
	    .sub_group1 > ul:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(4) > li{float: right;width: 100%;}
	    .sub_group1 > ul:nth-child(4) > li > div{width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(4) > li > div > span:nth-child(1){width: 100%;float: left;text-align: center;padding: 5% 0%;background: #4ca0d1;color: #fff;font-size: 18px;font-weight: 800;}
	    .sub_group1 > ul:nth-child(4) > li > div > span:nth-child(2){width: 100%;float: left;text-align: center;padding: 5% 0;font-size: 14px;}
	    
	    /**  부서 **/
	    .sub_group1 > ul:nth-child(5){float: right;width: 14%;border: 1px solid #dedede;margin: 3% 43%;}
	    .sub_group1 > ul:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(1){width: 100%;float: left;}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(5) > li:nth-child(5):after{}


        /**  부장 **/
	    .sub_group1 > ul:nth-child(6){}
	    .sub_group1 > ul:nth-child(6):after{}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(1) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(2) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(3) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(4) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5) > div{}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(6) > li:nth-child(5) > div > span:nth-child(2){}
	    

        /**  차장 **/
	    .sub_group1 > ul:nth-child(7){}
	    .sub_group1 > ul:nth-child(7):after{}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(1) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(2) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(3) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(4) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5) > div{}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(7) > li:nth-child(5) > div > span:nth-child(2){}
	    

        /** 부차장 **/
	    .sub_group1 > ul:nth-child(8){}
	    .sub_group1 > ul:nth-child(8):after{}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(1) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(2) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(3) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(4) > div > span:nth-child(2){}
	    
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5):after{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5) > div{}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5) > div > span:nth-child(1){}
	    .sub_group1 > ul:nth-child(8) > li:nth-child(5) > div > span:nth-child(2){}
	    
	    
	    
	    /** 운영위원회 **/
	    .sub_group2{}
	    .sub_group2 h2{}
        .sub_group2 h2:before{}
	    .sub_group2 ul:nth-child(1){}
	    .sub_group2 ul:nth-child(1) li{}
	    .sub_group2 ul:nth-child(1) li:last-child{}
	    
	    .sub_group2 ul:nth-child(2){}
	    .sub_group2 ul:nth-child(2) li{}
	    .sub_group2 ul:nth-child(2) li:nth-child(4){}
	    .sub_group2 ul:nth-child(2) li:nth-child(8){}


/*********************************************    컨텐츠 끝      ***********************************************************/

.btn-info {
    padding: 3.5% 7%;
    background: #DDD;
    COLOR: #FFF;
    BORDER: NONE;
    BACKGROUND: #2c72cd;
    float: left;
}

/* 입시 반응형탭 */

.tab-button-outer { display:none; }
.is-active { color:red;  } 

.tab-button-outer2 { display:none; }
.is-active2 { color:red;  }


.tab-button-outer3 { display:none; }
.is-active3 { color:red;  }

.ibsi_introduce_date{}
.tabs2{width: 100%;float: left;}
.introduce_title{float: left;width: 20%;}
   .introduce_title h2{}
.introduce_title h2 strong{font-weight: 600;color: #0b4da2;}
.tab-button-outer2{float: left;width: 100%;}
#tab-button2{float: right;width: 15%;margin-right: 6%;margin-top: -2.5%;}
   #tab-button2 > ul{float: left;width: 100%;padding-bottom: 2%;border-bottom: 1px solid #dedede;}
  #tab-button2 > ul li{width: 30%;float: left;margin: 0 1%;text-align: left;}
  #tab-button2 > ul li a{font-size: 0.9em;}
  #tab-button2 > ul li.is-active2 a, #tab-button2 > ul li:hover a{color: #0b4da2;font-weight: 600;padding-bottom: 2%;border-bottom: 6px solid #0b4da2;}
  .tab-contents2{width: 100%;float: left;margin-top: 2%;}
  .notice_wrap{width:100%;margin: 0 auto; max-width:1670px;}
   .video_wrap{  /*background: #ddd;*/  float: right;  width:100% !important; }
   .video_wrap iframe{width:100%;float:left; height:auto;}
  .tab_more1{float: right;margin-top: -4.5%;font-size: 0.8em;background: #2d558a;color: #fff;padding: 0.3% 2%;}
  .ib_notice_form{float: left;width: 100%;}
  .ib_notice_form > li{width: 100%;float: left;margin-right: 2%;border: 1px solid #dedede;margin-bottom: 2.2%;}
  .ib_notice_form > li:nth-child(2n){margin-right: 0;}
  .ib_notice_form > li > a{float: left;width: 100%;padding: 0%;background: #fff;}
  .ib_notice_form > li > a span:nth-child(1){float: left;background: #000;color: #fff;font-size: 20px;PADDING: 24px 2%;width: 16%;text-align: center;font-weight: 600;}
  .ib_notice_form > li > a > div{width: 72%;float: left;margin-left: 5%;margin-top: 1%;}
  .ib_notice_form > li > a h2{width: 100%;float: left;font-weight: 600;font-size: 18px;margin: 0% 0 2%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  .ib_date{float: left;width: 100%;font-size: 16px;padding-left: 6%;font-weight: 600;color: #5264bb;background: url(../img/ib_icon1.png) 1% 68% no-repeat;background-size: 15px;}
  .ib_notice_form > li > a p{width: 100%;font-size: 0.8em;float: left;line-height: 1.6em;color: #7c7c7c;height: 84px;overflow: hidden;text-overflow: ellipsis;white-space: normal;display: none;}
  .ib_r{background:#e14442 !important;}	
  .ib_b{background:#4f4cc3 !important;}	

  .notice_date_more{float: right;margin-right: 0%;margin-top: -6.5%;width: 23%;}
.notice_date_more > a{float: right;position: relative;font-size: 0.9em;font-weight: 600;padding-right: 17%;}
.notice_date_more > a:after{content: "+";display: inline-block;width: 14px;height: 14px;position: absolute;padding: 6% 2% 0;font-weight: 600;font-size: 1.3em;border: 1px solid #000;border-radius: 100px 100px;text-align: center;line-height: 8px;right: 6%;top: -3%;}

  
  
  
  /* 입시 퀵메뉴  */

 .quick_lingk2{width: 94%;float: left;margin: 6% 3% 4%;}
 .quick_lingk2 h2{width: 100%;float: left;font-size: 1.3em;text-align: center;margin-bottom: 4%;font-weight: 600;padding-right: 0%;background: url(../img/title_bg1.png) no-repeat 70% 14%;background-size: 8.5%;}
 .quick_lingk2 h2 strong{font-weight: 600;color: #0b4da2;}
 .quick_lingk2 ul{width:100%;float: left;}
 .quick_lingk2 ul li{width: 31%;float: left;position:relative;height: 107px;margin: 1%;}
 .quick_lingk2 ul li:after{content: "";width: 10px;height: 10px;position: absolute;top: 32%;left: 100%;border-radius: 100px 100px;background: #9bbae3;}
  .quick_lingk2 ul li:nth-child(3n):after{display:none;}
.quick_lingk2 ul li:last-child:after{display:none; }
 .quick_lingk2 ul li a{width:100%; float:left;text-align: center;}
 .quick_lingk2 ul li a img{height: 56px;}
 .quick_lingk2 ul li a span{width:100%; float:left;text-align: center; font-weight: 600;font-size: 0.9em;}


/* 입시반응형2 */
.ibsi_department_form {width: 94%;float: left;padding: 2% 3% 2%;}
.ibsi_introduce_date{}
.tabs3{width: 100%;float: left;}
.introduce_title{float: left;width: 100%;margin: 4% 0% 2%;}
.introduce_title h2{width: 100%;float: left;font-size: 30px;text-align: left;margin-bottom: 0%;font-weight: 600;padding-right: 0%;background: url(../img/title_bg1.png) no-repeat 2% 14%;background-size: 5.5%;}
.introduce_title h2 strong{font-weight: 600;color: #0b4da2;}
.tab-button-outer3{float: left;width: 100%;}
#tab-button3{float: right;width: 46%;margin-right: 0%;margin-top: -2.5%;}
   #tab-button3 > ul{float: left;width: 100%;padding-bottom: 0.8%;border-bottom: 1px solid #dedede;}
  #tab-button3 > ul li{width: 14.66%;float: left;margin: 0 1%;text-align: center;}
  #tab-button3 > ul li a{font-size: 0.9em;}
  #tab-button3 > ul li.is-active3 a, #tab-button3 > ul li:hover a{color: #0b4da2;font-weight: 600;padding-bottom: 2%;border-bottom: 6px solid #0b4da2;}
  .tab-contents3{width: 100%;float: left;margin-top: 2%;}
  
  
/* 입시메인 학과소개*/
.department_form{float: left;width: 100%;}
.department_form li:nth-child(1){width: 84%;float: left;background: #0072bb;padding: 5%8%;}
.department_form li:nth-child(1) h2{color: #eeff5f;width: 100%;font-size: 30px;margin-bottom: 1.3%;}
.department_form li:nth-child(1) span{float: left;width: 100%;font-size: 18px;color: #fff;}
.department_form li:nth-child(2){width: 100%;float: left;padding: 5% 0% 4%;}
.department_form li:nth-child(2) h3{float: left;width: 100%;font-size: 1.2em;color: #575f8f;font-weight: 600;margin-bottom: 6%;}
.department_form li:nth-child(2) .department_link{float: left;width: 100%;margin-bottom: 4%;}
.department_form li:nth-child(2) .department_link a{float: left;padding: 3% 1%;font-size: 20px;background: none;width: 46.8%;margin-bottom: 0;border: 1px solid #dedede;text-align: center;font-weight: 800;}
.department_form li:nth-child(2) .department_img{float:right;margin-top: 0;width: 100%;display: none;}

.ibsi_introduce_date{width: 94%;float: left;padding: 2% 3% 2%;background: #f5f5f5;margin: 0;}
.ibsi_department_form{width: 94%;float: left;padding: 2% 3% 2%;}
.ibsi_department__call{width: 100%;max-width: 1670px;margin: 0 auto;}
.ipsi_call_form{width: 98%;float: left;padding: 1.6% 2%;background: #0072bb url(../img/call_bg.png) no-repeat 0 0;background-size: cover;}
.ipsi_call_form h1{width: 96%;float: left;font-size: 34px;font-family: 'NanumGothicExtraBold';font-style: normal;font-weight: 800;margin: 2% 2% 2%;color: #fff;}
.ipsi_call_form ul{width: 86%;float: left;border: 5px solid #fff;padding: 5% 6%;}
.ipsi_call_form ul li{margin: 0px 0 25px 5px;line-height: 25px;font-weight: 600;color: #ffffff;font-size: 31px;letter-spacing: 1px;padding-left: 31px;background: url('../img/call.png') no-repeat 1px 7px;background-size: 20px;}
	.ipsi_call_form ul li:last-child{margin-bottom:0;}
.ipsi_call_form ul li strong{
    margin-top: 6px;
    font-size: 32px;
    color: #f2ff31;
}	



  /* 입시 하단 퀵메뉴  */

 .quick_lingk3{width: 100%;float: left;margin: 0% 0% 0%;background: #eae6db;}
 .quick_lingk3 ul{width: 88%;float: left;background: #fff;margin: 6%;border: 1px solid #ddd;border-width: 1px 1px 0px 1px;}
 .quick_lingk3 ul li{width: 48.8%;float: left;position:relative;border-right: 1px solid #dedede;margin-right: 1%;border-bottom: 1px solid #dedede;}
 .quick_lingk3 ul li:nth-child(2n){border-right:none;}	 
.quick_lingk3 ul li:last-child{border-right:none; }
 .quick_lingk3 ul li a{width:100%;float:left;text-align: center;}
 .quick_lingk3 ul li a img{text-align: center;width: 60%;float: left;margin: 22% 20% 0;}
 .quick_lingk3 ul li a div{float: right;width: 92%;margin: 7% 4%;}
 .quick_lingk3 ul li a div h4{font-size: 1.2em;margin-bottom: 1%;}
 .quick_lingk3 ul li a div span{font-size: 1em;color: #9b9b9b;}
 
 
 /* 사이트맵 */
 .site_map_form{float: left;width: 100%;}
 .site_map_form .depth1{width: 17%;margin: 1% 1.4%;float: left;border: 1px solid #dedede;}
 .site_map_form .depth1 > li:first-child{width: 92%;float: left;padding: 7% 4%;border-bottom: 1px solid #dedede;background: #0b4da2;font-size: 0.9em;}
 .site_map_form .depth1 > li:first-child > a{width: 100%;float: left;color: #fff;font-size: 2em;}
 .site_map_form .depth1 > li{width: 92%;float: left;padding: 4%;border-bottom: 1px solid #bfbfbf;}
 .site_map_form .depth1 > li > a{font-weight: 600;font-size: 0.9em;}
 .site_map_form .depth1 .depth2{margin: 2% 0%;background: #f5f5ff;float: left;width: 100%;border: 1px solid #ddd;}
 .site_map_form .depth1 .depth2 > li{float: left;width: 88%;padding: 6% 6%;border-bottom: 1px solid #c3c3c3;}
 .site_map_form .depth1 .depth2 > li > a{font-size: 0.9em;}
 .site_map_form .depth1 > li:first-child a{background:none;}
 .site_map_form li a{float: left;padding-right: 4%;font-size: 0.9em;background: url(../img/link_icon1.png) no-repeat 92% 20%;width: 100%;}

 .tab-select-outer2, .tab-select-outer{width: 83%;float:left;}
.tab-select-outer3{width: 100%;float:left;}
 .tab-select-outer3 select, .tab-select-outer2 select, .tab-select-outer select{width:100%;float:left;height: 45px;}
@media (max-width:500px){
      .sm_select2 {display: block;}
      .big_tab2{display: none;}
 }
						 
.m{display:none;}						 
/* bx slider*/
.bx-wrapper {position: relative;margin-bottom: 60px;padding: 0;*zoom: 1;-ms-touch-action: pan-y;touch-action: pan-y;width: 100% !important;max-width: 100% !important;}
.bx-wrapper img {max-width: 100%;display: block;}
.bxslider {margin: 0;padding: 0;}
.bxslider > div{width:100%;float:left;height: 390px;overflow: hidden;}
ul.bxslider {list-style: none;}
.bx-viewport {-webkit-transform: translatez(0);}

.bx-wrapper {}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {position: absolute;bottom: 10%;width: 100%;}
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px;background: url('../img/bx_loader.gif') center center no-repeat #ffffff;height: 100%;width: 100%; position: absolute; top: 0;left: 0;z-index: 2000;}
/* PAGER */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em;font-family: Arial;font-weight: bold;color: #666; padding-top: 20px;}
.bx-wrapper .bx-pager.bx-default-pager a { background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px;\ border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus { background: #000;}
.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; vertical-align: bottom; *zoom: 1; *display: inline;}
.bx-wrapper .bx-pager-item {font-size: 0;line-height: 0;}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 10px; background: url('../img/controls.png') no-repeat 0 -32px;}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {background-position: 0 0;}
.bx-wrapper .bx-next { right: 10px; background: url('../img/controls.png') no-repeat -43px -32px;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 9996;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url('../img/controls.png') -86px -11px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block;text-indent: -9999px; width: 9px; height: 11px;outline: 0;background: url('../img/controls.png') -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {background-position: -86px -33px;}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: right;width: 95%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 3%;width: 35px;}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute;bottom: 0;left: 0;background: #666;background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial;display: block;font-size: .85em;padding: 10px;}

		
.notice_date_more{float: right;margin-right: 0%;margin-top: -8.5%;width: 17%;background: #4f4cc3;color: #fff;padding: 3.24% 2%;}
.notice_date_more > a{float: right;position: relative;font-size: 0.9em;font-weight: 600;padding-right: 1.5%;padding-right: -3%;width: 100%;color: #fff;}
.notice_date_more > a:after{content: "더보기";display: block;width: 100%;height: 18px;position: absolute;padding: 6% 2% 0;font-weight: 600;font-size: 1.3em;border: none;border-radius: 100px 100px;text-align: center;line-height: 9px;left: 0;top: -10px;}

  
  		
		
/**  반응형탭   **/
.tab-button-outer {
  display: none;
}

/*게시판*/	

.sublist_body .num{}
.sublist_body .writer{
    width: 10%;
}
.sublist_body .date{
    width: 15%;
}
.sublist_body .read{
    width: 7%;
}	
.sublist_body table {

text-align: center;

border-collapse: collapse;

border-top: 2px solid #7a7a7a;

width: 100%;

border-bottom: 2px
 solid #7a7a7a;

float: left;

overflow: hidden;

}
.sublist_body table, .directrequest table, .subnamelist_body table {table-layout: fixed;}
.sublist_body .num {color: #787878;font-size: 13px;vertical-align: middle;}
.sublist_body .numing {color: #6899c8;font-size: 13px;vertical-align: middle;}
.sublist_body .numend {color: #686868;font-size: 13px;vertical-align: middle;}
.sublist_body .hnum{color: #333333;font-size: 13px;vertical-align: middle;font-weight: bold;}
.sublist_body .name{color: #333333;font-size: 15px;vertical-align: middle;}
.sublist_body table tr td {color: #333333;font-size: 15px;text-align: left;border-collapse: collapse;padding: 10px 4%;border-top: none;border-bottom: none;width: 69%;float: left;}
.board_nondata{width: 92% !important;float:left;text-align: center !important;}
.sublist_body table tr{border-bottom:1px solid #e4e4e4;width: 100%;float: left;}
.sublist_body table tr td:last-child{border-bottom:1px solid #000}
.sublist_body table thead tr th{display:none;width: 100%;float: left;}
.sublist_body table tbody {float: left;width:100%;}
.sublist_body table tr th {color: #333333;font-size: 14px;font-weight: bold;text-align: center !important;border-collapse: collapse;padding: 10px;!important;background: #f7f7f7;border-bottom: 0;}
.subnamelist_content {text-align: left !important;font-weight: 800;font-size: 14px;}
.hsubnamelist_content{font-weight:bold;text-align: left !important;}
.smcstyleselect {
    float: left;
    margin-right: 1%;
    display: inline-block;
    width: 100%;
	display:none;
}

	.smcstyleselect2 {
    margin-right: 0%;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 2%;
}
	.comboCate_st {
    height: 35px;
    padding-left: 5px;
    border: 1px solid #c7c7c7;
    width: 100%;
    float: left;
}

	.btn-flat.btn {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: #000;
    color: #fff;
    padding: 2.2% 5%;
    display: inline-block;
    float: left;
    margin-left: 0%;
    width: 100%;
    font-size: 18px;
}

	.smcstylegroup input {
    border: 1px solid #c7c7c7;
    height: 35px;
    padding: 0 10px;
    vertical-align: top;
    float: left;
    width: 97%;
    margin-bottom: 1%;
}

	.innersearchpan {
    background: #f7f7f7;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    height: 173px;
}
	
}

