@charset "UTF-8";
/*검색 엔진 도입전 숨김처리*/
.search{display:none !important;}

/* reset */
* {-webkit-text-size-adjust:none; -webkit-overflow-scrolling:touch;}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
img,fieldset{border:0;vertical-align:middle;}
legend,caption, .hide {visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0;text-align:left}
ul,ol{list-style:none}
em,address{font-style:normal}

a{color:inherit}
table{width:100%;border:0;border-collapse:collapse}
input[type=text],input[type=password],input[type=url],textarea,input[type=submit]{height:35px;box-sizing:border-box;padding:0 7px;border:1px solid #666f7b;border-radius:0 !important;font-size:13px;-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input:focus, textarea:focus, input.active:focus{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0.5);}
input[type=checkbox], input[type=radio] {outline:0;}

select{height:35px;box-sizing:border-box;padding:0 35px 0 7px;padding:0 0 0 9px \0/IE9 !important;border:1px solid #666f7b;border-radius:0 !important;font-size:13px;-webkit-appearance:none; -moz-appearance:none; appearance:none;background:#fff url(/_res/mma/img/comm/bg_select.png) no-repeat right;background-size:30px}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	select {padding:0 0 0 7px !important}
}

table input[type=text],table input[type=password],tabl e input[type=url],table textarea,table input[type=submit]{border:1px solid #dadada;}
table select{border:1px solid #dadada;color:#444}

body{font-family:'NanumGothic','나눔고딕',"맑은고딕",Arial,Sans-Serif;font-size:15px;color:#666;overflow-x:hidden}
.all-fixed{position:fixed;width:100%;height:100%;}
#wrap{position:relative;}

/* comm */
.txt_left{text-align:left !important}
.txt_right{text-align:right !important}
.txt_center{text-align:center !important}
.txt_red{color:#ba0b4a !important;}
.txt_blue{color:#535eb9 !important}
.txt_black{color:#000 !important}
.txt_comm{margin-top:10px;text-align:right;font-size:12px;color:#888}
.txt_under{text-decoration:underline}

.fl{float:left !important}
.fr{float:right !important}
.clearfix:after{display:block;content:"";clear:both}
.m{display:none;}
.pc-hide{display:none;}
.keep{word-break:keep-all}
.break{word-break:break-all}
.h150{height:150px !important;vertical-align:top}
.screen_none{display:none}
.msg_touch_help{display:none}

/* space */
.mg_0{margin:0 !important}
.ml_25{margin-left:25px !important}
.ml_10{margin-left:10px !important}
.ml_15{margin-left:15px !important}
.mr_60{margin-right:60px !important}
.mt_0{margin-top:0 !important}
.mt_10{margin-top:10px !important}
.mt_20{margin-top:20px !important}
.mt_30{margin-top:30px !important}
.mt_40{margin-top:40px !important}
.mt_50{margin-top:50px !important}
.mt_70{margin-top:70px !important}
.mb_5{margin-bottom:5px !important}
.mb_10{margin-bottom:10px !important}
.mb_14{margin-bottom:14px !important}
.mb_100{margin-bottom:100px !important}

/* tab */
.tab{margin-bottom:20px;clear:both; border-bottom: 1px solid #ec407d;}
.tab:after{display:block;content:"";clear:both}
.tab li{float:left;width:10%;margin-bottom: -1px;margin-right: 5px;}
.tab li a{display:block;width:100%;text-align: center;box-sizing:border-box;padding: 15px 0px 15px;border-radius: 6px 6px 0 0 !important;border:1px solid #b7b7b7;border-bottom:1px solid #ec407d;font-size:16px;color:#b7b7b7;background:#fff;}
.tab li.selected a, .tab li a:hover, .tab li.active a{;border:1px solid #ec407d;border-bottom:1px solid #fff;color:#ec407d;font-weight: normal;}
.tab_sel{width:100%;margin-bottom:20px}

/* list type */
ol{margin-left:17px;}
ol > li{padding:3px 0 10px;list-style-type:decimal;line-height:160%;}
.han_list{margin-left:23px;}
.han_list > li{list-style-type:hangul}

/* input */
input[type=checkbox] + label,
input[type=radio] + label{padding-left:5px}
/* select */
.sbHolder{background-color: #fff;border: solid 1px #666f7b;font-size: 13px;font-weight: normal;height: 35px;position: relative;width:auto}
.sbSelector{display: block;height:35px;left: 0;line-height:35px;outline: none;overflow: hidden;position: absolute;text-indent:10px;top: 0;width:100%;text-align:left}
.sbToggle{background:#fff url(/_res/mma/img/comm/bg_select.png) no-repeat right !important;background-size: 38px;display: block;height: 33px;outline: none; position: absolute;right: 0;top: 0;width: 40px;}
/*.sbHolderDisabled{background-color: #3C3C3C;border: solid 1px #515151;}*/
.sbOptions{background-color: #fff;border: solid 1px #dadada;list-style: none;left: 0px; margin: 0;padding: 0;position: absolute;top:33px; width:100%;z-index: 1; overflow-y: auto;}
.sbOptions li{ padding: 0 7px;}
.sbOptions a{ border-bottom: solid 1px #efefef;display: block;outline: none;text-align:left;padding: 10px 0 10px 3px;}
.sbOptions a:link, .sbOptions a:visited{color: #888;text-decoration: none;}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{color: #444;}
.m + .sbHolder{display:none !important}
.search_box .sbHolder{display:inline-block;width:125px !important;vertical-align: middle;}/* 0317 추가 */

/* button */
.btn_left{margin-top:18px;}
.btn_left li{display:inline-block;margin-bottom:5px;vertical-align:middle}
.btn_right{text-align:right;margin-top:18px;}
.btn_right li{display:inline-block;vertical-align:middle}
.btn{display:inline-block;min-width:100px;box-sizing:border-box;padding:14px 25px 11px;border:1px solid #9298a1;font-size:15px;color:#606976;font-weight:bold;text-align:center;background:#fff;}
.btn_25{height:35px;padding-top:9px}
.btn2{display:inline-block;min-width:220px;box-sizing:border-box;padding:10px 0px 8px;font-size:18px;color:#fff;font-weight:bold;text-align:center;}
.btn3{display:inline-block;min-width:220px;box-sizing:border-box;padding:10px 0px 8px;font-size:18px;color:#fff;font-weight:bold;text-align:center;}
.btn4{display:inline-block;box-sizing:border-box;padding:15px 55px 13px;font-size:14px;color:#222222;border:1px solid #222222; font-weight:bold;text-align:center;}
.b_red{color:#fff;background:#ba0b4a; border: 1px solid #ba0b4a;}
.b_dgray{color:#fff;background:#606976;border:0}
.b_blue{color:#fff;background:#515e7e;border:0}
.b_d5ae91 {color:#fff;background:#d5ae91 !important;border:0}

/* icon */
.ico_file{width:26px;vertical-align:middle;}
.ico_brochure {display:inline-block;width:27px; height:30px;background: url(/_res/ifg/img/comm/ico_brochure.png) no-repeat 0 0;vertical-align:middle;}
.ico_down {display:inline-block;width:27px; height:30px;background: url(/_res/ifg/img/comm/ico_down.png) no-repeat 0 0;vertical-align:middle;}
.ico_red{display:inline-block !important;min-width:60px;height:23px;box-sizing:border-box;margin-left:10px;padding:5px 5px 0;border:1px solid #bc1350;color:#bc1350 !important;font-size:12px !important;text-align:center;line-height:100% !important;}

/* header */
#wrap > header {width:100%; background: #fff;}
#wrap .head_inner{max-width:1220px;margin:0 auto;padding:58px 20px 0;}
#wrap .head_inner:after{display:block;content:"";clear:both}
#wrap .head_inner h1{float:left;width:202px;height:60px;text-indent:-99999px;font-size:0;background:url(/_res/ic/etc/logo_ic.svg) no-repeat;background-size:100%;}
#wrap .head_inner h1 a{display:block;width:100%;}
html:lang(ko) #wrap > header h1 a {height: 100%;}
#wrap .head_inner > div > a{display:none}
#wrap .head_inner > div > div{max-width:1180px;margin:0 auto;text-align:right}
#wrap .head_inner > div > div > a{display:none}
#wrap .head_inner > div ul{display:inline-block;margin-top:8px;}
#wrap .head_inner > div ul.m{display:none}
#wrap .head_inner > div ul li{display:inline-block;font-size:11px;color:#fff}
#wrap .head_inner > div ul li:after{display:inlin-block;padding:0 5px 0 10px;content:"l";line-height:80%;color:#b6b1ab;}
#wrap .head_inner > div ul li:last-child:after{display:none;}

/* gnb */
#wrap .head_inner nav{float:right;margin-top:21px;}
#wrap .head_inner nav > a{display:none}
#wrap .head_inner nav div > a{display:none}
#wrap .head_inner nav div > ul :after{display:block;content:"";clear:both}
#wrap .head_inner nav div > ul  > li{position:relative;float:left;padding:0 30px 39px;font-weight:bold;font-size:16px;color:#333;}
#wrap .head_inner nav div > ul  > li:last-child{padding-right:0;}
#wrap .head_inner nav div > ul > li > ul{display:none;}

.wnav .deps1:after{display:block;content:"";clear:both}
.wnav .deps1 > li{position:relative;float:left;padding:0 30px 36px;font-weight:bold;font-size:16px;color:#333;}
.wnav .deps1 > li.selected, .wnav .deps1 > li:hover{color:#ba0b4a;}
.wnav .deps2{position:absolute;top:50px;left:50%;width:180px;margin-left:-85px;padding:20px;background:rgba(0,0,0,.7);z-index:1;}
.wnav .deps2 > li{padding:7px 0;word-break:keep-all;line-height:140%;font-weight:normal;font-size:15px;color:#fff;}

.visual{width:100%;height:200px;background:url(/_res/ic/img/sub/sub_sub-bg_svisual01bw.jpg) no-repeat center}
.visual h3, .visual2 h3, .visual3 h3, .visual4 h3, .visual5 h3 {text-align: center;font-size: 50px;padding-top: 80px;color: #f2f2f2;text-shadow: 0px 2px 5px rgba(0,0,0,.8);}
.visual2 {width:100%;height:160px;background:url(/_res/mma/img/sub/bg_visual02.jpg) no-repeat center}
.visual3 {width:100%;height:160px;background:url(/_res/mma/img/sub/bg_visual03.jpg) no-repeat center}
.visual4 {width:100%;height:160px;background:url(/_res/mma/img/sub/bg_visual04.jpg) no-repeat center}
.visual5 {width:100%;height:160px;background:url(/_res/mma/img/sub/bg_visual05.jpg) no-repeat center}

/* contaniner */
#container{position:relative;max-width:1180px;margin:0px auto 0; padding: 0px 0 0px;background: url(/_res/ic/img/sub/bg_sub.gif) repeat-y center; }
#container:after{display:block;content:"";clear:both}
#container.bg_none {background:none;}

/* lnb */
#container nav{float:left;width:250px}
#container nav h2{padding-bottom:37px;font-size:28px;color:#2b2c35;line-height:110%; padding:33px 0 30px 27px;font-weight:bold;letter-spacing:-1px;word-break:keep-all;}
#container nav h2.line2{padding:24px 0 18px 20px;background:#ba0b4a url(/_res/ic/img/sub/nav_bar.gif) no-repeat 24px 0;}
#container nav h2 span{display:block;font-size:13px;line-height:130%;color:#9e9e9e;}

.lnb_deps2 > li{min-height:50px;box-sizing:border-box;padding:15px 30px;border-bottom:1px solid #dadada;font-size:16px;color:#222222;}
.lnb_deps2 > li > a {display: inline-block;width:200px;}
.lnb_deps2 > li.selected a, .lnb_deps2 > li > a.active, .lnb_deps2 > li:hover a{color:#ec407d; font-weight:bold;background: url(/_res/ic/img/sub/bg_lnb_hover.gif) no-repeat right center;}
.lnb_deps3{margin-top:10px}
.lnb_deps3 li a{display:block;padding:5px 0;color:#7c7c7c;font-size:13px;}
.lnb_deps3 li a:before{content:"-";padding-right:5px;}
.deps1 > li > a.active {  color:#ec407d; }
/* lnb 3depth a태그 색깔*/
ul.lnb_deps3 > li >a{background:none !important }
ul.lnb_deps3 > li
>a.active{color:#a5355d}
/* lnb 3depth a태그 색깔(모바일)*/
ul.deps3 > li >a.active{color:#a5355d}

/* content */
.content{float:right;max-width:900px;width:100%;min-height: 750px;border: 1px solid #e7e7e7; border-top:none; border-bottom:none;padding:0px 0px 140px;background: #fff;}
.con_full {max-width:100%;}
.content header:after {content: '';display:block; clear:both; }
.content header {border-bottom:1px solid #f0f0f0; padding:0px 40px 20px;}
.content h3{padding-bottom: 50px;font-size: 28px;color: #444444;font-weight: bold;border-bottom: 1px solid #dedede;}
.content .breadcrumbs{float:left;color:#dadada;font-size:12px;}
.content .breadcrumbs a {color:#cac0b7;}
.content .breadcrumbs a:after{display:inline;content:">";padding:0 5px 0 8px;font-size:10px;color: #dbd4ce;}
.content .breadcrumbs a.ico_home {padding-left:15px; background:url(/_res/ic/img/sub/ico_home.gif) no-repeat left center;font-size: 0;display: inline-block; }
.content .breadcrumbs strong{color:#8e7e6f;font-weight:normal}
.content .sns {float: right;}
.content .sns a {display:inline-block; width:30px; height:30px; text-indent:-9999px;margin-left:5px;}
.content .sns a:nth-child(1) {background:url(/_res/mma/img/sub/bg_sns02.png) no-repeat 0 0px }
.content .sns a:nth-child(2) {background:url(/_res/mma/img/sub/bg_sns01.png) no-repeat 0 0px }
section.con {margin-top:20px;}
section.con > div {padding:0 40px 0;}
.content .con_tit{margin:20px 0 15px;font-size:22px;color:#444;font-weight:normal;line-height:140%;}
.content .con_tit span{font-size:14px;color:#929292;font-weight:normal}
.content .con_tit02{margin:50px 0 15px;padding-left:25px;font-size:18px;line-height:140%;color:#444;background:url(/_res/mma/img/comm/bl_tit.png) no-repeat 0 4px}

.txt_con{font-size:16px;margin-bottom:40px;line-height:160%;word-break: keep-all;}

.comm_box{padding:30px;border-top:1px solid #d6d6d6;border-bottom:1px solid #ba0b4a;
 background-color:#f9f9f9;background:url(/_res/mma/img/comm/bg_comm_box.png) repeat-y left bottom, url(/_res/mma/img/comm/bg_comm_box.png) repeat-y right bottom;}
.comm_box h4{margin-bottom:20px;font-size:18px;color:#666}
.comm_box p{line-height:160%;margin-bottom:20px;font-size:14px}
.comm_box .btn{margin-top:5px;}

.desc{display:block;margin-top:20px;font-size:13px;line-height:140%;}

/* aside */
#container aside{display:none;position:absolute;top:0;right:-80px;width:60px;}
#container aside ul li{margin-bottom:2px}
#container aside ul li a{display:block;width:60px;height:80px;box-sizing:border-box;padding-top:50px;line-height:120%;text-align:center;font-size:13px;color:#686868;background:#f2f2f2 url(/_res/mma/img/comm/ico_aside01.png) no-repeat center 18px;}
#container aside ul li:nth-child(2) a{background:#f2f2f2 url(/_res/mma/img/comm/ico_aside02.png) no-repeat center 16px;}
#container aside ul li:nth-child(3) a{background:#f2f2f2 url(/_res/mma/img/comm/ico_aside03.png) no-repeat center 16px;}
#container aside ul li:nth-child(4) a{padding-top:43px;background:#f2f2f2 url(/_res/mma/img/comm/ico_aside04.png) no-repeat center 12px;}
#container aside ul li a span{display:block}
.top_a{display:block;width:100%;height:40px;padding-top:20px;text-align:center;font-size:13px;color:#fff;background:#676767 url(/_res/mma/img/comm/bl_top.png) no-repeat center 8px;}

/* footer */ 
footer{background:#363a43;}

/* main */
.main{background:#F4F4F2;}
.m_visual{position:relative;width:100%;height:500px;margin:0 auto;background-size:cover;font-size:0;}
#touchSlider6{position:relative;width:100%;height:100% !important;overflow:hidden;}
#touchSlider6 ul{position:absolute;top:0;left:0;height:100%;overflow:hidden;}
#touchSlider6 ul li{float:left;width:100%;height:100%;background-size:cover !important;}
.m_visual p{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:100%;padding:45px 50px 50px;color:#fff;font-size:26px;font-weight:500;text-align:center;text-shadow:0 0 12px rgba(0,0,0,0.6);line-height:140%;}
.m_visual p strong{font-size:43px;font-weight:700;}
.m_visual .paging{position:absolute;bottom:17%;width:100%;text-align:center;}
.m_visual .paging .btn_page{display:inline-block;width:14px;height:14px;margin:0 8px;border:1px solid #fff;border-radius:30px;font-size:0;text-indent:-9999px;line-height:0;cursor:pointer;}
.m_visual .paging .btn_page.on{background:#fff;}

.main-mini-wrap01{max-width:1220px;margin:-70px auto 70px;padding:0 20px;}
.main-mini-wrap01:after{content:'';display:block;clear:both;}
.m-board{position:relative;float:left;width:49%;padding:30px;background:rgba(255,255,255,0.9);box-shadow:0 0 15px rgba(0,0,0,0.1);}
.m-board.m-notice{margin-right:2%;}
.m-board h3{padding:0 0 35px;color:#333;font-size:30px;}
.m-board > ul > li{position:relative;margin-bottom:15px;padding-left:7px;}
.m-board > ul > li:last-of-type{margin-bottom:0;}
.m-board > ul > li:before{content:'';display:block;position:absolute;top:8px;left:0;width:2px;height:2px;background:#666;}
.m-board > ul > li > a{display:block;overflow:hidden;color:#333;line-height:130%; }
.m-board > ul > li > a > .ellips{display:block;float:left;width:calc(100% - 120px);margin-right:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.m-board > ul > li > a > span:not(.ellips){float:right;}
.m-board .m-btn-more{position:absolute;top:28px;right:33px;width:30px;height:30px;background:url(/_res/ic/img/main/btn_m_more.png) no-repeat;background-size:100%;font-size:0;}

.main-mini-wrap02{max-width:1220px;margin:0 auto;padding:0 20px;}
.main-site-link:after{content:'';display:block;clear:both;}
.main-site-link li{float:left;width:31%;margin-right:3.5%;text-align:center;box-shadow:0 0 12px rgba(0,0,0,0.25);}
.main-site-link li:first-child{background:url(/_res/ic/img/main/img_m_link01.jpg) no-repeat;background-size:cover;}
.main-site-link li:nth-child(2){background:url(/_res/ic/img/main/img_m_link02.jpg) no-repeat;background-size:cover;}
.main-site-link li:last-child{margin:0;background:url(/_res/ic/img/main/img_m_link03.jpg) no-repeat;background-size:cover;}
.main-site-link li a{display:block;width:100%;padding:100px 0;background:rgba(85,63,38,0.3);color:#fff;font-size:25px;font-weight:700;}

/* quick menu */
.m_quick.w{position:relative;max-width:1220px;margin:0 auto;padding:60px 20px 80px;clear:both;}
.m_quick.w:after{display:block;content:"";clear:both}
.m_quick.w h3{float:left;width:95px;height:65px;box-sizing:border-box;padding:13px 14px;font-size:16px;color:#fff;background:#828282}
#touchSlider5 {position:relative;float:left;width:81%;height:65px;margin-left:65px;overflow:hidden;background:#fff;border-top:1px solid #dadada;border-bottom:1px solid #dadada;}
#touchSlider5 ul { width:99999px; height:65px; position:absolute; top:0; left:0; overflow:hidden; }
#touchSlider5 ul li { float:left; width:100%;text-align: center;height: 65px;border-right: 1px solid #dadada;overflow: hidden}
.m_quick .btn_area{position:static;width:100%;height:65px;}
.m_quick .btn_prev{position:absolute;top:60px;left:115px;width:65px;height:65px;background:url(/_res/ic/img/main/btn_quick.jpg) no-repeat 0 0;border:1px solid #dadada;text-indent:-99999px;}
.m_quick .btn_prev:hover{width:65px;height:65px;background: url(/_res/ic/img/main/btn_quick.jpg) no-repeat 0 -65px;}
.m_quick .btn_next{position:absolute;top:60px;right:20px;width:65px;height:65px; background: url(/_res/ic/img/main/btn_quick.jpg) no-repeat -65px 0;border:1px solid #dadada;text-indent:-99999px;}
.m_quick .btn_next:hover{width:65px;height:65px;background: url(/_res/ic/img/main/btn_quick.jpg) no-repeat -65px -65px;}


/*호미오 추가*/
.t_list{clear:both}
.t_list table{border-top:1px solid #cac0b7;line-height:160%}
.t_list thead th,
tfoot th{height:52px;padding:7px;border:1px solid #e6ded3;border-top:0;color:#222;font-size:14px;font-weight:bold;background:#f2eee8}
.t_list tbody th,
.t_list tbody td,
tfoot th,
tfoot td{height:52px;padding:7px;border:1px solid #e6ded3;border-top:0;text-align:center;font-size:14px; color:#757575;word-break: keep-all;}
.t_list td a:hover{text-decoration:underline;font-weight:bold}
.t_list tbody td .ico_file{padding-left:10px;}
.t_list thead th:first-child,
.t_list tbody th:first-child,
.t_list tbody td:first-child,
tfoot th:first-child,
tfoot td:first-child{border-left:0}
.t_list thead th:last-child,
.t_list tbody th:last-child,
.t_list tbody td:last-child,
tfoot th:last-child,
tfoot td:last-child{border-right:0}
.t_list2{clear:both}
.t_list2 table{border-top:1px solid #cac0b7;line-height:160%}
.t_list2 thead th,
tfoot th{height:52px;padding:7px;border:1px solid #e6ded3;border-top:0;color:#222;font-size:14px;font-weight:bold;background:#f2eee8}
.t_list2 tbody th,
.t_list2 tbody td,
tfoot th,
tfoot td{height:52px;padding:7px;border:1px solid #e6ded3;border-top:0;text-align:left;font-size:14px; color:#757575;word-break: keep-all;}
.t_list2 td a:hover{text-decoration:underline;font-weight:bold}
.t_list2 tbody td .ico_file{padding-left:10px;}
.t_list2 thead th:first-child,
.t_list2 tbody th:first-child,
.t_list2 tbody td:first-child,
tfoot th:first-child,
tfoot td:first-child{border-left:0}
.t_list2 thead th:last-child,
.t_list2 tbody th:last-child,
.t_list2 tbody td:last-child,
tfoot th:last-child,
tfoot td:last-child{border-right:0}
.t_list3{clear:both}
.t_list3 table{border-top:1px solid #cac0b7;}
.t_list3 thead th{height:42px;border:1px solid #e6ded3;border-top:0;color:#222;font-size:14px;font-weight:bold;background:#f2eee8}
.t_list3 tbody th,
.t_list3 tbody td{height:42px;border:1px solid #e6ded3;border-top:0;text-align:center;font-size:12px; color:#757575;}
.t_list3 thead th:first-child,
.t_list3 tbody td:first-child{border-left:0}
.t_list3 thead th:last-child,
.t_list3 tbody td:last-child{border-right:0}

/* 인사말 */
.greeting{margin-top:60px;}
.greeting .txt_tit_p{font-family:NanumMyeongjo; font-size:36px;color:#222222;line-height:140%;}
.greeting p {margin-bottom:30px;font-size:14px; color:#757575;line-height:202%;}
.greeting p.fl {width:50%; margin-right:20px;}
.greeting p img {width:100%; height: auto}
.greeting .txt_end{font-size:20px;color:#222222; font-weight:bold}
.padding30{padding-left:30px;padding-top:2%;}
.greeting p .kuitsf{width:13%}

/* 찾아오시는길  */
.visit {margin-top:48px;padding-bottom:100px;}
.visit:after {content:'';clear:both;display:block;}
.visit p {float:left;width:662px;height:456px;border:2px solid #d5ae91;}
.visit dl {float:right;margin:0;width:188px;}
.visit dt {font-size:24px;margin-top:40px; margin-bottom:20px;font-weight:bold;color:#d5ae91; padding-top:10px;background:url(/_res/ifg/img/sub/bg_bar_greeting.gif) no-repeat left top;}
.visit dt:nth-child(1) {margin-top: 0}
.visit dd {color:#868686;font-size:15px;line-height: 170%}

/* 갤러리 */
.gallery {margin-top:50px;}
.gallery .tab li,
.director .tab li{width:20%;text-align: center;}
.gallery .tab li a,
.director .tab li a{display:block;box-sizing:border-box;padding: 15px 0px 15px;border:1px solid #e2dbd6;border-left:0;font-size:14px;color:#999999;background:#fff;}
.gallery .tab li.selected a,
.gallery .tab li a:hover,
.director .tab li.selected a,
.director .tab li a:hover{background:#d5ae91;border:1px solid #d5ae91;border-left:0;color:#fff;font-weight: bold;}
.gallery .tab li:first-child a ,
.director .tab li:first-child a{ border-left: 1px solid #e2dbd6;}
.gallery dl dt{float:left;width: 200px;height: 149px;overflow: hidden;margin-right: 0.7%; margin-bottom:15px;font-size:large;border:2px solid #d4d4d4;box-sizing: border-box;}
.gallery dl dt a {position:relative; display: block;}
.gallery dl dt a:after {content:'';display: block; width: 100%;height:100%;position: absolute; top:-9999999999px; left:0; background:#000 url(/_res/ifg/img/common/ico_zoom.png) no-repeat center;filter:alpha(opacity=75);opacity: 0.75;}
.gallery dl dt a span {content:'';display: block; width: 100%;height: 151px;position: absolute; top:-9999999999px; left:0; background:#000 url(/_res/ifg/img/common/ico_zoom.png) no-repeat center;filter:alpha(opacity=75);opacity: 0.75;}
.gallery dl dt:hover a:after{content:'';display: block; width: 100%;height: 151px;position: absolute; top:0; left:0;  }
.gallery dl dt img {width:100%; height:auto;}
.gallery dl dt:nth-child(8n-1) {margin-right:0;}
#overLayer img {width:100%; height:auto;}
#modal{border:4px solid #d5ae91;background:#fff;}
#modal h2{color:#444444;font-size:24px;line-height:40px;}
#modal .p_c_text{font-size:12px;line-height:24px;}
#modal .login_line{margin:10px 0 0;height:80px;}
#modal .box_in{float:left;margin:0 10px 0; }
#modal input{width:120px;height:24px;display:block;margin:3px 0 0;}
#modal .btn_login{width:72px;height:60px;background:#363636;color:#e1e1e1;float:left;line-height:60px;text-align:center;}
#modal .find_join{clear:both;margin:20px 0 0 10px;}
html,body{margin:0;padding:0;height:100%;}
div#glayLayer{display:none;position:fixed;left:0;top:0;height:100%;width:100%;background:#000;filter:alpha(opacity=75);opacity: 0.75;}
* html div#glayLayer{position:absolute;}
#overLayer{display:none;width:500px;background:white;padding:10px;position:fixed;top:180px;left:50%;}
#overLayer a.close{position:absolute;top:0px;right:0px;width:40px;height:40px;text-indent:-999999px;background:#d5ae91 url(/_res/ko/img/comm/btn_close.png) no-repeat center;}
* html #overLayer{position: absolute;}
#overLayer2{display:none;max-width:910px;width:90%;border:4px solid #d5ae91;background:white;position:fixed;top:180px;left:50%;}
#overLayer2 .modal_inner {padding:35px;max-height:600px;overflow-y: auto;}
#overLayer2 a.close{position:absolute;top:0px;right:-4px;display:inline-block;width:40px;height:40px;text-indent:-999999px;background:#d5ae91 url(/_res/ko/img/comm/btn_close.png) no-repeat center;}
* html #overLayer2{position: absolute;}
#modal {
  max-width: 910px;max-height:700px;/*팝업창의 크기조절*/  margin-top:0px; /*팝업창 위아래 간격조절*/ padding: 18px; background: #fff; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); overflow-y:auto; z-index:999999999;}

/* 비전 */
.vision{margin-top:50px}
.vision .txt_tit_p {font-weight: normal;line-height: 130%;font-family:Nanum Myeongjo; font-size:28px;color:#d5ae91;}
.vision .txt_tit_p span{font-weight: bold; font-size:18px; font-family: Nanum Gothic;}
.vision p {margin-bottom:30px;font-size:14px; color:#787878;line-height:202%;word-break: keep-all;}
.vision p img {width:100%; height: auto}
.hidden {font-size:0; visibility: hidden; text-indent: -999999px; position:absolute; top:-9999999999999px;}

/* 학과소개 */
.major {margin-top:60px;}
.major > div {position:relative; margin-top:50px;}
.major > div p {float: left;height: auto;}
.major div > div{padding-left:20px;float: right;width: 80%;}
.major div > div h4 {color:#2b2c35; font-size:20px; font-weight:bold; margin-bottom:30px;}
.major div > div dt {color:#2b2c35; font-size:16px; font-weight:bold; line-height:160%;}
.major div > div dd {color:#757575; font-size:14px; margin-bottom:50px; line-height:180%;}
.major div > div a {position: absolute;top: 0;right: 0;font-size: 12px;color: #b5b5b5;padding: 3px 0 3px 25px;background:url(/_res/ic/img/sub/ico_mail.gif) no-repeat  left center;}

/* 교수진 */
.professor:after {display:block; clear:both; content:'';}
.professor .pro_list > div a {display:inline-block;width: 100%;padding: 20px; min-height: 225px;border: 3px solid #ededed;}
.professor .pro_list > div a:hover,
.professor .pro_list > div a:focus,
.professor .pro_list > div a:active{ border: 3px solid #d5ae91;}
.professor .pro_list > div {width:48.5%;float: left; margin-bottom: 20px;}
.professor .pro_list > div:nth-child(2n) {float:right;}
.professor .pro_list > div dl {padding-left:20px;float: right;width: 67%;}
.professor .pro_list > div dl dt {padding-top:11px;font-size: 24px; font-weight: bold; color:#444444;margin: 0px 0 15px; background:url(/_res/ic/img/sub/bg_s_title.gif) no-repeat top left;}
.professor .pro_list > div dl dd {word-wrap: break-word;font-size: 14px; color:#868686; line-height: 30px; word-spacing: -2px;}
.professor .pro_list > div p {float: left;width: 33%;height: auto; margin:0;background:url(/_res/ko/img/sub/noimg.png) no-repeat;background-size:100%;}
.professor .pro_list > div p img {width:100%; height: auto !important;padding:0; border: 1px solid #c0c0c0;}
/*호미오 추가*/
.professor:after {display:block; clear:both; content:'';}
.professor .pro_list2 > div  {display:inline-block;width: 100%;padding: 20px; min-height: 225px;border: 3px solid #ededed;}
.professor .pro_list2 > div a:hover,
.professor .pro_list2 > div a:focus,
.professor .pro_list2 > div a:active{ border: 3px solid #d5ae91;}
.professor .pro_list2 > div {width:100%;float: left; margin-bottom: 20px;}
/*.professor .pro_list2 > div:nth-child(2n) {float:right;}*/
.professor .pro_list2 > div dl {padding-left:5%;float: right;width: 80%;}
.professor .pro_list2 > div dl dt {padding-top:11px;font-size: 24px; line-height:30px; font-weight: bold; color:#444444;margin: 0px 0 15px; background:url(/_res/ic/img/sub/bg_s_title.gif) no-repeat top left;}
.professor .pro_list2 > div dl dd {word-wrap: break-word;font-size: 14px;  line-height:30px;color:#868686; word-spacing: -2px;}
.professor .pro_list2 > div p {float: left;width:20%;height: auto; margin:0;background:url(/_res/ko/img/sub/noimg.png) no-repeat;background-size:100%;}
.professor .pro_list2 > div p img {width:100%; height: auto !important;padding:0; border: 1px solid #c0c0c0;}
/* 교수진 팝업 */
.modal_inner .re_content { padding:0px;}
.modal_inner:after {content:""; display:block; clear:both;} 
.modal_inner .mo_first:after {content:""; display:block; clear:both;} 
.modal_inner .mo_first {border-bottom:1px solid #e6e6e6;padding-bottom: 40px;}
.modal_inner div > div:nth-child(1) {width:20%;}
.modal_inner h2 {padding:10px 0 20px; font-size:24px; font-weight: bold; color:#333333;background: url(/_res/labor/img/comm/bg_rbar.gif) no-repeat top left;}
.modal_inner > div .photo_area {width:98%;height:auto; border:1px solid #7b7b7b;}
.modal_inner > div .photo_area img {width:100%; height: auto;}
.modal_inner .basic {float: left;width: 77%;margin-left: 20px;}
.modal_inner .basic:after {content:""; display:block; clear:both;} 
.modal_inner .basic dl dt {float: left;width: 10%;height: 28px;font-weight: bold;font-size: 14px;color: rgb(51, 51, 51); line-height: 20px;}
.modal_inner .basic dl dd {float:left; width:40%; min-height: 43px;color:#333;font-size: 14px;line-height: 20px;}
.modal_inner .m_basic:after {content:""; display:block; clear:both;} 
.modal_inner ul li,
.modal_inner dl dt,
.modal_inner dl dd,
.modal_inner p {border:none; font-size:14px; color:#868686;line-height: 30px;padding: 0 0;min-height: 30px;}
.modal_inner .bclose {display: block;text-align: center;margin: 30px auto;border: 1px solid rgb(218, 218, 218);padding: 15px 30px;text-align: center;width: 130px;}
.modal_inner .mo_sec {padding-bottom: 40px; border-bottom: 1px solid #e6e6e6; margin-bottom: 40px;}

/* 관련사이트 링크 */
.site {margin-top:60px;}
.site li {float: left;width: 48.8%;color: #ec407d;font-size: 24px;font-weight: normal;margin-bottom: 30px;border: 1px solid #ec407d;background: url(/_res/ic/img/sub/btn_site.gif) no-repeat 94% center;}
.site li a {display: block;padding:30px;}
.site li:nth-child(2n) {margin-left:2.4%;}
.site li span {display:block;color:#757575; margin-top:10px;font-size:14px;}

.site2 li {float:left;width:48.8% ; color:#424242; font-size:18px; font-weight: bold; margin-bottom:15px;background:#f0f0f0 url(/_res/koreahistory/img/sub/bg_link.png) no-repeat 94% center;}
.site2 li a {display: block;padding:20px;}
.site2 li:nth-child(2n) {margin-left:2.4%;}

/* 교과과정 */
.curriculum {margin-top:60px;}
.curriculum h4 {color:#2b2c35; font-size:16px; font-weight: bold; margin-top:50px;}
.curriculum table {margin-top:40px;}
.curriculum dt {font-size:14px; color:#ec407d; font-weight: bold; margin-top:10px;}
.curriculum dd {font-size:14px; color:#757575; line-height: 200%; margin-bottom:20px;}

/* 행정실 안내 */
.info p {width:100%;}
.info p img {width:100%; height:auto}

/* 학칙학위 */
.statutes {margin-top:60px;}
.statutes h4 {color:#2b2c35; font-size:16px; font-weight: bold; margin-top:50px;}
.statutes h5 {font-weight:bold;font-size:14px; color:#2b2c35;margin-top:30px;}
.statutes dt, 
.statutes dd {font-size:14px; color:#757575; line-height:200%;}
.statutes dt {margin-top:20px;}
.statutes dt:nth-child {margin-top:0;}
.statutes dd li,
.statutes dd p {margin-left:17px;}

/* 이용안내 개인정보 처리방침 */
.privacy .tag_box {padding: 20px;margin-bottom: 30px;}
.privacy > .tag_box_v1 {background: #eee;}
.privacy .tag_box_v1 {border: solid 1px #eee;border-top: solid 2px #c4172c;}
.p_data,
.email {margin-top:50px;}
.privacy > h4 {text-align: center;font-size: 20px;margin-bottom: 0.8em;}
.director.privacy > h4 {font-family: Nanum Myeongjo; text-align:left;font-size:28px; font-weight: bold;line-height: 100%; padding-top: 10px; margin-bottom:40px; margin-left:-3px; background: url(/_res/ifg/img/sub/bg_bar_greeting.gif) no-repeat 2px top;}
.privacy ul li p {line-height: 160%; margin-bottom:15px;}
.privacy > .tag_box_v1 p {margin-bottom: 1em; font-weight: 700;}
.privacy > .tag_box_v1 ol {padding-left: 20px;}
.privacy > ul {padding-left: 0;list-style: none;}
.privacy > ul > li {list-style: none;margin: 0;margin-bottom: 22px;padding-left: 0;}
.privacy > ul > li h5 {color: #000; font-size:18px;padding-bottom: 20px;}
.privacy > ul > li > ul> li {line-height: 160%}
.privacy > .tag_box_v2 {border: solid 1px #eee;border-left: solid 2px #c4172c;}
.email ul li h4 {color: #000; font-size:18px;padding-bottom: 20px;}
.privacy > .tag_box_v2 p {font-size: 16px;color: #b51b23;}

/* FAQ */
dl#accordion{width:100%; margin:50px auto; border-top: 2px solid #cac0b7}
dl#accordion dt a{display:inline-block;border-bottom:1px solid #e3ded7;width:100%;font-size:16px;font-weight:bold;color:#222222;background:#ffffff url(/_res/mma/img/sub/bg_acc_down.png) no-repeat 98% center; }
dl#accordion dt strong {font-size: 24px; font-family: Tahoma;vertical-align: middle;display: inline-block; color:#ba0b4a;padding: 20px 60px 20px 30px;background: url(/_res/mma/img/sub/bg_accrdion_dt.gif) no-repeat 92px center;}
dl#accordion dt span{display: inline-block;width: 70%;line-height: 140%;vertical-align: middle;}
dl#accordion dt.selected a{background:#fff;cursor:default;border-bottom:none;color:black;background:#ffffff url(/_res/mma/img/sub/bg_acc_up.png) no-repeat 98% center;}
dl#accordion dd{padding:40px 120px; background:#f7f7f7;border-bottom:1px solid #e3ded7;}
dl#accordion dd p{color:#757575; line-height: 160%; font-size: 14px;}

/* 404 error */
.error {position:absolute;left:50%;top:50%;/*width:100%;*/text-align: center; }
.error:after{display:block;clear:both;content:"";}
.error >div {max-width:650px; width:100%;padding:0 20px;margin: 0px auto;}
/*.error p:nth-child(1) {float:left; width:196px;height: 196px;padding-top: 84px; font-size:60px; border-radius: 100px; text-align:center;color:#fff; background:#a40832; }*/
.error h3 {font-size:36px;line-height:140%; color:#a40832;border-bottom: 0;padding: 0;}
.error p{margin:0px 0 40px;font-size: 14px;word-break:keep-all;line-height:180%;color:#868686;}
.error p.last{margin-bottom:30px;font-size: 20px;}
.btn_error{display:block;margin:0 auto;width:170px;height:50px;padding-top:15px;text-align:center;font-size:#333;border:1px solid #bbb}

/* 개인정보처리 업무 위탁 내역 */
.pdi {margin:auto;width:50%;margin-top:50px;text-align:center; }
.pdi:after{display:block;clear:both;content:"";}
.pdi >div {max-width:650px; width:100%;}
.pdi h3 {font-size:36px;line-height:140%; color:#a40832;border-bottom: 0;padding: 0;}
.pdi p{margin:0px 0 40px;font-size: 14px;word-break:keep-all;line-height:180%;color:#868686;}
.pdi p.last{margin-bottom:30px;font-size: 20px;}

/* 사이트맵 */
.sitemap{margin-left:-3%; margin-top: 48px;}
.sitemap:nth-child(1){margin-bottom:50px;}
.sitemap:after{display:block;clear:both;content:""}
.sitemap h3 {border-bottom:none;}
.sitemap div{float:left;width:20%;padding-left:3%}
.sitemap div:nth-child(1){margin-left:0;}
.sitemap h3{padding-bottom:10px;font-size:18px;color:#444;font-weight:normal;line-height:140%;}
.sitemap div > ul{border-top:2px solid #ba0b4a;}
.sitemap div > ul > li a{display:block;padding:15px;border-bottom:1px solid #dadada}
.sitemap div > ul > li ul{padding:7px 0;background:#f5f4f1;border-bottom:1px solid #dadada}
.sitemap div > ul > li ul li a{padding:7px 15px;border-bottom:0;}

.college_schedule{margin-top:50px}

@media screen and (min-width: 1201px){
  #wrap .head_inner > div{position:absolute;top:0;left:0;width:100%;height:38px;background:#e7e0d8;}
}

@media screen and (max-width: 1200px){
  #wrap .head_inner{padding:57px 20px 0}
  #container{padding:0 20px 0;background: url(/_res/ic/img/sub/bg_sub.gif) repeat-y 20px center;}
  .content{width:75%}
  #container nav {float: left;width:250px;}  
  .con_full{padding:0 20px;box-sizing:border-box;} 
  #wrap > footer div{padding:20px;}
  .visit p { width: 72%; height: auto;}
  .visit p img {width:100%;}  
  .gallery dl dt {float: left;width: 23.8%;height:auto;margin-right: 1.5%;}
  .gallery dl dt:hover a:after{height: 154px;}
}

@media screen and (max-width: 1180px){
  .gallery dl dt {float: left;width:31%;margin-right: 3.5%;}
  .gallery dl dt:nth-child(8n-1) {margin-right:3.5%;}
  .gallery dl dt:nth-child(6n-1) {margin-right:0;}
  .m_schedule .ellips {display: inline-block;width:65%;}
}

@media screen and (max-width: 1160px){
  #wrap .head_inner nav div > ul > li{padding:0 23px 39px}
  .content{width:72%}	
  .content header {padding: 0px 40px 20px;}
  section.con > div {padding: 0 20px 0;}

  .manage .box_head > div:nth-child(3) > div:nth-child(2) {margin: 40px 0;}
  
  	/* 과정소개 */
	.director dl {margin-top:45px;}
	.director dt {clear:both;width:100%;min-height:30px;padding-top: 0px; margin-bottom:10px;}
	.director dd {clear:both;width:100%;line-height: 200%; margin-bottom:0;word-break: keep-all;}
	.director p.txt_center img {width:100%; height: auto}

	/* 입학안내 */
	.matriculation dl.last dt{min-height:30px }
	.matriculation dd{ padding-left:10px; background:url(/_res/ifg/img/comm/bul_dot.gif) no-repeat left 13px;}
}

@media screen and (max-width: 1100px){
  .content{width:70%}
  #overLayer { width: 100%;padding: 10px;top: 0px;left: 48%;}
  #overLayer a.close{top:0px;}
}
@media screen and (min-width: 1024px){
  #wrap .head_inner > div{position:absolute;top:0;left:0;width:100%;height:38px;background:#a71a2b;}
}

@media screen and (max-width: 1023px){
  #wrap{width:100%;}
  #wrap .head_inner{height:68px;box-sizing:border-box;padding-top:12px;}
  #wrap .head_inner h1{float:none;margin:0 auto;width:148px;}
  #wrap .head_inner h1 a{width:100%;height:44px;}
  #wrap .head_inner > div{position:initial;width:0;height:0;top:inherit;left:inherit;background:none;}
  #wrap .head_inner > div > a{display:block;position:absolute;right:15px;top:15px;width:35px;height:35px;font-size:0;background:url(/_res/mma/img/comm/bg_utill.png) no-repeat;background-size:35px;}
  #wrap .head_inner > div > div{position:fixed;top:0;left:100%;width:100%;height:100%;text-align:left;background:#fff;overflow-y:scroll;z-index:1200;}
  #wrap .head_inner > div > div:after{clear:both;content:"";display:block}
  #wrap .head_inner > div > div:before{display:block;content:"QUICK MENU";padding:18px;font-size:18px;color:#444;}
  #wrap .head_inner > div > div > a{display:block;position:absolute;top:18px;right:15px;width:18px;height:18px;cursor:pointer;font-size:0;background:url(/_res/mma/img/comm/btn_nav_close.png) no-repeat;background-size:18px;}
  #wrap .head_inner > div ul.m{display:block;width:100%;margin-top:0}
  #wrap .head_inner > div ul.w{display:none}
  #wrap .head_inner > div ul li{display:block;font-size:17px;color:#444;}
  #wrap .head_inner > div ul li:first-child > a{border:0;}
  #wrap .head_inner > div ul li:last-child > a{border-bottom:1px solid #dadada}
  #wrap .head_inner > div ul li > a{position:relative;display:block;padding:20px 18px;border-top:1px solid #dadada;background:#fff}
  #wrap .head_inner > div ul li:after{display:none}
  #wrap .head_inner > div ul li > a span,
  #wrap .head_inner > div ul li > a span{position:absolute;top:24px;right:18px;width:12px;height:12px;background:url(/_res/mma/img/comm/bl_nav_down.png) no-repeat 95%;background-size:12px}
 
  #wrap .head_inner nav > a{display:block;position:absolute;left:15px;top:15px;width:35px;height:35px;font-size:0;background:url(/_res/mma/img/comm/bg_gnb.png) no-repeat;background-size:35px;}
  #wrap .head_inner nav div{position:fixed;top:0;left:-100%;overflow:scroll;width:100%;background:#fff;height:100%;z-index:1200}
  #wrap .head_inner nav div:before{display:block;content:"전체메뉴";padding:18px;font-size:18px;color:#444;}
  #wrap .head_inner nav div > a{display:block;position:absolute;top:18px;right:15px;width:18px;height:18px;cursor:pointer;font-size:0;background:url(/_res/mma/img/comm/btn_nav_close.png) no-repeat;background-size:18px;}
    
  .mnav .deps1{border-top:2px solid #444;margin-right:0 !important}
  .mnav .deps1 > li{width:100%;font-size:17px !important;color:#444 !important;padding:0 !important}
  .mnav .deps1 > li:first-child > a{border:0;}
  .mnav .deps1 > li:last-child > a{border-bottom:1px solid #dadada}
  .mnav .deps1 > li > a{position:relative;display:block;padding:20px 18px;border-top:1px solid #dadada;background:#f5f5f5}
  .mnav .deps1 > li > a span,
  .mnav .deps2 > li > a span{position:absolute;top:24px;right:18px;width:12px;height:12px;background:url(/_res/mma/img/comm/bl_nav_down.png) no-repeat 95%;background-size:12px}
  .mnav .deps1 > li.selected > a span,
  .mnav .deps2 > li.selected > a span{background:url(/_res/mma/img/comm/bl_nav_up02.png) no-repeat 95%;background-size:12px}
  .mnav .deps1 > li > ul{position:static;width:100%;margin:0;padding:0;}
  .mnav .deps2 > li{padding:0;}
  .mnav .deps2 > li > a{position:relative;display:block;padding:20px 18px;color:#888;font-weight:normal !important;font-size:17px;border-top:1px solid #dadada;background:#fff}
  .mnav .deps1 > li.selected > a,
  .mnav .deps1 > li > a.active,
  .mnav .deps2 > li.selected > a,
  .mnav .deps2 > li > a.active,
  .mnav .deps3 > li.selected > a,
  .mnav .deps3 > li > a.active{color:#ba0b4a;}
  .mnav .deps3 > li > a{display:block;padding:0 15px 15px 0;font-size:15px;color:#999;line-height:140%}
  .mnav .deps3 > li > a:before{content:"-";padding:0 5px 0 20px;}
  .mnav .deps1 > li:last-child .deps2 > li:first-child > a{border-top:0}
  
  #container{background:none;}
  #container nav{display:none}
  #container .content{float:none;margin:0 auto;width:100%; border:none}
  .content header {padding: 0px 30px 20px;}
  section.con > div {padding: 0 30px 0;}

  /* main */
  .m_visual{height:350px;}
  .m_visual .paging{bottom:25%;}
  .m-quick-mobile-wrap{padding:30px 20px 50px;}
  .m_quick.m{position:relative;clear:both;text-align:center}
  .m_quick.m h3{margin-bottom:10px;font-size:23px;color:#fff;background:#858585; line-height:200%;}
  #touchSlider7{position:relative;width:100%;height:65px !important;overflow:hidden;background:#fff;}
  #touchSlider7 li{height:65px;overflow:hidden;border:1px solid #dadada;}
  .m_quick .btn_area { position: static;bottom: 0px;right: 0px;padding: 0 !important;top: 76px;height: 0;width: 100%;left: 0;}
  .m_quick.m .btn_prev{position:absolute;left:0;top:56px;border-right: 1px solid #dadada;}
  .m_quick.m .btn_next{position:absolute;right:0;top:56px;border-left: 1px solid #dadada;}
  .m_quick.m .btn_prev img, .m_quick.m .btn_next img{width:50.5px}
  
  select{display:inline-block !important}
  .sbHolder{display:none !important}  
  .w{display:none}
  .m{position:relative;display:block !important}
  .pc-hide{display:block;}
  select{width:100%;}
  
  .greeting .box_top .txt_tit_p{width:100%;}
  .greeting > div img:nth-child(2){display:none;}
  .m_contact .contact_ul {float: none; margin: 40px; }

  /* 찾아오시는길  */
  .visit p {width:100%; height:auto;border:2px solid #d5ae91;}
  .visit p img {width:100%;}
  .visit dl {width:100%;}
  .visit dt:nth-child(1) {margin-top:40px;}
	
  .manage > div:nth-child(3) ul li {float: left; width:32%;min-height:410px;margin-right:2%; font-size: 12px;}
  .manage > div:nth-child(3) ul li:nth-child(3n){margin-right:0px;}
  .manage > div:nth-child(3) ul li:nth-child(4n){margin-right:2%;}
  .manage .box_head > div:nth-child(1){position:relative;float:left;width:40%;overflow: hidden; margin-right: 30px;}
  .manage .box_head > div:nth-child(1) img {width:100%;}
  .manage .box_head > div:nth-child(1) p {width: 100%;text-align: center;}
  .manage .box_head > div:nth-child(3) {width: 100%; padding: 30px;}
  .manage .box_head > div:nth-child(3) > div:nth-child(1){float: left;width:40%;margin-right: 30px;}
  .manage .box_head > div:nth-child(3) > div:nth-child(2) {float: left;width:50%; margin-top: 0px;}
  .director h4 {margin-top:30px;line-height: 120%;}
}

@media screen and (max-width: 970px){  
  .m_visual p{padding:0;font-size:19px;}
  .m_visual p strong{font-size:26px;}
  .main-mini-wrap01{margin:-50px auto 30px;}
  .m-board{float:none;width:100%;}
  .m-board.m-notice{margin:0 0 20px;}
  .main-site-link li a{padding:70px 0;font-size:21px;}
  
  .modal_inner {padding:20px; }
  .modal_inner div.fl.ac {display:none;}
  .modal_inner .basic {float:none;width: 100%;margin-left: 0px;}
  .modal_inner .basic dl dt {float: none;width: 100px;}
  .modal_inner .basic dl dd {float:none; width:100%;}
  
  #overLayer2 .modal_inner { max-height: 500px;padding:20px;}  
  /*호미오 추가*/
  .itsf_title{line-height:130%;}
}

@media screen and (max-width: 890px){  
  /* sub */
  .content header {padding: 0px 0px 20px;}
  section.con > div {padding: 0 0px 0;}

  .manage > div:nth-child(3) ul li {float: left; width:32%;max-height:390px;margin-right:2%; font-size: 12px;}
  .manage > div:nth-child(3) ul li:nth-child(3n){margin-right:0px;}
  .manage > div:nth-child(3) ul li:nth-child(4n){margin-right:2%;}
}

@media screen and (max-width: 760px){
  #wrap .head_inner{border-bottom:1px solid #444}
  #container{margin:10px 0 30px}
  .content{padding:0}
  .content header{border-bottom:0}
  /*.visual{display:none}*/
  .con{margin-top:0 !important}
  .breadcrumbs{display:none}
  footer div{padding:10px !important;}
  footer div p{display:none}
  footer div ul{float:none;margin:0 auto;}
  footer div ul li{padding-top:3px;}

  .visual, .visual2, .visual3, .visual4, .visual5{height:100px;}
  .visual h3, .visual2 h3, .visual3 h3, .visual4 h3, .visual5 h3 {padding-top:28px;}  
  
  /* main */
  .m_visual{height:230px;}
   
  .txt_none{font-size:0 !important}
  .keep_all{word-break:keep-all !important}
  .btn_list{float:none;text-align:center}
  .tab_sel{width:100%;margin-bottom:5px}
  .txt_comm{text-align:left;word-break:keep-all}
  .bl_arrow{width:100%;text-align:left;}  
  .scrollbox{position:relative;width:100%;overflow-x:auto;overflow-y:hidden}
  .scrollbox table{width:900px}
  .msg_touch_help{display:block;position:absolute;top:30px;left:50%;width:70px;height:70px;margin:0 0 0 -35px}
  .msg_touch_help img{width:100%}
  
  .content h3{padding-bottom:15px;font-size:24px;font-weight:bold;line-height: 150%;}
  .content .con_tit{font-size:18px}
  .content .con_tit span{display:block;font-size:12px;}
  .content .con_tit02{background-position:0 6px;}   
  .comm_box{padding:15px}
  .comm_box h4{margin-bottom:10px;}
  .comm_box p{margin-bottom:15px;}
        
  /* sub */
  .greeting {margin-top:30px;}
  .greeting .txt_tit_p{font-size:24px;}
  .greeting .txt_end{font-size:18px;}
  .greeting p .kuitsf{width:30%}
  
  .gallery dl dt {float: left;width: 48%;margin-right: 2.5%;}
  .gallery dl dt a:after { background:none;}
  .gallery dl dt:nth-child(8n-1),
  .gallery dl dt:nth-child(6n-1) {margin-right:2.5%;}
  .gallery dl dt:nth-child(4n-1) {margin-right:0;}
  
  .statutes, .major, .curriculum, .info, .site{margin-top:30px;}
  
  /* 관련사이트 링크 */
  .site li {width:100% ;}
  .site li:nth-child(2n) {margin-left:0;}  
  .site2 li{width:100% ;} 
  
  .vision .txt_tit_p {font-size:24px;}
  .vision .txt_tit_p span{font-size:16px;}
  
  /* 학과소개 */
  .major > div { margin-top:25px;}
  .major > div p {float: none;height: auto;}
  .major div > div{padding-left:0px;float: none;width: 100%; margin-top:20px;}
  .major div > div h4 {color:#2b2c35; font-size:20px; font-weight:bold; margin-bottom:30px;}
  .major div > div dt {color:#2b2c35; font-size:16px; font-weight:bold; line-height:160%;}
  .major div > div dd {color:#757575; font-size:14px; margin-bottom:50px; line-height:180%;}
  .major div > div a {position: static;}
  
  /* 교수진  */
 .professor .pro_list > div {width: 100%;}
 .professor .pro_list > div dl {padding-left: 10px;width: 65%;}
 .professor .pro_list > div p {width: auto;  height: 142px;}
  #overLayer2{top: 30px;overflow-y: auto;}
  #overLayer2 a.close{position:fixed;right:5%;top:30px;}

  .visit dd{padding:0;}
  .visit dd ul{margin-bottom:10px;}
  .visit dd li:last-child{margin-top:3px;}
  .visit dd.visit_map{position:static;width:100%;height:auto;margin-top:20px}
  .visit dd.visit_map img{width:100%}
 
  .m_btn li,
  .m_btn li a,
  .m_btn1 {width:100%}
  .koreans_btn{margin-top:20px;}
  .koreans_btn li{width:100%;}
  .mo{width:100%;margin-bottom:5px}
  
  .border_l{border-left:0 !important}
  /* FAQ */
  dl#accordion dt strong {padding: 20px 40px 20px 20px;background-position:83% center; }
  dl#accordion dd {padding:25px;}
}

@media screen and (max-width:640px){  
  .professor .pro_list > div a { padding: 10px;min-height: 174px;}
  .professor .pro_list > div p {width: auto; height: 146px;    margin-bottom: 0px;}
  .professor .pro_list > div p img {width:auto; height:100% !important;}
  .professor .pro_list > div dl {padding-left: 10px; width: 55%;}

  /* FAQ */
  dl#accordion dt strong {padding: 20px 20px 20px 0px;background-position:83% center; }
  dl#accordion dd {padding:15px;}
}

@media screen and (max-width:500px){
  /*main*/
  .main-site-link li{float:none;width:100%;margin:0 0 20px;}
  .main-site-link li a{padding:30px 0 25px;}
  
  .manage .box_head > div:nth-child(1){height:435px;}
  .manage > div:nth-child(3) ul li {min-height:380px;}
  .manage .box_head > div:nth-child(2),
  .manage .box_head > div:nth-child(3) {padding: 30px 15px;}
  .manage .box_head > div:nth-child(2) ul li span,
  .manage .box_head > div:nth-child(3) ul li span {width:115px;}
  .manage > div:nth-child(3) ul li {min-height:330px;}
  .btn2 {width:100%; margin:3px 0;}
}

@media screen and (max-width:480px){
  .m-board > ul > li > a > .ellips{width:98%;}
  .m-board > ul > li > a > span:not(.ellips){display:none;}
  #overLayer2 .modal_inner {padding: 15px;}
}

@media screen and (max-width:320px){
  .professor .pro_list > div p{width:100%;height:auto;text-align:center;margin-bottom:20px}
  .professor .pro_list > div p img{width:100%;}
  .professor .pro_list > div dl{width:100%;margin-left:0}
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 47% !important;}
.jwxe_popupZone >li > a{ display:inherit !important;margin-top:0px;border:none;}

/* 개발자 추가*/
#modalPerson{border:4px solid #d5ae91;background:#fff;}
#modalPerson h2{color:#444444;font-size:24px;line-height:40px;}
#modalPerson .p_c_text{font-size:12px;line-height:24px;}
#modalPerson .login_line{margin:10px 0 0;height:80px;}
#modalPerson .box_in{float:left;margin:0 10px 0; }
#modalPerson input{width:120px;height:24px;display:block;margin:3px 0 0;}
#modalPerson .btn_login{width:72px;height:60px;background:#363636;color:#e1e1e1;float:left;line-height:60px;text-align:center;}
#modalPerson .find_join{clear:both;margin:20px 0 0 10px;}
#modalPerson{
  max-width: 910px;max-height:700px;  /*팝업창의 크기조절*/
  margin-top:0px;           /*팝업창 위아래 간격조절*/
  padding: 18px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  overflow-y:auto;
  z-index:999999999;
}

input[type=submit].btn_login {
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
    height: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ba0b4a;
    border: #ba0b4a;
}