@charset "utf-8";
@import url(gnbType.css);

body{position:relative;padding-left:92px;}
li{list-style: none;}


#top_layout,
#body_layout,
#foot_layout{ width:100%; text-align:center; display:inline-block; position:relative; z-index:2;}
#top_layout .top_wrap{ width:1200px; display:inline-block;}
#body_layout .body_wrap,
#body_layout.b_type .contents_wrap,
#foot_layout .foot_wrap{ width:1200px; display:inline-block; position:relative;}

/* left_util 시작 */
.left_util_bg{position:absolute;top:0;left:0;z-index:1;width:92px;height:100%;background-color:#262626;}
.utile_wrap.left{position:absolute;top:10px;left:50%;margin-left:-550px;}
.utile_wrap.left li{position:relative;float: left;margin:0 10px;z-index:99;}
.utile_wrap.left li:first-child{margin-left:0;}
.utile_wrap.left li:before{position:absolute;top:7px;left:-9px;content:"";display:inline-block;width:1px;height:10px;background-color:#fff;vertical-align:middle;text-shadow: 0 0 4px black;}
.utile_wrap.left li:first-child:before{display:none;}
.utile_wrap.left li a{display:inline-block;color:#fff;text-shadow: 0 0 4px black;}

.utile_wrap.right{position:absolute;top:10px;right:50%;margin-right:-630px;}
.utile_wrap.right li{position:relative;float: left;margin:0 10px;z-index:99;}
.utile_wrap.right li:first-child{margin-right:0;}
.utile_wrap.right li a{display:inline-block;color:#fff;text-shadow: 0 0 4px black;}
.utile_wrap.right li.login span{display:inline-block;margin-right:10px;color:#fff;font-size:14px; line-height:18px;vertical-align:baseline;text-shadow: 0 0 4px black;}
.utile_wrap.right li.login em{display:inline-block;margin-right:10px;color:#fff;text-shadow: 0 0 4px black;}
.utile_wrap.right li.login em a{display:inline-block;margin:0 3px;}

#top_layout .left_utile{position:absolute;top:0;left:0;z-index:1;width:92px;height:100%;}
#top_layout .left_utile li{ width:92px; height:92px;text-align:center;border-top:1px solid #1e1e1e;}
#top_layout .left_utile li.sitemap,
#top_layout .left_utile li.lnk1{border-top:none;}
#top_layout .left_utile li a{ display:inline-block;width:100%; height:100%;font-size:13px;color:#5c5c5c;padding:20px 0;}
#top_layout .left_utile li a:before{content:"";display:block;height:34px;background:url(../../images/go/layout-ir.png) no-repeat;vertical-align:middle;margin:0 auto 10px;}
#top_layout .left_utile li.sitemap a{ background:url(../../images/go/layout-ir.png) no-repeat 0 -50px; font-size:0; text-indent:-9999px; padding:0; display:inline-block;vertical-align:top;}
#top_layout .left_utile li.sitemap a:before{display:none;}
#top_layout .left_utile li a{color:#fff;}
#top_layout .left_utile li.lnk0 a:before{width:30px;background:url(../../images/go/grad_ico.png) no-repeat;}
#top_layout .left_utile li.lnk1 a:before{width:32px;background-position: -310px -50px;}
#top_layout .left_utile li.lnk2 a:before{width:26px;background-position: -345px -50px;}
#top_layout .left_utile li.lnk3 a:before{width:38px;background-position: -374px -50px;}
#top_layout .left_utile li.lnk4 a:before{width:38px;background:url(/images/go/main/left_sns_kakao.png) no-repeat;}
#top_layout .left_utile li.lnk5 a:before{width:38px;background:url(/images/go/main/left_sns_youtube.png) no-repeat;}
#top_layout .left_utile li.lnk6 a:before{width:38px;background:url(/images/go/main/left_sns_insta.png) no-repeat;}
#top_layout .left_utile li.lnk7 a:before{width:38px;background:url(/images/go/main/left_sns_facebook.png) no-repeat;}
#top_layout .left_utile li.lnk8 a:before{width:38px;background:url(/images/go/main/left_sns_blog.png) no-repeat;}
/* 
#top_layout .left_utile li a:hover,
#top_layout .left_utile li a:focus{color:#fff;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;}
#top_layout .left_utile li.lnk1 a:hover:before{background-position: -310px -50px;}
#top_layout .left_utile li.lnk2 a:hover:before{background-position: -345px -50px;}
#top_layout .left_utile li.lnk3 a:hover:before{background-position: -374px -50px;} */

/* left_util 끝 */

#top_layout{ height:92px;padding-left:92px;}
#top_layout .top_wrap .logo_wrap{ width:256px; height:47px; margin:40px 0 0 0; display:inline-block; float:left; position:relative; z-index:9999;}
#top_layout .top_wrap .logo_wrap a{ width:100%; height:100%; background:url(../../images/go/layout-ir.png) no-repeat 0 0; font-size:0; text-indent:-9999px; display:inline-block;vertical-align:middle;}

#top_layout.b_type{ position:absolute; top:0; left:0; z-index:10;}
#top_layout.b_type:before{ width:100%; height:100%; background-color:transparent; content:""; box-sizing:border-box; position:absolute; top:0; left:0;border-bottom:1px solid rgba(255,255,255,0.2);}
#top_layout.b_type .top_wrap .utile_wrap li a{ color:#fff;}
#top_layout.b_type .top_wrap .utile_wrap li.n4 a{ background-position:-294px -59px;}
#top_layout.b_type .depth1_ul > li > a span{ color:#fff;text-shadow: 0 0 4px black;}
#top_layout.c_type{ border-bottom:1px solid #ddd;}

#gnb_layout{ height:92px; top:0;}/* height:gnb높이, top:#top_layout에서 위치 */
#gnb_layout .depth1_ul > li{ height:92px;}
#gnb_layout .depth1_ul > li > a{position:relative;padding:0 13px;}
/*#gnb_layout .depth1_ul > li > a{position:relative;padding:0 18px;}*/
#gnb_layout .depth1_ul > li > a[target="_blank"]:after{display:inline-block;position:absolute;top:50%;right:0;width:9px;height:9px;margin:-7px 0 0 6px;background:url(/images/kor/common/common_ir.png) -1813px -14px;vertical-align:middle;content:'';}
#gnb_layout .depth1_ul > li:first-child > a:before{display:none;}

#gnb_layout .depth1_ul > li > a span{ height:88px; padding-top:30px;}/* 1차메뉴 높이(오버시 border-bottom값을 뺀 높이) */
#gnb_layout .depth1_ul{ width:1200px; padding:0 0 0 219px; text-align:right;}/* width:컨텐츠 넓이, padding:header의 왼쪽 오른쪽 값으로 1차 메뉴 중앙 정렬 */
#gnb_layout.on .gnb_bg{ top:92px;}/* #gnb_layout에서 2차 메뉴, gnb배경 위치 */

#gnb_layout.on .gnb_bg{ min-height:230px; background-color:#eeeff2; border:none; opacity:1;}/* background-color:gnb배경색, opacity:gnb투명도 */
#gnb_layout.on .depth1_ul > li.on > a,
#gnb_layout.on .depth1_ul > li.ov > a,
#gnb_layout.on .depth1_ul > li.on:hover > a,
#gnb_layout.on .depth1_ul > li.ov:hover > a,
#gnb_layout.on .depth1_ul > li:hover > a,
#gnb_layout.on .depth1_ul > li > a:focus{ border-bottom:4px solid #4472c5;}/* 1차메뉴 오버시 밑줄 */
#gnb_layout.on .depth2_ul > li > a:hover,
#gnb_layout.on .depth2_ul > li:hover > a,
#gnb_layout.on .depth2_ul > li.ov:hover > a{ background-color:#4472c5; color:#fff;}/* 1차메뉴 오버시 2차메뉴 배경색 */

/*상단고정 시작*/
#top_layout .btn_top{ display:none;}
/* 
.topFixed #top_layout{ position:fixed; top:-300px; height:80px; background-color:#002f5a;}
.topFixed #top_layout .top_wrap .logo_wrap{ margin:16px 0;}
.topFixed #top_layout .btn_top{ display:inline-block; position:absolute; top:0; left:50%; z-index:9; width:80px; height:80px; margin-left:566px; font-size:0; text-indent:-9999px;}
.topFixed #top_layout .btn_top:before{ position:absolute; top:50%; left:50%; width:24px; height:31px; margin:-15px 0 0 -12px; background:url(../../images/go/layout-ir.png) no-repeat -415px -58px; content:"";}
.topFixed #top_layout .btn_top:after{ position:absolute; top:0; left:0; opacity:0.1; width:1px; height:100%; background-color:#fff; content:"";}
.topFixed #top_layout #gnb_layout{ top:-80px; height:80px;}
.topFixed #gnb_layout .depth1_ul{ padding:0 80px 0 256px;}
.topFixed #gnb_layout .depth1_ul > li{ height:80px;}
.topFixed #gnb_layout .depth1_ul > li > a span{ height:76px;padding-top:0;}
.topFixed #gnb_layout.on.dt_type li.ov .depth2_ul,
.topFixed #gnb_layout.on.dt_type .depth1_ul > li.ov > .title_wrap,
.topFixed #gnb_layout.on .gnb_bg{ top:80px;} */
/*상단고정 끝*/


/* gnb > dt_type 시작 */
#gnb_layout.dt_type{position:relative;top:-92px;}
#gnb_layout.on.dt_type li.ov .depth2_ul,
#gnb_layout.on.dt_type .depth1_ul > li.ov > .title_wrap{top:92px;}
#gnb_layout.on.dt_type .gnb_bg:before{ height:100%; background-color:#243b73; content:""; margin-right:325px; position:absolute; left:0; right:50%;}
#gnb_layout.dt_type .title_wrap{ width:275px; padding-right:20px; background-color:transparent; font-family:nsk_m; text-align:left; overflow:hidden;}
#gnb_layout.dt_type .title_wrap:before{ content:""; position:absolute; top:-55px; left:0; width:261px; height:130px; background:url(../../images/go/layout-ir.png) no-repeat 0 -196px; }
#gnb_layout.dt_type .title_wrap:after{ content:""; position:absolute; bottom:-15px; right:0; width:262px; height:146px; background:url(../../images/go/layout-ir.png) no-repeat 0 -328px; }
#gnb_layout.dt_type .title_wrap strong{ width:100%; font-family: 'nsr_m'; font-size:25px; color:#fff; line-height:25px; padding:0; margin:0; display:inline-block;word-break: keep-all;margin-bottom:10px;padding-top:67px;}
#gnb_layout.dt_type .title_wrap p{font-size:14px;color:#fff;line-height:1.3;}
#gnb_layout.dt_type .depth2_ul li a{ color:#000;}
#gnb_layout.dt_type .depth2_ul{ min-height:230px;padding:20px 20px 20px 295px;}
#gnb_layout.dt_type .depth2_ul > li{ position:relative; font-family:nsk_m; text-align:left;width:25%; padding:0 20px; margin:20px 0; box-sizing:border-box;}
#gnb_layout.dt_type .depth2_ul > li > a{ font-weight:400; font-size:14px; color:#595959; line-height:43px; letter-spacing:-1.4px; word-spacing:-1px; padding:0 25px 0 15px; margin:0; box-sizing:border-box; border:1px solid #6f6f6f; position:relative;}
/* 입시기간 2차 메뉴 폰트 사이즈 줄이기 */
/*#gnb_layout.dt_type .depth2_ul > li > a{ font-weight:400; font-size:15px; color:#595959; line-height:43px; padding:0 25px 0 15px; margin:0; box-sizing:border-box; border:1px solid #6f6f6f; position:relative;}*/
#gnb_layout.on .depth2_ul > li.ov:hover > a, #gnb_layout.on .depth2_ul > li > a:focus{background-color:#0050a3;color:#fff;border-color:#0050a3;}
#gnb_layout.dt_type.on .depth2_ul > li > a:hover,
#gnb_layout.dt_type.on .depth2_ul > li:hover > a,
#gnb_layout.dt_type.on .depth2_ul > li.ov:hover > a{ color:#fff;background-color:#0050a3;border-color:#0050a3;}
#gnb_layout.dt_type .depth2_ul .depth3_ul{/*display:none;*/ margin:10px 0 0 0;}
#gnb_layout.dt_type .depth2_ul .depth3_ul li a{ font-size:14px; color:#6c6d6f; line-height:18px; padding:6px 0 6px 22px; position:relative;}
#gnb_layout.dt_type .depth2_ul .depth3_ul li a:before{ width:3px; height:3px; background-color:#aeaeaf; content:""; margin-top:-2px; position:absolute; top:50%; left:15px;}
#gnb_layout.on.dt_type .depth2_ul > li:hover,
#gnb_layout.on.dt_type .depth2_ul > li:hover > a
#gnb_layout.on.dt_type .depth2_ul > li:focus,
#gnb_layout.on.dt_type .depth2_ul > li:focus > a{ background-color:transparent;}
#gnb_layout.on.dt_type .depth2_ul > li:hover > a{ border:1px solid #0050a3;}
#gnb_layout.on.dt_type .depth2_ul > li:hover > a:before,
#gnb_layout.on.dt_type .depth2_ul > li > a:focus:before{ background-position:-163px -37px;}
#gnb_layout.on.dt_type .depth2_ul .depth3_ul li a:hover{ color:#03328d; text-decoration:underline;}
#gnb_layout.on.dt_type .depth2_ul .depth3_ul li a:hover:before{ background-color:#03328d;}
#gnb_layout.on.dt_type .depth3_ul{display:none;}

#gnb_layout .topUtile{display:none;}
/* gnb > dt_type 끝 */

/* mobile 시작 */
#gnb_layout.mb{top:0;}
#gnb_layout.mb .topUtile{display:inline-block;right:-310px;width:264px;height:153px;padding:0;background:#fff;}
#gnb_layout.mb .topUtile .link_wrap{padding: 12px 10px 12px 10px;border-top: 1px dashed #ddd;margin-top: -1px;}
#gnb_layout.mb .topUtile .link_wrap a{position:relative;margin-left: 16px;font-size: 14px;}
#gnb_layout.mb .topUtile .link_wrap a:nth-child(1){position:relative;margin-left: 0px;font-size: 14px;}
#gnb_layout.mb .topUtile .link_wrap a:before{display:block;position:absolute;top: 5px;right: -11px;width:1px;height:9px;background:#333;content:'';}
#gnb_layout.mb .topUtile .link_wrap:first-chlid{border-top:none;}
#gnb_layout.mb .topUtile .noti{position:absolute;top:19px;right:20px;}
#gnb_layout.mb .topUtile .noti a{display:inline-block;position:relative;width:69px;height:69px;border:1px solid #747474;}
#gnb_layout.mb .topUtile .noti a:before{display:inline-block;height:100%;vertical-align:middle;content:'';}
#gnb_layout.mb .topUtile .noti a span{display:inline-block;position:absolute;top:50%;left:50%;width:26px;height:30px;background:url("/images/kor/common/common_ir.png") no-repeat -33px -112px;font-size:0;text-indent:-9999px;vertical-align:middle;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
#gnb_layout.mb .topUtile .noti > span{display:inline-block;position:absolute;top:-5px;right:-5px;width:20px;height:20px;border-radius:20px;background:#e50007;color:#fff;font-size:13px;line-height:20px;text-align:center;z-index: 2;}

#gnb_layout.mb .topUtile .lan_wrap{display:inline-block;position:absolute;bottom:0;width:100%;height:55px;padding:0;margin:0;background-color:#0d182f;}
#gnb_layout.mb .topUtile .lan_wrap > a{display:inline-block;position:relative;width:100%;color:#fff;font-size:14px;line-height:55px;text-align:center;}
#gnb_layout.mb .topUtile .lan_wrap > a:after{display:inline-block;position:absolute;top:26px;right:50%;width:9px;height:5px;margin:0 -50px 0 0;background:url("/images/kor/common/common_ir.png") no-repeat -62px -124px;;content:"";}
#gnb_layout.mb .topUtile .lan_wrap > ul{display:inline-block;position:absolute;top:-99999px;left:20px;right:20px;width:auto;padding:55px 0 0 0;margin:0;}
#gnb_layout.mb .topUtile .lan_wrap > ul li{display:inline-block;float:left;width:100%;padding:0;margin:0;background-color:#0f3049;}
#gnb_layout.mb .topUtile .lan_wrap > ul li + li{border-top:1px dashed #ccc;}
#gnb_layout.mb .topUtile .lan_wrap > ul li a{display:inline-block;width:100%;padding:0 10px;margin:0;color:#fff;font-size:14px;line-height:40px;text-align:left;}
#gnb_layout.mb .topUtile .lan_wrap.on > a:after{transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
#gnb_layout.mb .topUtile .lan_wrap.on > ul{top:0;}

#gnb_layout.mb .gnb_wrap{position:absolute;top:153px;width:auto;}
#gnb_layout.mb .depth1_ul,
#gnb_layout.mb .depth1_ul{ width:264px; padding:0; left:auto;}
#gnb_layout.mb .depth1_ul > li{ height:auto;}
#gnb_layout.mb .depth1_ul > li:first-child > a:before,
#gnb_layout.mb .depth1_ul > li:first-child > a:after{display:inline-block;}
#gnb_layout.mb .depth1_ul > li > a{ float:left;}
#gnb_layout.mb .depth1_ul > li > a[target="_blank"]:after{display:none;}
#gnb_layout.mb .depth1_ul > li > a span{padding-top:0;}
#gnb_layout.mb #gnb_layout .depth1_ul > li > a > span{ height:auto;}
#top_layout.b_type #gnb_layout .depth1_ul > li > a span{}
#gnb_layout.mb .depth1_ul > li.down:first-child > a:after,
#gnb_layout.mb .depth1_ul > li.down:first-child > a:hover:after,
#gnb_layout.mb .depth1_ul > li.down:first-child > a:focus:after,
#gnb_layout.mb .depth1_ul > li.down.on:first-child > a:after{ display:none;}
#gnb_layout.mb li.down .depth2_ul,
#gnb_layout.mb li.up .depth2_ul{ padding:0;}
#gnb_layout.mb .depth2_ul.n1 > li,
#gnb_layout.mb .depth2_ul.n2 > li,
#gnb_layout.mb .depth2_ul.n3 > li,
#gnb_layout.mb .depth2_ul.n4 > li,
#gnb_layout.mb .depth2_ul.n5 > li,
#gnb_layout.mb .depth2_ul.n6 > li,
#gnb_layout.mb .depth2_ul.n7 > li,
#gnb_layout.mb .depth2_ul.n8 > li,
#gnb_layout.mb .depth2_ul.n9 > li,
#gnb_layout.mb .depth2_ul.n10 > li{ width:100%; padding:0; margin:0;}
#gnb_layout.mb .depth2_ul > li > a{ width:100%; color:#333; line-height:24px; padding:15px 30px 15px 20px; margin:0; display:inline-block; border:0; border-top: 1px solid #e5e5e5; position: relative; top:auto; transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; -webkit-transform:none;;}
#gnb_layout.mb .depth2_ul > li.more > a:before{ background-image:none; margin:0; left:auto;}
#gnb_layout.mb .depth2_ul .depth3_ul{ min-height:auto; margin:0; display:none;}
#gnb_layout.mb .gnbClose{ width:47px; height:47px; background-image:none; font-size:0; text-indent:-9999px; padding:0; display:inline-block;vertical-align:middle; position: absolute; right: 267px; top:3px;}
#gnb_layout.dt_type.mb .gnbClose{ background-position: -294px -59px; }
#gnb_layout.mb .gnb_bg {width: 100%;height: auto;background-color: #000;display: inline-block;opacity: 0.3;position: absolute;top: 0;left: 0;bottom: 0;z-index: 0;}
/* mobile 끝*/

/*
#foot_layout{ background-color:#e9e9e9; padding:30px 0;}
#foot_layout .foot_wrap .utile_wrap{ width:100%; margin-bottom:15px; display:inline-block;}
#foot_layout .foot_wrap .utile_wrap li{ display:inline-block; float:left; position:relative;}
#foot_layout .foot_wrap .utile_wrap li:before{ width:1px; height:14px; background-color:#000; content:""; margin-top:-7px; position:absolute; top:50%; left:0;}
#foot_layout .foot_wrap .utile_wrap li.n1:before{ display:none;}
#foot_layout .foot_wrap .utile_wrap li.n1 a{ padding-left:0;}
#foot_layout .foot_wrap .utile_wrap li a{ font-size:15px; color:#444; line-height:20px; padding:0 11px 0 9px; display:inline-block; letter-spacing:0;}
#foot_layout .foot_wrap .sitelink_box{ position:absolute; top:0; right:0; display:inline-block;width:auto;}
#foot_layout .foot_wrap .sitelink_box .site_wrap{ position:relative;float:left;width:183px; height:40px; text-align:left; display:inline-block; border:1px solid #bababa;margin-left:5px;}
#foot_layout .foot_wrap .sitelink_box .site_wrap > a{ width:100%; font-size:14px; color:#434343; line-height:40px; padding:0 40px 0 20px; display:inline-block; box-sizing:border-box; position:relative;}
#foot_layout .foot_wrap .sitelink_box .site_wrap > a:after{ width:9px; height:5px; background:url(../../images/go/layout-ir.png) no-repeat -415px -50px; content:""; margin-top:-2px; position:absolute; top:50%; right:20px;}
#foot_layout .foot_wrap .sitelink_box .site_wrap > ul{ width:100%; padding:0 0 41px 0; display:inline-block; position:absolute; top:-99999px; left:-1px;}
#foot_layout .foot_wrap .sitelink_box .site_wrap > ul li{ width:100%; background-color:#fff; display:inline-block; border:1px solid #bababa; border-bottom:0; float:left;}
#foot_layout .foot_wrap .sitelink_box .site_wrap > ul li a{ width:100%; font-size:14px; color:#434343; line-height:40px; padding:0 20px; display:inline-block; box-sizing:border-box;}
#foot_layout .foot_wrap .sitelink_box .site_wrap > ul li a:hover,
#foot_layout .foot_wrap .sitelink_box .site_wrap > ul li a:focus{ font-weight:600;}
#foot_layout .foot_wrap .sitelink_box .site_wrap.on > ul{ bottom:0; top:auto;}
#foot_layout .foot_wrap address,
#foot_layout .foot_wrap .copy{ width:100%; font-style:normal; font-size:16px; color:#444; text-align:left; line-height:20px; margin:5px 0; display:inline-block; letter-spacing:0;}
#foot_layout .foot_wrap address span{display:inline-block;margin-left:15px;}
*/

/* 기관및학과보기 시작 */
#link_book{overflow:hidden;width:100%;height:66px;background:#1e2836;/*transition:all .4s ease-out;*/}
#link_book.on{height:auto;background:#1e2836;}
#link_book .book_btn{height:66px;background:#0b1f3b;text-align:center;}
#link_book .book_btn a{display:inline-block;position:relative;height:100%;}
#link_book .book_btn a:before{display:inline-block;height:100%;vertical-align:middle;content:'';}
#link_book .book_btn a:after{display:block;position:absolute;bottom:0;left:-55px;width:35px;height:50px;background:url("/images/kor/common/common_ir.png") no-repeat -909px 0;/*transition:all .5s ease-out;*/content:'';}
#link_book.on .book_btn a:after{transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
#link_book .book_btn a p{display:inline-block;vertical-align:middle;}
#link_book .book_btn a p b{color:#fff;font-size:20px}
#link_book .book_btn a p b span{font-weight:400;}
#link_book .book_btn a p b span:first-child{font-weight:800;}
#link_book .book_btn a p > span{color:#fff;font-size:17px;}
#link_book .book_cnt{display:none;/*overflow:hidden;*/position:relative;text-align:center;}
#link_book.on .book_cnt{display:inline-block;}
#link_book .book_cnt .cnt_wrap{display:inline-block;width:1200px;padding:0;text-align:left;}
#link_book .book_cnt .cnt_wrap:after{display:block;overflow:hidden;clear:both;content:'';}
#link_book .book_cnt .cnt_wrap [class^="sector"]{}
#link_book .book_cnt .cnt_wrap .sector1{float:left;width:74%;text-align:left;}
#link_book .book_cnt .cnt_wrap .sector2{float:right;width:18%;height:auto;padding:0;background:none;}
#link_book .book_cnt .cnt_wrap [class^="sector"] strong{display:inline-block;position:relative;margin:0 0 22px;padding:0 0 0 40px;color:#95c6ff;font-size:17px;}
#link_book .book_cnt .cnt_wrap [class^="sector"] strong:before{display:inline-block;position:absolute;top:-3px;left:0;width:32px;height:32px;background:url("/images/kor/common/common_ir.png") no-repeat -1198px 0;content:'';}
#link_book .book_cnt .cnt_wrap [class^="sector"] .college{margin:0 0 0 -3%;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .college:after{display:block;overflow:hidden;clear:both;content:'';}
#link_book .book_cnt .cnt_wrap [class^="sector"] .college > li{float:left;width:23%;min-height:320px;margin:0 0 0 2%;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .college > li > a{display:inline-block;width:100%;height:43px;padding:0 0 0 11px;border:1px solid #6b7581;color:#fff;font-size:15px;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .college > li > a:before{display:inline-block;height:100%;vertical-align:middle;content:'';}
#link_book .book_cnt .cnt_wrap [class^="sector"] .college > li > a > span{display:inline-block;vertical-align:middle;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department{padding:13px 0;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department:after{display:block;overflow:hidden;clear:both;content:'';}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department li{}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department li a,
#link_book .book_cnt .cnt_wrap [class^="sector"] .department li span{display:inline-block;position:relative;padding:0 0 0 11px;color:#fff;font-size:15px;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department li a:before,
#link_book .book_cnt .cnt_wrap [class^="sector"] .department li span:before{display:inline-block;position:absolute;top:50%;left:0;width:2px;height:2px;border-radius:2px;background:#fff;transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);content:'';}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department li ul{margin:0 0 0 10px;}
#link_book .book_cnt .cnt_wrap [class^="sector"] .department ul li a:before,
#link_book .book_cnt .cnt_wrap [class^="sector"] .department ul li span:before{width:3px;height:1px;}
/* 기관및학과보기 끝 */


/* 푸터 시작 */
#foot_layout{padding-bottom:40px;background:#fff;}
#foot_layout .foot_wrap{width:1200px;text-align:center; margin-top: 40px;}

#foot_layout .foot_wrap .utile_wrap{display:inline-block;margin-bottom:15px;}
#foot_layout .foot_wrap .utile_wrap li{ display:inline-block;position:relative;}
#foot_layout .foot_wrap .utile_wrap li:before{ position:absolute;top:50%;left:-6px;width:10px;height:10px;margin:0;background:url("/images/kor/common/common_ir.png") no-repeat -946px 0;transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);content:"";}
#foot_layout .foot_wrap .utile_wrap li.n1:before{ display:none;}
#foot_layout .foot_wrap .utile_wrap li.n1 a{ padding-left:0;}
#foot_layout .foot_wrap .utile_wrap li a{display:inline-block;padding:0 11px 0 9px;color:#000;font-size:15px;font-weight:600;letter-spacing:0;line-height:20px;}
#foot_layout .foot_wrap .utile_wrap li a:hover,
#foot_layout .foot_wrap .utile_wrap li a:focus{text-decoration:underline;}

#foot_layout .foot_wrap address,
#foot_layout .foot_wrap .copy{display:inline-block;margin:5px 0;color:#535353;font-size:15px;font-style:normal;letter-spacing:0;line-height:20px;text-align:left;}
/* 푸터 끝 */


@media (max-width:1391px){
	.utile_wrap.left{margin-left:0;left:140px;}
	.utile_wrap.right{margin-right:0;right:20px;}
	/*#top_layout{padding-left:100px;}*/
	#top_layout .top_wrap{ padding:0 80px 0 50px;}
	/* 
	.topFixed #top_layout .btn_top{ left:auto; right:50px; margin:0;}
	.topFixed #gnb_layout .depth1_ul{ padding:0 130px 0 306px;} */
	
	/*
	#foot_layout{padding:20px 60px;box-sizing:border-box;}
	*/
	#foot_layout .foot_wrap{width:100%;}
	
	#top_layout .top_wrap{ width:100%;}
	#gnb_layout .depth1_ul{width:100%;}
	
	/* 
	#gnb_layout .depth1_ul{ position:absolute; left:60px; right:60px;}
	*/

	#gnb_layout.on.at_type .gnb_bg:before{ width:343px; margin:0; right:0;}	
	
}

@media (max-width:1279px){
	body{padding-left:0;}
	.left_util_bg{display:none;}
	#top_layout .top_wrap{ padding:0;}
	#top_layout .left_utile{left:auto;right:0;}
	#top_layout .left_utile li{display:none;}
	#top_layout .left_utile li.sitemap{display:inline-block;}
	.utile_wrap.left,
	.utile_wrap.right{display:none;}

	/* 
	#top_layout.b_type{ position:relative; top:auto; left:auto;padding-left:0;}
	#top_layout.b_type:before{ display:none;} */
	#top_layout.b_type{height:70px;padding-left:50px}
	#top_layout .top_wrap .logo_wrap{width:215px;height:39px;margin:15px 0;}
	#top_layout .top_wrap .logo_wrap a{background-position: -258px 0;}
	#top_layout .left_utile{width:70px;}
	#top_layout .left_utile li{ display:none;}
	#top_layout .left_utile li.sitemap{ display:inline-block;width:70px;height:70px;}
	#top_layout .left_utile li.sitemap a{background-position: -96px -50px;}
	
	/*
	#foot_layout{ padding:30px 20px;}
	*/
	#top_layout .top_wrap .utile_wrap .n1,
	#top_layout .top_wrap .utile_wrap .n3{display:none;}
	

	#gnb_layout{ display:none;}
	
	/*
	#foot_layout .foot_wrap .sitelink_box .site_wrap{display:none;}
	#foot_layout .foot_wrap .utile_wrap li{ float:none;}
	#foot_layout .foot_wrap .utile_wrap li a{ font-size:14px;}
	#foot_layout .foot_wrap .site_wrap{ margin:10px 0; position:relative;}
	#foot_layout .foot_wrap address,
	#foot_layout .foot_wrap .copy{ font-size:14px; text-align:center; line-height:16px;}
	*/
	#link_book.on{height:auto;}
	#link_book .book_cnt{padding:0 20px 20px;}
	#link_book .book_cnt .cnt_wrap{width:100%;}
	#link_book .book_cnt .cnt_wrap [class^="sector"]{float:none;width:100%;}
	#link_book .book_cnt .cnt_wrap .sector2 .department{margin:0 0 0 -8px;padding-top:0;}
	#link_book .book_cnt .cnt_wrap .sector2 .department li{display:inline-block;float:left;margin:0 0 0 8px;}

	#foot_layout .foot_wrap address{margin-bottom:0;}
	#foot_layout .foot_wrap .copy{margin-top:0;}
}

@media (max-width:767px){
	#top_layout{ padding:0 20px; box-sizing:border-box;}
	#foot_layout{padding:20px 10px;}

	#link_book .book_cnt .cnt_wrap{padding:30px 0 0;}
	#link_book,
	#link_book .book_btn{height:49px;}
	#link_book .book_btn a{padding:0 0 0 39px}
	#link_book .book_btn a p b,
	#link_book .book_btn a p > span{font-size:14px;}
	#link_book .book_btn a:after{width:23px;height:33px;background-position:-183px -152px;}
	#link_book .book_cnt .cnt_wrap [class^="sector"] .college > li{width:47%;min-height:0;}
	
	#foot_layout{padding:20px 0;}
	#foot_layout .foot_wrap{text-align:left;padding:0 20px;}
	#foot_layout .foot_wrap .utile_wrap:after{display:block;overflow:hidden;clear:both;content:'';}
	#foot_layout .foot_wrap .utile_wrap li{float:left;width:50%;}
	#foot_layout .foot_wrap .utile_wrap li:before{display:none;}
	#foot_layout .foot_wrap .utile_wrap li a{padding:0;width:100%;}
	#foot_layout .foot_wrap address,
	#foot_layout .foot_wrap .copy{text-align:left;}
	#foot_layout .foot_wrap address span{display:block;}
	#foot_layout .foot_wrap .copy span{display:block;}
}