﻿@charset "utf-8";

/* 슬라이드 공용 */
.slick-slider{transition:all ease-in-out .3s; 	box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;  user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-slide{ display:none; height:100%; min-height:1px; vertical-align:middle;}
.slick-list{ overflow:hidden; }
.slick-list.dragging{ cursor:pointer;}
.slick-initialized .slick-slide{ display:inline-block;}
.slick-arrow.slick-hidden { display:none;}
.slick-current { opacity:1; display:block;}

/* 메인비주얼 */
.main_visual {position:relative; text-align:center;}/* 190612 */
	/* 슬로건 190613 수정*/ 
	.main_visual .slogan_wrap{position: absolute; max-width:1400px; top:35%; left:50%; margin-left:-700px; z-index:200;}
	.main_visual .slogan{max-width:550px;}
	.main_visual .slogan .txt{float:left; line-height:1.3; color:#fff; text-align:left; padding:60px 130px 0 0; overflow:hidden; letter-spacing:-1px; background:url('/images/schl/cec/main/bg_slogan.png') no-repeat right top;} 
	.main_visual .slogan .txt .txt01{font-family: 'NotoL'; position: relative; font-size:28px; letter-spacing: -3px; padding:10px 0 0;} 
	.main_visual .slogan .txt .txt01::after{content:""; width:40%; height:1px; background:#fff; position: absolute; right:0; top:0;}
	.main_visual .slogan .txt .txt01 span{font-size:42px; font-family: 'NotoR'; }
	.main_visual .slogan .txt .txt02{font-size:38px;font-family: 'NotoB';white-space: nowrap;}/*250619*/
	.main_visual .slogan .slick-dots{ position: absolute; left:20px; bottom:-29px;}
	.main_visual .slogan .slick-dots li{ position: relative; display: inline-block; margin: 0 3px; padding: 0; cursor: pointer; }
	.main_visual .slogan .slick-dots li button{ display: block; width: 10px; height: 10px; border-radius:20px; cursor: pointer; border:2px solid #fff; font-size:0; overflow: hidden;}
	.main_visual .slogan .slick-dots li.slick-active button{background:#fff;}

	/* 이미지 */
	.main_visual .visual{position: relative; z-index: 100; top:0;}
	.main_visual .visual img{width:auto; height:100%; transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease; }

	/* 버튼 */
	.main_visual .btn_slider{position: absolute; left:0px; bottom:-30px;}
	.main_visual .btn_slider button{border:0px; font-size:0; width:15px; height:15px;}
	.main_visual .btn_slider button.btn_stop{background:url('/images/template/00102/layout/btn_stop.png') no-repeat center;}
	.main_visual .btn_slider button.btn_play{display:none; background:url('/images/template/00102/layout/btn_play.png') no-repeat center;}

/* 공지사항 */
.notice {position:relative; height:100%; text-align:center;}
.notice h2{display:inline-block;}
.notice h2 a {display:block; font-size:22px; padding:0 30px 20px; font-family:'NotoR'; letter-spacing: -1px; overflow:hidden; font-weight:normal; text-align:center; color:#666; position: relative;}
.notice h2 a:hover{color:#f76e00;}
.notice h2.current a {font-family:'NotoB'; color:#000; background:url('/images/schl/cec/main/bg_noti_ov.png') no-repeat right bottom;}
.notice h2.current a::after{content:""; width:100%; height:2px; background:#005aab; position: absolute; bottom:8px; left:-19px;}
.notice .list_box {display: none;width:100%; position:absolute; left:0; top:80px; }
.notice .list_box.on {display:block;}
.notice .list_box ul {height:140px; padding:0 30px; overflow: hidden;}
.notice .list_box ul li {width:32%; float:left; margin-left:2%; border-top:1px solid #000;}
.notice .list_box ul li:first-child  {margin-left:0;}
.notice .list_box ul li a {display:block; position: relative; padding-top:30px; font-size:14px; text-align:left; } 
.notice .list_box ul li a::after{content:""; width:65px; height:19px; position: absolute; bottom:0; right:10px; background:url('/images/schl/cec/main/btn_more_arr.png') no-repeat center;}
.notice .list_box ul li a:hover::after{right:0;}
.notice .list_box ul li a dl dt {height:24px; line-height:24px; font-size:16px; font-family:'NotoB'; color:#222; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.notice .list_box ul li a dl dd.txt {height:34px; margin:15px 0; line-height:18px; overflow:hidden; color:#666;}
.notice .list_box ul li a dl dd.date {padding-left:24px; color:#666; background:url('/images/schl/cec/main/icon_clock.png') no-repeat left center;}
.notice .list_box ul li a:hover dl dt{color:#f76e00; text-decoration: underline;}
.notice .list_box ul li a:hover dl dd.txt{text-decoration: underline;}
.notice a.btn_more {position:absolute; width:19px; height:19px; top:-70px; right:30px; font-size:0; background:url('/images/schl/cec/main/btn_more.png') no-repeat right center; }
.notice a.btn_more:hover{transform: rotate(180deg);}
.notice h2 a, .notice .list_box ul li a::after, .notice .list_box ul li a dl dt, .notice .list_box ul li a::before, .notice a.btn_more{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

/* 학과소개 */
.major_info{width:100%; height:100%; position: relative; color:#fff; background:url('/images/schl/cec/main/bg_majorinfo.png')no-repeat center; background-size:cover;}
.major_info::after{content:""; width:3px; height:70px; background:#fff; position: absolute; right:20px; bottom:0;}
.major_info h3{font-size:30px; font-family: 'NotoM'; padding:40px 30px 10px; letter-spacing: -1px;}
.major_info p{font-size:16px; word-break: keep-all; padding:0 30px;}
.major_info a.btn_more{ position: relative; display:inline-block; line-height:45px; margin:20px 0 0 30px; }
.major_info a.btn_more span{position: relative; z-index:2; font-size:14px;padding-right:20px; color:#fff; background:url('/images/schl/cec/main/btn_arr_wh.png')no-repeat right center; font-family: 'NotoM';}
.major_info a.btn_more:hover span{color:#000; padding-right:40px;}
.major_info a.btn_more::after{content:""; width:45px; height:45px; position:absolute; right:-18px; top:0; background:rgba(234, 99, 0, 0.5); border-radius:45px; z-index: 0;}
.major_info a.btn_more:hover::after{background-color:rgba(0,0,0,0.5);}
.major_info a.btn_more span, .major_info a.btn_more::after{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

/* 포토갤러리 */
.gallery{width:100%; position: relative;}
.gallery h3{ font-size:22px; font-family:'NotoB'; color:#000;}
.gallery .sub{font-size:14px;font-family:'NotoM'; color:#333;}
.gallery ul{margin-top:30px;}
.gallery ul li{width:31%; margin-left:2%; float:left; position: relative; background:url('/images/schl/cec/main/bg_pattern.gif');}
.gallery ul li:first-child{margin-left:0;}
.gallery ul li .img{width:100%; height:260px; overflow:hidden; position: relative;}
.gallery ul li .img img{width:100%; height:100%;}
.gallery ul li .txt{ padding:40px 0 20px; text-align:center; font-size:15px; font-family: 'NotoM'; color:#000; position: relative; }
.gallery ul li .txt span{height:24px; padding:0 10px; display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.gallery ul li .txt::before{content:""; position: absolute; width:45px; height:45px; top:-22.5px; left:50%; margin-left:-22.5px; border-radius:45px; box-shadow:0px 0px 5px rgba(0,0,0,0.5); background:#abab00 url('/images/schl/cec/main/icon_camera.png') no-repeat center;}
.gallery ul li a:hover .img img{transform:scale(1.2);}
.gallery ul li a:hover .txt{text-decoration: underline;}
.gallery a.btn_more {position:absolute; width:19px; height:19px; top:-70px; right:30px; font-size:0; background:url('/images/schl/cec/main/btn_more.png') no-repeat right center; }
.gallery a.btn_more:hover{transform: rotate(180deg);}
.gallery ul li .img img, .gallery a.btn_more::before{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

/* 바로가기 */
.m_link{position:relative; width:100%; height:100%; overflow:hidden; font-family:'NotoM'; background:url('/images/schl/cec/main/bg_pattern.gif')}
.m_link::after{content:""; width:3px; height:40px; background:#f76e00; position: absolute; right:20px; top:0;}
.m_link h3{font-size:22px; color:#000; padding:45px 25px 0;}
.m_link .sub{font-size:14px; color:#333; padding:0 25px;}
.m_link ul{margin:10px 25px 0;}
.m_link li a{display:block; position: relative; line-height:34px; padding:25px 0 25px 100px; border-top:1px solid #fff; color:#000; font-size:18px;}
.m_link li:first-child a{border-top:0;}
.m_link li a::after{content:url('/images/schl/cec/main/btn_arr_bk.png'); position: absolute; right:10px;}
.m_link li a:hover{color:#005aab;}
.m_link li a:hover::after{right:0;}
.m_link li a .ico{position: absolute; width:60px; height:60px; left:0; top:10px; background:#fff; border-radius:60px;}
.m_link li a .ico img{padding:13px;}
.m_link li a .ico::before{content:""; width:28px; height:2px; background:#fff; position: absolute; left:54px; top:30px;}
.m_link li a .ico::after{content:""; width:7px; height:2px; background:#999; position: absolute; left:54px; top:30px;}
.m_link li a:hover .ico{left:10px; background:#CCC;}
.m_link li a:hover .ico::before{background:#005aab;}
.m_link li a:hover .ico::after{background:#fff;}
.m_link li a, .m_link li a::after, .m_link li a .ico, .m_link li a .ico::before, .m_link li a .ico::after{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

@media screen and (max-width:1300px) {	

}

@media (max-width:1019px) {

	/* 메인비주얼 */
	.main_visual .slogan_wrap{max-width:100%; width:85%; top:25%; left:5%; margin-left:0;}/* 수정 190925 */
	.main_visual .slogan{max-width:100%;}
	.main_visual .slogan .txt{background-size:auto 70%; padding:30px 70px 0 0;}
	.main_visual .slogan .txt .txt01{font-size:22px;}
	.main_visual .slogan .txt .txt01 span{font-size:38px;}
	.main_visual .slogan .txt .txt02{font-size:32px;} /* 수정 190925 */
	.main_visual .visual img{width:auto; height:500px;}
	
	/* 공지사항 */
	.notice .list_box ul{padding:0;}
	.notice .list_box ul li {width:48%; margin-left:4%;}

	/* 포토갤러리 */
	.gallery ul{ height:285px; margin-top:20px; overflow: hidden;}
	.gallery ul li{width:100%;}
	.gallery ul li .img{height:220px;}
	.gallery ul li .txt{padding:30px 0 20px;}

	/* 바로가기 */
	.m_link h3{padding:20px 25px 0;}
	.m_link li{width:50%; float:left;}
	.m_link li a{margin:0 10px;}
	.m_link li:nth-child(2) a{border-top:0;}

}

@media (max-width:860px) {

	/* 메인비주얼 */
	.main_visual .visual img{margin-left:-10%;}
}


@media (max-width:680px) {	

	/* 메인비주얼 */
	.main_visual .slogan_wrap{width:90%; top:20%;}
	.main_visual .visual img{margin-left:-30%;}

}

@media (max-width:580px) {

	/* 포토갤러리 */
	.gallery ul{height:330px;}
	.gallery ul li .img{height:260px;}

	/* 바로가기 */
	.m_link h3{padding:20px 25px 0;}
	.m_link li{width:100%; float:left;}
	.m_link li:nth-child(2) a{border-top:1px solid #fff;}
		
}

@media (max-width:480px) {

	/* 메인비주얼 */	
	.main_visual .visual img{height:350px ;}
	.main_visual .slogan_wrap{top:30%; width:100%;}/* 수정 190925 */
	.main_visual .slogan .txt{padding:20px 40px 0 0;}
	.main_visual .slogan .txt .txt01{font-size:18px;}
	.main_visual .slogan .txt .txt01 span{font-size:25px;}
	.main_visual .slogan .txt .txt02{font-size:24px;}/* 수정 190925 */
	/* 공지사항 */
	.notice .list_box{top:75px;}
	.notice .list_box ul{height:280px; padding:0;}
	.notice .list_box ul li {width:100%; margin-left:0%;}
	.notice .list_box ul li a{padding:20px 0;}
	.notice .list_box ul li a::after{bottom:20px;}
	
}

@media (max-width:390px) {	
}


