/*메인비주얼*/
.visual{height:80vh;  position: relative;}
.visual .inner{max-width:93.75rem; margin: 0 auto;}
.main_slide .inner { height: 100%;}
.main_slide .slide {background-image: url("../images/main/main_01.jpg"); background-size: cover; background-position: center center;}
.main_slide .slide_text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-70%); color: #fff; z-index: 3; text-align: center; width: 100%;}
.main_slide .slide_text small{font-size: 1.4rem; letter-spacing: 0.188rem; opacity: .6; display: block; margin-bottom: .7rem;}
.main_slide .slide_text p {font-size: 1.5rem; line-height: 1.4;margin-top: .5rem; letter-spacing: 0.125rem;}
.main_slide .slide_text strong {font-size: 3.625rem; letter-spacing: 0.1875rem; font-weight: 800;}
.visual_pagination{position: absolute;   bottom: 30% !important;  z-index: 1; text-align: center;}
.visual_pagination .swiper-pagination-bullet {background: #fff; opacity: .5;}
.visual_pagination .swiper-pagination-bullet-active{opacity: 1;}

/*퀵메뉴*/
.quick {position: absolute; bottom: 0; z-index: 10; width: 100%; background: rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center;}
.quick ul{display: flex; max-width:93.75rem; justify-content: center; align-items: center; border-left: 0.0625rem solid rgba(255,255,255,.22); width: 100%;}
.quick ul li {width: calc(100% / 6); text-align: center; border-right: 0.0625rem solid rgba(255,255,255,.22); position: relative; overflow: hidden;}
.quick ul li a{color: #fff; padding: 1.563rem 0.938rem; display: inline-block; text-align: center; position: relative; z-index: 1;}
.quick ul li span{display: block; padding-top: 0.625rem;}
.quick ul li:hover:after{opacity:1; transform:translateY(0); transition:.3s;}
.quick ul li:after{content:'';position: absolute; width: 100%; height: 100%; background: rgba(0,119,100,.7); left: 0; top: 0; margin-top:0; opacity:0; transform:translateY(3.125rem); transition:.3s;}

/*공지사항*/
.main_title{font-size: 2.25rem; padding-bottom: 1.875rem; font-weight: 500; }
.main_title span{color: #007764; font-weight: 700; position: relative;}
.main_title span:after{content: ''; display: inline-block; width: 0.4375rem; height: 0.4375rem; background: #007764; position: absolute; right: -0.625rem; top: -0.1875rem; border-radius: 3.125rem;}
.empty {color: #555;  padding: 1.25rem 1.875rem; text-align: center; width: 100%; }
.empty i{font-size: 2rem; color:#a5acb7;}
.section_1 {padding: 6.25rem 0;}
.section_1 .main_title{text-align: center;}
.section_1 .inner{max-width:93.75rem; margin: 0 auto; position: relative;}
.notice_tab {width: 100%; display: flex; gap: 1.875rem;justify-content: center; padding-bottom: 1.875rem;}
.notice_tab button{display: block;font-size: 1.25rem;font-weight: 500; color: #ADADAD; text-align:left; position: relative;}
.notice_tab button.active{color: #444;}
.notice_tab button.active:after{content: ''; width: 100%; height: 0.625rem;  background: #cbe4ae; display: inline-block; position: absolute; bottom: 0; left: 0; border-radius: 3.125rem; z-index: -1;}
.notice_tab button i {position: absolute; right: 1.875rem; top: 50%; transform: translateY(-50%)}
.notice_tab button:before{content:''; display: inline-block; width: 0.3125rem; height: 0.3125rem; background: #D9D9D9; position: absolute; left: -1.125rem; top: 50%; transform: translateY(-50%); border-radius: 3.125rem; }
.notice_tab button:first-child:before{display: none;}
.notice_list_wrap{ border-top: 0.0625rem solid #D7D7D7; border-bottom: 0.0625rem solid #D7D7D7; }
.notice_list_wrap .inner{display: flex;}
.notice_list {display: flex; flex-wrap: wrap; width: 70%;}
.notice_item {background: #fff;width: calc(100% / 2); position: relative;  border-left: 0.0625rem solid #D7D7D7;}
.notice_item:nth-child(1),.notice_item:nth-child(2){border-bottom: 0.0625rem solid #d7d7d7;}
.notice_item:nth-child(even){border-right: 0.0625rem solid #d7d7d7;}
.notice_item a{position: relative; z-index: 2; display: block; padding: 2.188rem 2.813rem; transition: all .3s; }
.notice_item .label{font-style: normal; color: #007764; font-weight: 800; display: inline-block; padding: 0.125rem 0.625rem; margin-bottom: 0.9375rem; font-size: 0.813rem; border: 0.125rem solid #007764; border-radius: 3.125rem;  transition: all .3s;}
.notice_item .title {font-size: 1.25rem; font-weight: 700; margin-bottom: 0.9375rem; transition: all .3s;}
.notice_item .date {color: #B7B7B7; font-size: 0.875rem; transition: all .3s;}
.notice_item .desc {color: #868686; transition: all .4s; min-height: 3rem; margin-bottom: 0.9375rem;}
.notice_list.first{width: 30%;}
.notice_list.first .notice_item{width: 100%;border-bottom: 0;}
.notice_list.first a{height: 100%; padding: 3.125rem 5.625rem 6.25rem 5.625rem;}
.notice_list.first .label{font-size: 3rem; color: #222; border: 0; margin-bottom: 1.875rem; padding: 0;}
.notice_list.first .title {margin-bottom: 2.1875rem;}
.notice_list.first .date{font-size: 1.063rem; display: block;}
.notice_list.first .more {display: inline-block; margin-top: 4.375rem; color: #7C7C7C; position: relative;}
.notice_list.first .more i{transition: all .2s;}
.notice_item:hover a{background: #007764; box-shadow: 0 0 0.625rem rgba(0,0,0,.5); }
.notice_item:hover .label, .notice_item:hover .title, .notice_item:hover .date, .notice_item:hover p,.notice_list.first:hover .more{color: #fff;}
.notice_item:hover .label{border: 0.125rem solid #fff;}
.notice_list.first .notice_item:hover .label{border: none;}
.notice_item:hover .more i{transform: rotate(45deg); display: inline-block;}
.notice_item .more:after {content: '';width: 0;height: 0.0625rem;background-color: #fff;position: absolute;left: 0;bottom: 0;transition: all .2s;}
.notice_item:hover .more:after {width: 100%;}

/*갤러리*/
.section_2 {position: relative;}
.section_2 .inner{max-width: 93.75rem; margin: 0 auto; display: flex;}
.gallery {width: 60%; position: relative; padding: 5rem 9.375rem 5rem 5.625rem;}
.gallery:before{content: ''; width: 130%; height: 100%; display: inline-block; border-radius: 0 5.625rem 1.25rem 0; background: url("../images/main/gallery_bg.png") no-repeat; background-size: cover; position: absolute; right: 0; top: 0}
.gallery_list{display: flex; flex-direction: column; justify-content: space-between; height: 80%;}
.gallery_item .thumb {position: relative; width: 40%; padding-bottom: 25%;}
.gallery_item .thumb_img {position: absolute; inset: 0; border-radius: 0.9375rem; overflow: hidden;}
.gallery_item .thumb_img img {position: absolute; display: block; width: 100% !important; height: 100% !important; object-fit: cover;}
.gallery_item a{display: flex; gap: 1.25rem;}
.gallery_item .text_group{display: flex; flex-direction: column; justify-content: space-between; width: 60%;}
.gallery_item .title{font-size: 1.25rem; margin-bottom: 0.9375rem;}
.gallery_item .desc{color: #777; font-size: 0.938rem;}
.gallery_item .date{color: #989898; font-size: 0.875rem;}
.gallery .more {position: absolute; top: 5.625rem; right: 9.375rem; color: #626262; display: inline-block; }
.gallery .more:after {content: '';width: 0;height: 0.0625rem;background-color: #333;position: absolute;left: 0;bottom: 0;transition: all .2s;}
.gallery .more:hover:after {width: 100%;}
.gallery .more i{transition: all .2s;}
.gallery .more:hover i{transform: rotate(45deg); display: inline-block;}

/*sns*/
.sns {width: 40%; margin: 6.25rem 0;}
.section_2:after{content: 'DAEGU UNIVERSITY'; font-size: 2.3rem; color: #f7f7f7; font-weight: 900; letter-spacing: 1rem; position: absolute; left:63%; top: 1.875rem; line-height: 2.3rem;}
.sns .video_wrap {position: relative; width: 110%; padding-bottom: 60%; transform: translateX(-9%);}
.sns .main_video {position: absolute; inset: 0; border-radius: 1.25rem 1.25rem 0 1.25rem; overflow: hidden;box-shadow: 0.0625rem 0.25rem 1.125rem rgba(0,0,0,.25);}
.sns .main_video iframe {position: absolute; display: block; width: 100%; height: 100%; }
.sns_link {width: 100%; display: flex; border: 0.25rem solid #add47f; border-radius: 0 0 1.5625rem 0; align-items: center; gap: 0.625rem; justify-content: space-between; padding: 0.625rem 1.875rem; background: #fff; }
.sns_link dt{color: #333; font-size: 1.25rem;}
.sns_link dt span{color: #007764; font-weight: 800;}
.sns_link dd{position: relative;flex: 1 1 0;}
.sns_link dd a{display: flex; align-items: center; padding: 0.625rem; gap: 0.625rem; justify-content: center; color: #444; font-weight: 600;}

/*학사일정*/
.section_3{position: relative;}
.section_3 .inner{max-width: 93.75rem; margin: 0 auto; }
.schedule {display: flex;}
.schedule .title{width: 30%; padding: 3.75rem 5.625rem; position: relative; z-index: 3; }
.schedule .title:before{content: ''; background: linear-gradient(92deg, rgba(118, 184, 42, 0.70) 0%, rgba(0, 119, 100, 0.70) 100%); position: absolute; right: 0;  top: 0; width: 150%; height: 100%; z-index: -2; }
.schedule .title:after{content: ''; width: 25.625rem; height: 100%; background: url("../images/main/schedule_bg.png") no-repeat; display: inline-block; position: absolute; left: -40%; top:0; z-index: -1;}
.schedule .main_title{font-size: 2rem; color: #fff; position: relative; display: inline-block; padding-bottom: 0.9375rem;}
.schedule .main_title:after{content: ''; display: inline-block; width: 0.4375rem; height: 0.4375rem; background: #fff; position: absolute; right: -0.625rem; top: -0.1875rem; border-radius: 3.125rem;}
.schedule .title p{color: #fff; opacity: .75; font-weight: 400; margin-bottom: 1.875rem;}
.schedule .title .more{color: #fff; opacity: .75; font-weight: 400; display: inline-block; position: relative;}
.schedule .title .more:after {content: '';width: 0;height: 0.0625rem;background-color: #fff;position: absolute;left: 0;bottom: 0;transition: all .2s;}
.schedule .title .more:hover:after {width: 100%;}
.schedule .title .more i{transition: all .2s;}
.schedule .title .more:hover i{transform: rotate(45deg); display: inline-block;}
.schedule_list{width: 70%; display: flex; align-items: center; margin-left: 5rem; overflow: hidden;}
.schedule_list .schedule_item{ display: flex; align-items: center; gap: 1.25rem; position: relative;}
.schedule_list .schedule_item:before{content: ''; width: 0.0625rem; height: 5.625rem; background: #eaeaea; display: inline-block;}
.schedule_list .schedule_item:first-child:before{display: none;}
.schedule_list .date{padding-left: 0.9375rem;}
.schedule_list .schedule_item:first-child .date{padding-left: 0;}
.schedule_list .date .days{position:relative; display: inline-block; width: 4.0625rem; height: 4.0625rem; border: 0.0625rem solid #76B82A; border-radius: 3.125rem; font-size: 1.75rem; color: #76B82A; text-align: center; line-height: 4.0625rem; font-weight: 700;}
.schedule_list .date .days:after{content: ''; width: 1.5625rem; height: 0.0625rem; background:#76B82A; position: absolute; right: -0.9375rem; top: 50%; transform: translateY(-50%); }
.schedule_list .date .month{display: block; color: #76B82A; padding-top: 0.3125rem;}
.schedule_list .text .subject{font-size: 1.25rem; font-weight: 700; color: #333;}
.schedule_list .text .detail{color: #969696; font-size: 0.875rem;}
.schedule_list .swiper-wrapper{height: auto;}

@media all and (max-width:1500px) {
    /*메인비주얼*/
    .main_slide .slide_text {padding: 0 0.9375rem;}
    
    /*공지사항*/
    .notice_list.first a {padding: 3.125rem 2.5rem;}
}

@media all and (max-width:1200px) {
    /*갤러리*/
    .sns_link{flex-wrap: wrap;}
}

@media (max-width: 992px) {
    /*갤러리*/
    .section_2 .inner {flex-wrap: wrap;}
    .section_2:after{font-size: 1.5rem; top: 1rem;}
    
    /*학사일정*/
    .schedule .title{padding: 1.875rem;}
}

@media all and (max-width:767px) {
    
    /*메인비주얼*/
    .visual{height:500px;}
    .main_slide .slide_text small{font-size: 1.2rem;}
    .main_slide .slide_text p{font-size: 1.2rem;}
    .main_slide .slide_text strong {font-size: 2.5rem;}
    
    /*퀵메뉴*/
    .quick ul{flex-wrap: wrap;}
    .quick ul li{width: calc(100% / 3); border-bottom: 0.0625rem solid rgba(255, 255, 255, .22);}
    .quick ul li a{padding: 0.625rem;}
    .quick ul li a img{width: 2.5rem;}
    .quick ul li span{font-size: .95rem; padding-top: 0.3125rem;}
    
    /*공지사항*/
    .section_1{padding: 3.125rem 0;}
    .notice_list_wrap .inner{flex-wrap: wrap;}
    .notice_list.first {width: 100%; border-bottom: 0.0625rem solid #d7d7d7;}
    .notice_list.first a{padding: 1.875rem;}
    .notice_list.first .label{font-size: 2.5rem;}
    .notice_list.first .more{margin-top: 2.5rem;}
    .notice_list{width: 100%;}
    .notice_item a{padding: 1.5625rem;}
    
    /*갤러리*/
    .gallery {width: 100%; padding: 3.125rem 0.9375rem;}
    .gallery:before{border-radius: 0;}
    .gallery .more{top: 3.125rem; right: 0.9375rem;}
    .gallery_item{padding-bottom: 1.25rem;}
    .section_2:after{display: none;}
    
    /*sns*/
    .sns{width: 100%; padding: 0 0.9375rem; margin: 3.125rem 0;}
    .sns .video_wrap{width: 100%; transform:translateX(0);}
    .sns .main_video{border-radius: 1.25rem 1.25rem 0 0;}
    .sns_link{padding:1.25rem 0.9375rem;}
    .sns_link dd a{padding: 0;}
    .sns_link dd a img{width: 1.875rem;}
    .sns_link dt{width: 100%;}
   
    /*학사일정*/
    .schedule{flex-wrap: wrap;}
    .schedule .title{width: 100%;}
    .schedule .title:after{left: 0;}
    .schedule_list{margin-left: 0; padding: 1.875rem 0.9375rem; width: 100%;}
    .schedule_list .schedule_item{justify-content: center;}
}

