/* set */
body {font-size:16px !important;margin:0;padding:0;font-family: 'NanumSquareNeo', NotoSans, 'Noto Sans KR', Dotum, "돋움", sans-serif; color:#000;font-weight:400;}
input, select, button{font-family: SCDream, "에스코어드림", NotoSans, 'Noto Sans KR', Dotum, "돋움", sans-serif;}
body *{ box-sizing:border-box;}
a {color: #000; font-size: 18px;}
::selection {background:#382d70;color:#fff;text-shadow:none;}

#skip{top:0;right:0;position:absolute;width:100%;height:15px;text-align:center}
#skip li a{display:block;left:-10000px;position:absolute;top:0;width:100%;text-align:center;z-index:0;height:1px}
#skip li a:hover, #skip li a:focus, #skip li a:active {background:#363636;position:absolute;top:0px;left:0;z-index:5;color:#fff;width:100%;height:25px;padding:5px 0 0 0;}

.blind{display:block;overflow:hidden;position:absolute;top:0;left:-5000px;font-size:1.8em}
.hide{display:none !important;margin:0;padding:0}

/* 컬러 */
:root {
--color1: #7035d2;
--bg: #f9f6ff;  
--bg_grey: #f8f8f8;
--bg_white:#ffffff;
}


#content h3{margin:0;padding:0;text-align:left;border:none;}

.main_container{margin: 0 !important;}
.m_con{padding: 40px 20px;}

h2{margin-bottom: 30px;font-size: 1.5rem;font-weight: 700;line-height: 1.2em;word-break: keep-all;}
h2 span{font-size: 1.2rem;font-family:'sebang';letter-spacing: 0.15em;color: var(--color1);}

.btn a.more{display: inline-block;color: var(--color1);font-size: 20px;font-weight: 500;vertical-align: middle;}
.btn a.more span::after,.btn button{display: inline-block;box-sizing: border-box;width: 50px;height: 50px;font-size: 0;border-radius: 50%;border: 1px var(--color1) solid;background: url('/images/new_dept/m_ico.png') no-repeat;vertical-align: middle;}
.btn a.more span::after{content: '';margin-left: 15px;background-position: 50% -149px;}
.btn button.prev{background-position: 50% -71px;}
.btn button.next{background-position: 50% -109px;}


/* 비주얼존 */
.m_con.main01{padding: 0;}
.visual{position: relative;}
.visual .tit{position: absolute;top: 10%;left: 20px;color: var(--bg_white); z-index:1;}
.visual .tit span{display: block;margin-bottom: 4px;font-size: 0.9rem;font-weight: 600;}
.visual .tit p{font-size: 2.1rem;font-weight: 700;}
.visual .sns{position: absolute;bottom: 10%;right: 4%;display: flex;flex-wrap: wrap;z-index: 1;}
.visual .sns a{display: block;width: 25px;height: 25px;margin-left: 6px;font-size: 0;background: url('/images/new_dept/m_sns.png');}
.visual .sns .insta{background-position: 50% -76px;}
.visual .sns .facebook{background-position: 51% -17px;}
.visual .sns .kakao{background-position: 50% -193px;}
.visual .sns .blog{background-position: 50% -135px;}
.visual .sns .youtube{background:url('/upload_data/board_data/CNT_ATCHDOWN/172836239921021.png')no-repeat center;}
.visual .sns .x{background-position: 50% -306px;}
.visual .img_area{}
.visual .img_area .img{width: 100%;}
.visual .img_area .img img{width: 100%;}
.visual .img_area .control{position: absolute;bottom: 10%;left: 20px;}
.visual .img_area .control button{width: 30px;height: 30px;border: none;}
.visual .img_area .control button.prev{background-position: 50% -5px;}
.visual .img_area .control button.next{background-position: 50% -43px;}
.visual .img_area .control span{display: inline-block;color: var(--bg_white);vertical-align: middle;font-weight: 600;font-size: 0.7rem;}
.visual .img_area .control span::before{content: ''; display: inline-block; width: 100px; height: 2px; margin: 0 10px; background: var(--bg_white); vertical-align: middle;}

/* 학과소개 */
.main02{background: var(--bg);}
.intro p.txt{margin-bottom: 30px;word-break: keep-all;line-height: 1.5em;font-size: 0.9rem;}
.intro p.txt br{display: none;}
.intro p.img{margin-bottom: 30px; text-align: center;}
.intro p.img img{width: auto; max-width: 100%;}
.intro .btn{text-align: center;}

/* 학과소식 */
.news{overflow: hidden;}
.news img{width: 100%;}
.news ul li{padding: 20px; background: var(--bg_grey); border-radius: 5px; text-align: center;}
.news ul li .img{margin-bottom: 20px;}
.news ul li .txt strong{display: block;width: 100%;margin-bottom: 20px;font-size: 1rem;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news ul li .txt em{display: none;}
.news .control .btn{margin-top: 20px; text-align: center;}
.news .control .btn .more{font-size: 0;}
.news .control .btn a.more span::after{margin-left: 0;}

/* 안내사항 */
.main04{background: var(--bg) url('/images/new_dept/m_bg1.png') no-repeat bottom left;}
.notice{position: relative;}
.notice .con .n_list{display: none; }
.notice .con.on .n_list{display: block;}
.notice .con{margin-bottom:10px;}
.notice .con h3{height: 70px;background: var(--bg_white);padding: 15px 30px 0 !important;}
.notice .con h3 a{display: inline-block;font-size: 1.2rem;transition: 0.3s ease;}
.notice .con h3 a::before{content: ''; display: inline-block; width: 3px; height: 20px; margin-right: 14px; background: #000; border-radius: 2px; transform: rotate(-45deg); vertical-align: middle;} 
.notice .con.on h3 a{color: var(--color1);font-weight: 900;}
.notice .con.on h3 a::before{background: var(--color1);}
.notice .con h3 a:hover,.notice .con h3 a:focus{color: var(--color1);}
.notice .con .n_list ul{margin-bottom: 20px;}
.notice .con .n_list ul li a{display: block;padding: 20px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 1rem;font-weight: 600;border-bottom: 1px #e6dafd solid;}
.notice .con .n_list ul li:last-child a{border: none;}
.notice .con .n_list ul li a:focus span,.notice .con .n_list ul li a:hover span{color: var(--color1); transition: 0.3s ease;}
.notice .con .n_list ul li a em{display: none;}
.notice .con .n_list .btn{margin-bottom: 20px; text-align: center;}

/* 링크서비스 */
.main05{background: var(--bg_grey);}
.link li{margin: 14px 0;}
.link li a{display: block; height: 65px; padding-top: 23px; text-align: center; box-shadow: 0 0 6px 6px #f2f2f2; background: var(--bg_white); font-size: 20px; font-weight: 500;}
.link li a:hover,.link li a:focus{color: var(--color1); font-weight: 600;}

@media (min-width:768px){
.m_con{padding: 60px 4%;}
h2{margin-bottom: 60px; font-size:30px}
h2 span{font-size:24px;}
    
.visual .tit{top: 20%;left:4%;}
.visual .tit span{margin-bottom:10px; font-size: 1.5rem;}
.visual .tit p{font-size: 3.5rem;}
.visual .sns{right:4%;bottom: 60px;}
.visual .sns a{width: 60px; height: 60px; border:1px #fff solid; border-radius:50%;}
.visual .sns .insta{background-position: 50% -60px;}
.visual .sns .facebook{background-position: 51% 0px;}
.visual .sns .kakao{background-position: 50% -177px;}
.visual .sns .blog{background-position: 50% -118px;}

.visual .sns .x{background-position: 50% -288px;}
.visual .img_area .control{left: 4%; bottom: 60px;}
.visual .img_area .control button{width: 60px;height: 60px;border: 1px var(--bg_white) solid;}
.visual .img_area .control button.prev{background-position: 50% 11px;}
.visual .img_area .control button.next{background-position: 50% -27px;}
.visual .img_area .control span{font-size:0.9rem;}
.visual .img_area .control span::before{width: 200px;}

    
.intro{display: flex; justify-content: space-between; flex-wrap: wrap;}
.intro p.txt{width: 50%;} 
.intro p.img{width: 45%; margin-bottom: 0;}

.main03 .wrap{position: relative;}
.news ul li{position: relative; display: flex; justify-content: end; height: 280px; margin-bottom: 50px; padding: 0; background: none;}
.news ul li .img{position: absolute; left: 0; width: 280px; margin-bottom: 0;}
.news ul li .txt{width: 55%; margin: 50px 0; text-align: right;}
.news ul li .txt em{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-style: normal; font-weight: 400;}
.news ul li .txt .btn{position: absolute; bottom: 50px; right: 0; }
.news ul li:nth-of-type(even){justify-content: flex-start; margin-bottom: 0;}
.news ul li:nth-of-type(even) .img{right: 0;left: auto;}
.news ul li:nth-of-type(even) .txt{text-align: left;}
.news ul li:nth-of-type(even) .txt .btn{right: auto; left: 0;}
.news ul li .txt strong{font-size:1.1rem;}
.news .control{position: absolute; top: 10px; right: 0;}
.news .control .btn{margin-top: 0;}

.notice{position: relative; height: 320px;}
.notice .con{margin-bottom:0;}
.notice .con h3{display: inline-block;height: auto;padding: 0 !important;margin: 0 0 20px 0!important;background: none;}
.notice .con h3 a{font-size: 24px;}
.notice .con h3 a::before{margin-right: 24px;}
.notice .con.on h3 a{font-size: 30px;}
.notice .con .n_list{position: absolute;top: 0;right: 0;width: 75%;max-width: 980px;}
.notice .con .n_list ul{margin-bottom: 0;}
.notice .con .n_list ul li a{position: relative;padding: 30px 80px 30px 0;font-size: 1.1rem;}
.notice .con .n_list ul li a::after{content: ''; position: absolute; top: 28px; right: 30px; display: block; width: 31px; height: 20px; background: url('/images/new_dept/m_ico.png') no-repeat; background-position: 50% -208px;}
.notice .con .n_list .btn{position: absolute; top: -92px; right: 0; margin-bottom: 0;}
.notice .con .n_list ul li a:hover::after,
.notice .con .n_list ul li a:focus::after{transform: translateX(20px); transition: 0.3s ease;}

.main05 h2{margin-bottom: 30px;}
.link ul{display: flex; justify-content: space-between;}
.link li{width: 31.33%; margin: 0;}

}

@media (min-width:1023px){
    
.main02 .wrap{position: relative;}
.intro{flex-direction: column;}
.intro p.txt{width: calc(100% - 540px);margin-bottom: 60px;font-size: 1rem;} 
.intro p.img{position: absolute; right: 0; top: 0; width: auto;}
.intro p.img img{width: 500px;}
.intro .btn{text-align: left;}

.news ul li{height: 360px;}
.news ul li .img{width: 360px;}
.news ul li .txt strong{font-size: 1.5rem;}
.news ul li .txt em{font-size: 1.2rem;}
.news .control .btn .more{font-size: 20px;}
.news .control .btn a.more span::after{margin-left: 15px;}

.notice .con .n_list ul li a em{display: inline-block; margin-right: 50px; font-style: normal; font-weight: 400;}

}

@media (min-width:1440px){
.m_con{padding: 70px 0;}
.wrap{width: 1400px; margin: 0 auto;}
h2{font-size: 34px;}
.btn a.more span::after,.btn button{width: 60px; height: 60px;}
.btn a.more span::after{background-position: 50% -145px;}
.btn button.prev{background-position: 50% -66px;}
.btn button.next{background-position: 50% -103px;}


.visual .tit{top: 20%;left:0;right:0;width:1400px;margin:0 auto;}
.visual .tit span{font-size:2.45rem;}
.visual .tit p{font-size:5.9rem;}
.visual .sns{right: calc((100% - 1400px) / 2);bottom: 60px;margin: 0 auto;}
.visual .img_area .control{bottom: 60px; left: calc((100% - 1400px) / 2);}
.visual .img_area .control .btn{display: inline-block;}
.visual .img_area .control button.prev{background-position: 50% 11px;}
.visual .img_area .control button.next{background-position: 50% -27px;}
.visual .img_area .control span{font-size:1rem;}

.main02{position: relative; background: none;}
.main02::after{content: '';position: absolute;top: 40%;right: 0;display: block;width: 165px;height: 765px;background: url('/images/new_dept/m_bg.gif') no-repeat;z-index: 0;}
.main02::before{content: '';display: block;position: absolute;top: 0;left: 0;width: 70%;height: 1000px;background: var(--bg);z-index: -1;}
.intro p.txt br{display: block;}

.main03{background:#fff;}
.main03 .wrap:after{content: 'scroll'; display: block; position: absolute; top: 155px; left: -14px; font-size: 18px; font-family:'sebang'; color: #cacaca; transform: rotate(-90deg);}
.news{width: 1200px; height: 770px; margin: 0 auto;}
.news::after{content: ''; position: absolute; top: 190px; right: 0; display: block; width: 1200px; height: 670px; background: var(--bg_grey); z-index: -1;}
.news::before{content: ''; position: absolute; bottom: 60px; left: 8px; display: block; width: 1px; height: 650px; background: #e1e1e1;}
.news ul li .txt{width: 65%; margin: 100px 0;}
.news ul li:nth-of-type(even) .txt{margin: 50px 0;}
.news ul li:nth-of-type(even) .txt .btn{bottom: 100px;}
.news .control .btn button{background-color: #fff;}
.news .control .btn a.more span::after{background-color: #fff;}

.main04{position: relative; z-index: 0;}
.main04::after{content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 1105px; height: 465px; background: url('/images/new_dept/m_bg2.png') no-repeat; opacity: 0.05; z-index: -1;}
.notice .con .n_list .btn{top: -132px;}

.main05 .wrap{display: flex; justify-content: space-between;}
.main05 h2{margin-bottom: 0;}
.link{width: 980px;}
}     

/* 상단겹치게 */
/* @media (min-width:1200px){
#header_top{position:absolute;width:100%;z-index: 9; border-bottom: 1px rgba(255,255,255,0.2) solid;}
#header{position:absolute;top: 66px;width:100%;margin-top: 0;border-bottom: 1px rgba(255,255,255,0.2) solid;z-index: 8;}
#header_top *{color:#fff;}
#header *{color:#fff;}
.header_left li a{border-right: 1px rgba(255,255,255,0.2) solid;}
.header_left li.on{background:none; border-left: 1px rgba(255,255,255,0.2) solid;}
.header_right li{border-left: 1px rgba(255,255,255,0.2) solid;}
.header_right .hr_txt05{background:url(/images/000inc/header_search01.png) 18px center no-repeat; border-left: 1px rgba(255,255,255,0.2) solid;border-right: 1px rgba(255,255,255,0.2) solid;}
#header h1 span.logo{width: 200px; background: url('/images/000inc/logo_copy.png') no-repeat;}
#header h1 span.logo img{display:none;}
.new_sns div{background:none;}
.new_sns div a{border:none;}
.hl_down01{z-index:99;}
.hl_down01 li a{color: #000 !important;}
.h_down_icon{ background:url("/images/000inc/h_top_down_icon.gif") right 6px no-repeat; height:8px; padding-right:15px;} 
*/           

/*상단 메뉴*/
#gnavibox {width: calc(100% - 380px);}
#gnavi .gnavi {margin:0 0 0 3%;}
#gnavi .gnavi > div {left: calc(50% - 105px);}
#gnavi .gnavi > .ly_center {width:210px;}         
#header h1 span {margin-left:0; font-size:1.4rem;}       

 @media (min-width:1440px){
#gnavi .gnavi {margin:0 0 0 5%;}
}                                                                                                                                                                                          