@charset "utf-8";
#mcontainer-wrap {position:relative;width:100%;font-size:18px;line-height:1;letter-spacing:0;margin-top:50px}
#mcontainer {word-break:keep-all;padding-bottom:0}
#mcontainer img {font-size:0}
h3,h4,h5 {font-weight:500}
@media all and (max-width:1099px) {
	#mcontainer-wrap {font-size:17px}
	#mcontainer-wrap {margin-top:40px}
}
@media all and (max-width:599px) {
	#mcontainer-wrap {font-size:16px}
	#mcontainer-wrap {margin-top:30px}
}


/*공통*/
#mcontainer .title_wrap{display:flex; flex-direction: row; justify-content:space-between; align-items: center; margin-bottom: 44px; }
#mcontainer .title_wrap .titl{font-size: 40px; font-family: 'ONE-Mobile-Title'; position: relative;}
.title_wrap .titl:after{content:''; display: block; width: 10px; height: 10px; background: #005667; border-radius: 50%; position: absolute; top:-8px; right: -16px;}

.noti_recur_sect .title_wrap .btns .plus_btn{display: block; width:24px; height: 24px;position:relative; }
.noti_recur_sect .title_wrap .btns .plus_btn:before{content:''; display: block; width: 100%; height:100%;background: repeating-linear-gradient(to bottom,#6c6c6c 0 4px, transparent 4px 8px);background-repeat: no-repeat;background-position-y: 2px;}


.noData-wr{width: 100%; height: auto; min-height: calc(520px - 100px); border-radius: 30px; display:flex; justify-content: center; align-items: center;background: #fafdff; border: 1px solid #eee; }
.noData-wr .txt{font-size: 20px; font-family: 'ONE-Mobile-Title'; line-height: 1.2;position:relative; margin-top: 60px; }
.noData-wr .txt:before{content:''; display:block; width: 44px; height:44px; border-radius: 16px; border: 3px solid #0376d5; position: absolute; top: calc(-100% - 40px); left: 50%; transform: translateX(-50%) rotate(45deg);}
.noData-wr .txt:after{content:'!'; display: block; font-size: 20px; font-weight: bold;color: #0376d5; position: absolute; top:calc(-100% - 26px);left: 50%; transform: translateX(-50%) }


/*메인타이틀*/
.mTit-wr{position: relative;padding-bottom: 55px;  }
.mTitle{font-family:'ONE-Mobile-Title';line-height: 1.25; width: 100%; max-width: 1540px;padding: 0 20px ; margin: 0 auto;box-sizing: border-box;}
.mTitle:after{content:'ULSAN COLLEGE';font-family: 'ansim-Yeohaeng' ; display:block;font-size: clamp(60px, 8vw,150px); color:#f3f6f7; position: absolute;  bottom:-30px; right:0; z-index: -1; line-height: 1; }
.mTitle h2{color:#10788b;font-size: 50px; font-weight: 500; }
.mTitle p{color: #222;font-size: 38px; }

@media screen and (max-width: 1200px){
	/*공통*/
	#mcontainer .title_wrap .titl{font-size: 36px; }
}

@media screen and (max-width: 991px){
	/*공통*/
	#mcontainer .title_wrap .titl{font-size: 32px; }

	/*메인타이틀*/
	.mTitle:after{bottom: -10px}
	.mTitle h2{font-size: 48px; }
	.mTitle p{font-size: 34px; }
}
@media screen and (max-width: 768px){
	/*공통*/
	#mcontainer .title_wrap{margin-bottom: 28px; }

	
	.noData-wr .txt{font-size: 16px; font-family: 'ONE-Mobile-Title'; line-height: 1.2;position:relative; margin-top: 60px; }
	.noData-wr .txt:before{ width: 36px; height:36px; border-radius: 10px;}
	.noData-wr .txt:after{font-size: 16px;}
}

@media screen and (max-width: 575px){
	/*공통*/
	#mcontainer .title_wrap .titl{font-size: 28px; }

	/*메인타이틀*/
	.mTit-wr{padding-bottom: 55px; }
	.mTitle{text-align: center;}
	.mTitle:after{font-size: 40px;bottom:0;  }
	.mTitle h2{font-size: 36px; margin-bottom: 4px; }
	.mTitle p{font-size: 24px; }

}

@media screen and (max-width: 425px){
	/*메인타이틀*/
	.mTitle:after{font-size: 34px; }
	.mTitle h2{font-size: 30px;}
	.mTitle p{font-size: 20px; }
}





/*우측퀵메뉴*/
.quickmenu-wr{display: none;}
.mFix-box{width: 100%; max-width: 240px; background: rgba(0,0,0,0.7);position: fixed; top:0; right: 0; height: 100vh; max-height: 1080px; z-index: 9; transition: all 0.5s ease;}
.mFix-box.is-stop{ position: absolute;}
.mFix-box:has(.wrap.close){right: -240px;transition: all 0.5s ease; }

.mFix-box .fixBtn,
.mFix-box .fixBtn2{position: absolute;border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border:0;color:#fff;font-size: 18px; font-weight: bold;transform:rotate(90deg) translateX(50%); height: 55px; display: flex; align-items: center; justify-content:center;box-sizing: border-box;}
.mFix-box .fixBtn{bottom: calc(50% + 50px); background: #009fbf; width: 130px;left: -92px;}
.mFix-box .fixBtn2{bottom: calc(50% - 80px); background: #839e00; width: 180px;left:-117px;}
.mFix-box .fixBtn span,
.mFix-box .fixBtn2 span{padding-right: 20px;}

.mFix-box .fixBtn:before,
.mFix-box .fixBtn:after{content:''; display: block; width:17px; height:2px; border-radius: 25rem;background:#fff; position: absolute; top:calc(50% - 2px); right:20px;transform: translateY(-50%) rotate(45deg); transition: all 0.3s ease;}
.mFix-box .fixBtn:after{transform: translateY(-50%) rotate(-45deg);}
.mFix-box .fixBtn.close:before,
.mFix-box .fixBtn.close:after{width: 8px; top: calc(50% - 1px); transition: all 0.3s ease;right: 28px; }
.mFix-box .fixBtn.close:after{right: 23px;}

.mFix-box .fixBtn2:after{content:''; display: block; width: 17px; height: 17px; position: absolute; top: calc(50% - 2px); right: 25px; transform: translateY(-50%) rotate(-90deg);background:url(/resources/homepage/sanhaknew/_Img/arr-basic.png) no-repeat;filter: brightness(0) invert(1); }
.mFix-box .fixBtn:hover, 
.mFix-box .fixBtn2:hover{}



.mFix-box .wrap{width: 100%;  height: 100%; padding: 130px 30px 30px 30px; box-sizing:border-box; transition: padding 0.3s ease;}
.mFix-box .wrap.is-scroll{padding-top:30px; transition: padding 0.3s ease;}
.mFix-box .swiper{width: 100%; height: 100%; }
.mFix-box .item{height: calc(25% - 1px)!important; display:flex; flex-direction: column; justify-content:center; row-gap: 30px; padding: 0 4px; box-sizing: border-box;}
.mFix-box .item:not(:nth-child(4n)){border-bottom: 1px dashed rgba(255,255,255,0.5); }
.mFix-box .item .titl{font-size: 18px; max-width: 80%; color:#fff; font-weight: bold; line-height: 1.2; }
.mFix-box .item .box{display: flex; flex-direction: row; justify-content:space-between; align-items:flex-end;}
.mFix-box .item .img_box{width:36px; height: 27px;  }
.mFix-box .item .img_box img{width: 100%; height: 100%; object-fit: contain; }
.mFix-box .item .numb_box{font-family:'ONE-Mobile-Title'; display:flex; flex-direction: row; align-items: baseline;}
.mFix-box .item .numb_box .count-num{color:#009fbf; font-size:30px;  }
.mFix-box .item .numb_box span{color: #cbcbcb; font-size: 20px; }
.mFix-box .btn-wrap{display: flex; flex-direction: row; align-items: center; justify-content: center; column-gap: 4px; position: absolute; bottom:10px;left: 50%; transform: translateX(-50%);z-index: 2; }
.mFix-box .swiper-pagination{position: unset; }
.mFix-box .swiper-pagination .swiper-pagination-bullet{width:8px; height: 8px;background: #fff;opacity: 1; position: relative;margin: 0 10px;}
.mFix-box .swiper-pagination .swiper-pagination-bullet:after{content:''; display:block; width: 18px; height:18px; border-radius: 50%; background: rgba(255,255,255,0.4); position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index: 0;opacity: 0; visibility: hidden;transition: all 0.3s ease;}
.mFix-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 1; visibility: visible; transition: all 0.3s ease;}
.mFix-box .data-auto{min-width: 18px;width: 18px; height: 18px;}
.mFix-box .data-auto button{width: 100%; height: 100%; border:0; background:transparent; position: relative;}
.mFix-box .data-auto button:after{content:''; display:block; width: 100%; height:100%;  background: url(/resources/homepage/sanhaknew/_Img/btn-str.png) no-repeat; background-size: cover;  filter: brightness(0) invert(1);}
.mFix-box .data-auto button.btn-stop:after{background-position: center bottom;}
.mFix-box .data-auto button.btn-play{display: none;}
.mFix-box .data-auto button.btn-play:after{ background-position: center top;}

@media screen and (max-width: 1800px){
	.mFix-box .wrap{padding-top: 180px}
}

@media screen and (max-width: 999px){
	.mFix-box{border-top-left-radius: 30px; border-bottom-left-radius: 30px;}
	
	.mFix-box .fixBtn{font-size: 15px; left: -63px; }
	.mFix-box .wrap{padding-top: 30px;}
	.mFix-box .item{row-gap: 20px; }
	.mFix-box .item .titl{font-size: 16px; }
	.mFix-box .item .numb_box .count-num{font-size:32px; }
	.mFix-box .item .numb_box span{font-size: 18px; }
	.mFix-box .btn-wrap{bottom: 0; }
}

@media screen and (max-width: 768px){
	.mFix-box .wrap{padding: 20px 24px; }
	.mFix-box .item{row-gap: 4px; }
	.mFix-box .item .titl{max-width: 100%; font-size: 15px; letter-spacing: -1.5px;display:-webkit-box; -webkit-box-orient:vertical; text-overflow: ellipsis;-webkit-line-clamp:2; overflow: hidden; max-height: 36px;  }
	.mFix-box .item .img_box{width: 36px; height: 27px; }
}

@media screen and (max-width: 425px){
	.mFix-box{width: calc(100% - 50px); }
	.mFix-box .item .numb_box .count-num{font-size: 26px; }

}

@media screen and (min-height: 1200px){
	.mFix-box{border-top-left-radius: 30px;border-bottom-left-radius:30px; }
	.mFix-box.is-tall{position: fixed; top: auto; bottom: 40%!important;; transform:translateY(50%);}
	.mFix-box .wrap{padding-top:0; }
	
}

/*텍스트-동글동글*/
.circle-txt{width :56px; height: 56px; border-radius: 50%; background:#10788b; position: absolute; top:-28px; left: 49%;  z-index: 2; display: flex; align-items: center; justify-content:center; }
.circle-txt:before{content:''; display: block; background:  url(/resources/_Templet/Layout/layout_dept/Img/logo-symbol.png) no-repeat ;filter: brightness(0) invert(1); width: 20px; height: 20px; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); background-position: center center; background-size: contain; }
.circle-txt svg{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }
/* .circle-txt:after{content:''; display: block; width:80px; height: 80px; border-radius: 50%; background: transparent; position: absolute; top:50%; left:50%; border:1px solid transparent; border-left:1px solid #10788b;animation: anim 12s linear infinite;} 
@keyframes anim {
  0% {
    transform:translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform:translate(-50%, -50%) rotate(360deg);
  }
}*/


/*메인배너*/
.section-vis{margin-bottom: 80px;position: relative;}
.section-vis:after{content:''; display:block; width: 100vw; height: 70%; background: #f0f6f7; position: absolute; bottom:0; left:0; right:0; z-index: -1; }
.mVisual-wr{max-width: 1700px; padding-left: 20px; padding-right: 20px; width: 100%; margin-left: auto; margin-right: auto; box-sizing: border-box; position: relative; }
.mvis-swiper{}
.mvis-swiper .item{width: calc((45% / 2) - 35px);  transition: width 0s ease;}
.mvis-swiper .item a{display:block; position: relative; width: 100%; }
.mvis-swiper .item .img_box{overflow:hidden; border-radius: 30px; position: relative; width: 100%;  height:490px;}
.mvis-swiper .item .img_box:after{content:''; display:block; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent 50%,#000); position: absolute; top:0; left:0; right:0; bottom:0;}
.mvis-swiper .item .img_box img{width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.mvis-swiper .item .txt_box{color:#fff; position: absolute; bottom: 0; left: 0; right:0;  box-sizing: border-box;padding: 32px;}
.mvis-swiper .item .titl{display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  font-family:'ONE-Mobile-Title'; font-size: 20px;}
.mvis-swiper .item .subs{-webkit-box-orient:vertical; overflow: hidden; -webkit-line-clamp: 2; font-family:'pretendard'; font-size: 17px; font-weight: 400; line-height: 1.2; display: none;}

.mvis-swiper .item.swiper-slide-active{width: calc(55%);}
.mvis-swiper .item.swiper-slide-active .img_box{}
.mvis-swiper .item.swiper-slide-active .txt_box{padding:56px; padding-top: 0;}
.mvis-swiper .item.swiper-slide-active .titl{font-size: 30px; margin-bottom:20px}
.mvis-swiper .item.swiper-slide-active .subs{display:-webkit-box; }

.mVisual-wr .data-ctrl{position: absolute; top:-60px; right:20px; }
.mVisual-wr .data-pkgs{display:flex; flex-direction: row; align-items: center;}
.mVisual-wr .data-pkgs .progress-box {position: relative;width: 170px;height:26px;z-index:8; margin-right: 24px; }
.mVisual-wr .data-pkgs .progress-box .autoplay-progress {position: absolute;left: 50%; top: 50%; transform:translate(-50%, -50%); z-index: 10; width: 100px; height: 3px; background-color:#ebebeb; overflow: hidden;}
.mVisual-wr .data-pkgs .progress-box .autoplay-progress .bar{display: block; height: 100%; width: 0%; background: #10788b;}
.mVisual-wr .data-pkgs .progress-box .swiper-pagination{display:flex; color:#868fa7; justify-content:space-between; position: static; text-align: left;font-size: 20px; font-family: 'ansim-Yeohaeng'; height: 100%; align-items: center; }
.mVisual-wr .data-pkgs .progress-box .swiper-pagination .current{color:#10788b;}

.mVisual-wr .data-pkgs > button{width: 26px; height: 26px; border:0; display:block; position: relative; background: transparent;}
.mVisual-wr .data-pkgs > button:after{content:''; background: url(/resources/homepage/sanhaknew/_Img/arr-basic.png) no-repeat; width:17px; height: 13px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.mVisual-wr .data-pkgs button.btn-prev:after{transform: translate(-50%, -50%) rotate(180deg)}
.mVisual-wr .data-pkgs .data-auto{width: 26px; height: 26px;}
.mVisual-wr .data-pkgs .data-auto button{width:100%; height: 100%; border:0; background: transparent; position: relative; }
.mVisual-wr .data-pkgs .data-auto button:after{content:''; display: block; width: 100%; height: 100%;  background: url(/resources/homepage/sanhaknew/_Img/btn-str.png) no-repeat; background-size: cover; }
.mVisual-wr .data-pkgs .data-auto button.btn-stop:after{background-position: center bottom;}
.mVisual-wr .data-pkgs .data-auto button.btn-play{display: none;}
.mVisual-wr .data-pkgs .data-auto button.btn-play:after{ background-position: center top;}/*삼각형*/


.issue-wr{max-width: 1600px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; box-sizing: border-box;}
.issue_flex{display:flex; flex-direction: row; font-family:'pretendard'; height: 100px; box-sizing: border-box;}
.issue_flex h4{color:#10788b; font-size: 24px; letter-spacing: -1px; font-weight: 700;position: relative; padding-left: 24px; min-width: 180px;display:flex; align-items: center;box-sizing: border-box; }
.issue_flex h4:before{content:''; display:block; width: 16px; height: 16px; border-radius: 50%; background: #10788b;position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.issue-swiper{width: calc(100% - 180px - 74px - 30px);margin-left: 0;}
.issue-swiper .item{display:flex; flex-direction: row; justify-content: space-between; align-items: center;}
.issue-swiper .item .titl{font-weight: 600;color:#000; font-size: 22px; width:calc(100% - 120px); overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.issue-swiper .item .date{font-size:19px;min-width: 120px; text-align:end; }
.issue_flex .data-pkgs{display:flex; flex-direction: row; align-items: center; position: relative; }
.issue_flex .data-pkgs:after{content:''; display: block; width: 1px; height: 16px; background:#a4a6bb; position: absolute; top: 50%; left: calc(50% - 15px); transform: translate(-50%, -50%) }
.issue_flex .data-pkgs button{width:22px; height: 22px; background: transparent; display:block;  position: relative; border:0; }
.issue_flex .data-pkgs button:before{content:''; display: block; width:10px; height: 10px; border-top: 2px solid #17104c; border-right: 2px solid #17104c;position: absolute; top:50%; left:50%; transform: translate(-50%, -50%) rotate(-135deg)}
.issue_flex .data-pkgs button.btn-next:before{transform: translate(-50%, -50%) rotate(45deg)}
.issue_flex .data-pkgs a{display:block; width: 20px; height: 20px; position: relative; margin-left: 10px}
.issue_flex .data-pkgs a:before,
.issue_flex .data-pkgs a:after{content:''; display: block; width:2px; height: 16px; background:#17104c; position: absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
.issue_flex .data-pkgs a:after{transform: translate(-50%, -50%) rotate(90deg)}

@media screen and (max-width: 1200px){
	/*텍스트-동글동글*/
	.circle-txt{left: 62%; }
}


@media screen and (max-width: 991px){
	/*텍스트-동글동글*/
	.circle-txt{display: none; }

	.mVisual-wr .data-ctrl{top: -45px; }
	.mvis-swiper .item.swiper-slide-active .txt_box{padding: 40px; }
	.mvis-swiper .item.swiper-slide-active .titl{font-size: 28px;}
	.issue_flex h4{font-size: 22px;min-width: 160px; }
	.issue-swiper{width:calc(100% - 160px - 74px - 18px)}
	.issue-swiper .item .titl{font-size: 18px; }
	.issue-swiper .item .date{font-size: 16px; }
	
}

@media screen and (max-width: 768px){
	.section-vis{margin-bottom: 48px; }
	.mVisual-wr{border-bottom: 1px solid #ddd; }
	.mVisual-wr .data-pkgs .progress-box{width: 120px;margin-right: 12px; }
	.mVisual-wr .data-pkgs .progress-box .swiper-pagination{font-size: 16px; }
	.mVisual-wr .data-pkgs .progress-box .autoplay-progress{width: 60px; }
	.mvis-swiper .item .img_box{height: 340px}
	.mvis-swiper .item .img_box:after{display:none;}
	.mvis-swiper .item .txt_box{position: unset;}
	.mvis-swiper .item.swiper-slide-active .txt_box{padding:26px 12px;color:#333; }
	.issue_flex{padding-top: 20px; padding-bottom: 20px;  display:grid; grid-template-columns:50% 50%; }
	.issue_flex h4{}
	.issue-swiper{width: 100%; grid-column: 1/ 3; grid-row: 2/2;}
	.issue_flex .data-pkgs{grid-column: 2/3; grid-row: 1/ 1; margin-left:auto; }
	
}

@media screen and (max-width: 575px){
	.mvis-swiper .item.swiper-slide-active .titl{font-size: 20px; }
	.mvis-swiper .item.swiper-slide-active .subs{font-size: 15px; font-weight: 400;}
	.issue-swiper .item{flex-direction: column; align-items: flex-start; justify-content: center; row-gap: 6px; }
	.issue-swiper .item .titl,
	.issue-swiper .item .date{width: 100%}
	.issue-swiper .item .subs{margin-left: auto; }
	.issue-swiper .item .titl{font-size: 17px; }
	.issue-swiper .item .date{font-size: 15px; }
	
}



/*공지사항 ++ 채용안내*/
.noti_recur_sect{width: 100%; max-width: 1600px;margin-left: auto; margin-right: auto;  padding-left: 20px; padding-right: 20px; display:flex; flex-direction: row; gap:50px; box-sizing: border-box; margin-bottom: 100px; }

/*공지사항*/
.mNoti-wr{width: 68%;}
.mNoti-wr .title_wrap .btns{display:flex; flex-direction: row;column-gap: 60px;align-items:center; }
.mNoti-wr .title_wrap .btns .tabs{display:flex; flex-direction: row; gap: 8px; }
.mNoti-wr .title_wrap .btns .tabs li{background: #fff; transition: all 0.3s ease;border: 1px solid #B5B5B5;border-radius: 25rem;  }
.mNoti-wr .title_wrap .btns .tabs li a{color:#686868; transition: all 0.3s ease;display: block; padding: 12px 20px; }
.mNoti-wr .title_wrap .btns .tabs li.active{background: #055766; transition: all 0.3s ease; border: 1px solid transparent;}
.mNoti-wr .title_wrap .btns .tabs li.active a{color:#fff;font-weight: bold;  transition: all 0.3s ease;}

.mNoti-wr .tab-conts{}
.mNoti-wr .tab-conts .tab-cont{display: none;}
.mNoti-wr .tab-conts .tab-cont.active{display: block;}
.mNoti-wr .tab-conts .tab-cont .wrap{display: flex; flex-wrap : wrap; box-sizing: border-box; row-gap: 28px; }
.mNoti-wr .tab-conts .tab-cont .wrap .item{padding:0 36px;border-right: 1px solid #e5e5e5; width: 33.3%; box-sizing: border-box; }
.mNoti-wr .tab-conts .tab-cont .wrap .item a{display:block;}
.mNoti-wr .tab-conts .tab-cont .wrap .item .label{border-radius: 5px; padding:4px 12px; color:#fff; display:inline-block; font-size: 15px; }
.mNoti-wr .tab-conts .tab-cont .wrap .item .label.noti{background:#055766;}
.mNoti-wr .tab-conts .tab-cont .wrap .item .label.rese{background:#258cae;}
.mNoti-wr .tab-conts .tab-cont .wrap .item .titl{font-size: 20px; color:#333; display:-webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; line-height: 1.3; height: 52px; margin: 15px 0 20px 0;}
.mNoti-wr .tab-conts .tab-cont .wrap .item .date{font-size: 14px; font-weight: 300; color:#4f4f4f;}

/*채용안내*/
.mRecu-wr{width: 32%; }
.mRecu-wr .wrap{display:flex; flex-direction: column; row-gap: 26px; }
.mRecu-wr .wrap .item{}
.mRecu-wr .wrap .item a{display:block; }
.mRecu-wr .wrap .item .titl{color: #333; font-size: 20px; display:block; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 16px; }
.mRecu-wr .wrap .item .date{font-size: 14px; color: #4f4f4f;font-weight: 300 }

@media screen and (max-width: 1200px){
	.mNoti-wr .title_wrap .btns{column-gap: 20px;}
	.mNoti-wr .title_wrap .btns .tabs li a{font-size: 15px; }
	.mNoti-wr .tab-conts .tab-cont .wrap .item{padding: 0 20px;}
	.noti_recur_sect{gap:52px 32px; }

}

@media screen and (max-width: 991px){
	.mNoti-wr .tab-conts .tab-cont .wrap .item{width: 50%}
	.mNoti-wr .tab-conts .tab-cont .wrap .item:nth-last-child(-n+2){display: none;}
	.mNoti-wr .tab-conts .tab-cont .wrap .item .titl{font-size: 18px;height: 46px;  }
	.mRecu-wr .wrap .item .titl{font-size: 18px; }
	.mNoti-wr .title_wrap .btns .tabs li a{padding: 8px 16px; }

}

@media screen and (max-width: 768px){
	.noti_recur_sect{flex-direction: column; margin-bottom: 48px; }
	.mNoti-wr,
	.mRecu-wr,
	.mNoti-wr .tab-conts .tab-cont .wrap .item{width: 100%; }
	.mNoti-wr .tab-conts .tab-cont .wrap,
	.mRecu-wr .wrap{row-gap: 18px; }
	.mNoti-wr .tab-conts .tab-cont .wrap .item{padding: 0; border-right: 0; }
	.mNoti-wr .tab-conts .tab-cont .wrap .item .titl{-webkit-line-clamp: unset;-webkit-box-orient: unset; height: auto; text-overflow: ellipsis; white-space:nowrap;display:block; margin: 8px 0 4px 0; }
	.mRecu-wr .wrap .item .titl{margin-bottom: 4px; }
	.mNoti-wr .tab-conts .tab-cont .wrap .item .date,
	.mRecu-wr .wrap .item .date{color:#afafaf;}
}

@media screen and (max-width: 575px){
	.mNoti-wr .tab-conts .tab-cont .wrap .item .date, 
	.mRecu-wr .wrap .item .date,
	.mNoti-wr .tab-conts .tab-cont .wrap .item .label{display:none; }
	.mNoti-wr .tab-conts .tab-cont .wrap .item .titl{margin:0;font-size: 17px;  }
	.mRecu-wr .wrap .item .titl{font-size: 17px; }
	.mNoti-wr .tab-conts .tab-cont .wrap,
	.mRecu-wr .wrap{row-gap: 12px; }
	.mNoti-wr .tab-conts .tab-cont .wrap .item:nth-last-child(-n+3){display:none;}
	.mRecu-wr .wrap .item:last-child{display:none;}

	.mNoti-wr .title_wrap .btns .tabs{gap:4px; }
	.mNoti-wr .title_wrap .btns .tabs li a{padding: 8px 12px;}
	.mNoti-wr .title_wrap .btns{column-gap: 8px; }
	
}

@media screen and (max-width: 475px){
	.mNoti-wr .title_wrap{position: relative;margin-bottom: 62px!important;}
	.mNoti-wr .title_wrap .btns .tabs{position: absolute;bottom: -44px; width: 100%; left: 50%; transform: translateX(-50%);  }
	
}


/*사업종류*/
.kind-wr{width: 100%; max-width: 1800px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; box-sizing: border-box; background: #2d3875; position: relative;  overflow: hidden;border-radius: 30px;margin-bottom: 100px}
.kind-wr:before{content:''; display:block; width: 100%; height: 100%; object-fit: cover; background: url(/resources/homepage/sanhaknew/_Img/kind_bg.png) no-repeat; inset:0; opacity: 0.2; background-position: center; background-size: cover; position: absolute; top:0; left:0; right:0; bottom:0;}
.kind-wr ul{position: relative; z-index: 1; display:flex; flex-wrap: wrap; align-items:center; justify-content:center;padding: 110px clamp(50px,5vw,130px); gap: 90px clamp(32px,3vw,50px);box-sizing: border-box;}
.kind-wr ul li{width: calc((100% / 6) - 42px); }
.kind-wr ul li a{display:block}
.kind-wr ul li a .img_box{border:8px solid rgba(255,255,255,0.2); border-radius: 30px; overflow: hidden; width: 124px; height: 124px;display:block; margin: 0 auto; transition: all 0.5s ease;}
.kind-wr ul li a:hover .img_box{border-color: rgba(255,255,255,0.6); transition: all 0.5s ease;}
.kind-wr ul li a .img_box img{width: 100%; height: 100%; object-fit: cover; }
.kind-wr ul li a p{text-align:center; font-family: 'ONE-Mobile-Title'; color:#fff;font-size: clamp(20px, 1.4vw, 22px); margin-top: 24px; line-height:1.2; min-height: 54px; display:flex; align-items: center; justify-content:center; }

@media screen and (max-width: 1200px){
	.kind-wr ul{gap: 32px;justify-content: flex-start; }
	.kind-wr ul li{width: calc(33.3% - 22px)}
	.kind-wr ul li a{display:flex; flex-direction: row; gap: 0 16px;justify-content:flex-start; align-items:center; }
	.kind-wr ul li a .img_box{width:64px;min-width: 64px;  height: 64px; border-radius: 10px;  margin:0; }
	.kind-wr ul li a p{min-height: auto; font-size: 17px; text-align: start; margin-top: 0; }
}

@media screen and (min-width: 991px){
	.kind-wr .title_wrap{width: 1px; height:1px; overflow: hidden; position: absolute; top:-99999em; left: -99999em; display:block; text-indent: -99999em; font-size:0; line-height: 0; ; }
}

@media screen and (max-width: 991px){
	.kind-wr{border-radius: 0; padding-top: 70px; }
	.kind-wr .title_wrap{color:#fff; justify-content:center!important;; }
	.kind-wr .title_wrap .titl span{color:#3ec060;}
	.kind-wr .title_wrap .titl:after{background:#3ec060;}
	.kind-wr ul{padding: 0 26px 70px 26px; }
	.kind-wr ul li{width: calc(50% - 16px)}
}

@media screen and (max-width: 768px){
	.kind-wr{margin-bottom: 48px;}
	.kind-wr ul{padding-bottom: 50px;}
	.kind-wr ul li a .img_box{border-width: 4px;}

}

@media screen and (max-width: 575px){
	.kind-wr{padding-top: 52px;}
	.kind-wr ul{align-items: flex-start;padding-left:0; padding-right:0; }
	.kind-wr ul li a .img_box{display:none;}
}

@media screen and (max-width: 425px){
	.kind-wr ul{gap: 16px; }
	.kind-wr ul li{width: 100%; }
}

/*산학핫뉴스*/
.hot-wr{width: 100%; max-width: 1600px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right:auto; box-sizing: border-box;position: relative; margin-bottom: 100px; height: 520px}
.hot-wr .title_wrap .titl span{color:#0376d5; }
.hot-wr .btns{display:flex; flex-direction: row; gap:4px; }
.hot-wr .btns .tabs{display:flex; flex-direction: row; gap:4px;}
.hot-wr .btns .tabs li a{display:flex; align-items: center; justify-content:center; padding:18px 40px; color:#787878; font-size: 16px; border: 1px solid #ccc; border-radius: 35rem; transition: all 0.3s ease;height: 55px; box-sizing:border-box;}
.hot-wr .btns .tabs li.active a{background:#0376d5; border-color:transparent; color:#fff; transition: all 0.3s ease;}
.hot-wr .plus_btn{width: 55px; height: 55px; border-radius: 50%; border: 1px solid #ccc; display:block; background:#fff; position: relative; }
.hot-wr .plus_btn:before,
.hot-wr .plus_btn:after{content:''; display: block; width:2px; height: 16px; background:#787878; position: absolute;top: 50%; left:50%; transform: translate(-50%, -50%);  }
.hot-wr .plus_btn:after{ transform: translate(-50%, -50%) rotate(90deg)}
.hot-wr .data-ctrl button{width: 55px; height: 55px; border-radius: 50%; background: #fffafa; border:0; position: relative; }
.hot-wr .data-ctrl button:before,
.hot-wr .data-ctrl button:after{content:''; display: block; width: 12px; height: 3px; background:#0376d5; border-radius: 25rem;position: absolute; top: 50%; left:50%;   }
.hot-wr .data-ctrl button.swiper-button-disabled{background:#f5f5f5; }
.hot-wr .data-ctrl button.swiper-button-disabled:before,
.hot-wr .data-ctrl button.swiper-button-disabled:after{background:#aaa }
.hot-wr .data-ctrl .btn-prev:before{transform: translate( -50%, calc(-50% + 3px)) rotate(45deg)}
.hot-wr .data-ctrl .btn-prev:after{transform:translate( -50%, calc(-50% - 3px)) rotate(-45deg)}
.hot-wr .data-ctrl .btn-next:before{transform:translate( -50%, calc(-50% + 3px)) rotate(-45deg)}
.hot-wr .data-ctrl .btn-next:after{transform: translate( -50%, calc(-50% - 3px)) rotate(45deg)}

.hot-wr .tab-conts .tab-cont{display: none;}
.hot-wr .tab-conts .tab-cont.active{display: block;}
.hot-wr .tab-conts .tab-cont .wrap{}
.hot-wr .tab-conts .tab-cont .wrap .item{width: calc(55% / 3 - 23px);  transition: width 0s ease;}

.hot-wr .tab-conts .tab-cont .wrap .item a{display: block; }
.hot-wr .tab-conts .tab-cont .wrap .item a:hover .img_box img{transform: scale(1.2);transition: all 0.3s; }
.hot-wr .tab-conts .tab-cont .wrap .item .img_box{display:block;  overflow: hidden; border-radius: 20px; margin-bottom: 35px; aspect-ratio: 1/1; }
.hot-wr .tab-conts .tab-cont .wrap .item .img_box img{width: 100%; height: 100%; object-fit:cover;transition: all 0.3s;  }
.hot-wr .tab-conts .tab-cont .wrap .item .txt_box{}
.hot-wr .tab-conts .tab-cont .wrap .item .new_label{width:22px; height: 20px;padding-top: 2px;  border-radius: 50%; color:#fff;background: #1d92b5;  display:inline-flex; align-items: center; justify-content: center; font-size: 12px ;font-weight: bold; position: relative; bottom: 2px; }
.hot-wr .tab-conts .tab-cont .wrap .item .titl{font-size: 20px; color:#333; display:-webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; line-height: 1.3; height: 52px; margin-bottom: 20px; }
.hot-wr .tab-conts .tab-cont .wrap .item .date{font-size: 14px; color: #4f4f4f;font-weight: 300;  }
.hot-wr .tab-conts .tab-cont .wrap .item .arrow{width: 70px; height: 70px; border-top-left-radius:30px; background:#fff;display:block; position: absolute; bottom: 118px; right:-1px; visibility:hidden; opacity: 0; transition: all 0.2s; }
.hot-wr .tab-conts .tab-cont .wrap .item .arrow:before,
.hot-wr .tab-conts .tab-cont .wrap .item .arrow:after{content:''; display:block; width: 24px; height:24px; position: absolute; top: -24px; right:0px; background: url(/resources/homepage/sanhaknew/_Img/banner_bak.png) no-repeat; }
.hot-wr .tab-conts .tab-cont .wrap .item .arrow:after{top:unset; bottom:1px; right: 69px;}
.hot-wr .tab-conts .tab-cont .wrap .item .arrow img{position: absolute; top:50%; left:calc(50% + 4px); transform: translate(-50%, -50%); transition: all 0.3s ease;}
.hot-wr .tab-conts .tab-cont .wrap .item a:hover .arrow img{transform: translate(-50%, -50%) rotate(-45deg); transition: all 0.3s ease;}

<!---->
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active{width: calc(45% - 24px);  transition: width 0.1s ease;}
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .img_box{position: relative; aspect-ratio:3/1.8 ; margin-bottom: 0; }

.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active a:hover .img_box img{transform: scale(1.2);transition: all 0.3s; }
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active a .img_box:before{content:''; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top: 0; left:0; right:0; bottom:0;z-index: 1; }


.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box{position:relative;; bottom:160px; left:52px; max-width: 80%;z-index: 2;}
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box .new_label{position: absolute;bottom: calc(68px + 36px + 15px + 4px) }
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box .titl{color:#fff;font-size: 28px; font-weight: 700; height: 68px; margin-bottom: 36px; }
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box .date{color:#fff;font-size: 15px;}
.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .arrow{visibility:visible; opacity: 1; transition: all 0.2s; z-index: 2; }




@media screen and (max-width: 1400px){
	.hot-wr .tab-conts .tab-cont .wrap .item{width: calc(55% / 2 - 22px)}
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .img_box{aspect-ratio:1/0.8}
}


@media screen and (max-width: 1200px){
	.hot-wr .btns .tabs li a{height: 44px; padding: 0 20px; font-size: 15px; }
	.hot-wr .plus_btn,
	.hot-wr .data-ctrl button{width: 44px; height: 44px; }

	.hot-wr{height: 560px; }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active{width:55%}
	.hot-wr .tab-conts .tab-cont .wrap .item{width: calc(45% - 22px)}
	.hot-wr .tab-conts .tab-cont .wrap .item .img_box{aspect-ratio: 1/ 0.75}

	
	
}

@media screen and (max-width: 991px){
	.hot-wr{height: auto; }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box .titl{font-size: 24px; height: 60px; margin-bottom: 16px;  }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box .new_label{bottom:calc(60px + 16px + 15px + 4px)}
	.hot-wr .tab-conts .tab-cont .wrap .item .img_box{margin-bottom: 16px;  }
	.hot-wr .tab-conts .tab-cont .wrap .item .titl{font-size: 17px; }
	/* .hot-wr .tab-conts .tab-cont .swiper-wrapper{display:grid!important; grid-template-columns:repeat(3, 1fr); transform:translate3d(0,0,0)!important;width: 100%!important;}
	
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active{grid-row: 1; width: 100%; height: 300px;}
	.hot-wr .tab-conts .tab-cont .wrap .item{width: 100%!important; grid-row: 2; } */
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active{width: 100% !important; height: 440px;transition: width 0s ease;}
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active a{height: 100%; }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .img_box{aspect-ratio: unset; height: 450px;}
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box{bottom: 140px; }
	.hot-wr .tab-conts .tab-cont .wrap .item .arrow{bottom: -11px; }
	.hot-wr .tab-conts .tab-cont .wrap .item .titl{height: 44px; }
	.hot-wr .tab-conts .tab-cont .wrap .item .new_label{bottom: 0; }
}


@media screen and (max-width: 768px){
	.hot-wr .title_wrap{flex-direction: column!important; align-items: flex-start!important;position: relative;  row-gap: 16px; }
	.hot-wr .btns{width: 100%; }
	.hot-wr .btns .tabs{width: calc(100% - 50px);}
	.hot-wr .btns .tabs li{width: calc(33.3%)}
	.hot-wr .btns .data-ctrl{position: absolute; top:0; right:0; }
}

@media screen and (max-width: 575px){
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box .titl{font-size: 20px; height: 50px; margin-bottom: 12px;  }
	.hot-wr .tab-conts .tab-cont .wrap .item .titl{font-size: 15px; height: 40px; margin-bottom: 10px; }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active a{height: 73%; }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .img_box{height: 320px; }
	.hot-wr .tab-conts .tab-cont .wrap .item.swiper-slide-active .txt_box{left: 32px; bottom: 110px; }
	.hot-wr .tab-conts .tab-cont .wrap .item .arrow{bottom: 118px; }

}

@media screen and (max-width: 425px){

}

/*개방형 설계센터*/
.opend-wr{background: url(/resources/homepage/sanhaknew/_Img/opend-bg.png)no-repeat; background-size: cover; overflow:hidden; border-top-left-radius: 30px; border-top-right-radius: 30px;   }
.opend-wr .wrap{width: 100%; max-width: 1600px; margin-left: auto; margin-right: auto; padding: 130px 20px 120px 20px; box-sizing:border-box;}
.opend-wr .title_wrap{color:#fff; flex-direction: column!important; align-items: flex-start!important;row-gap:32px;}
.opend-wr .title_wrap .titl:after{background:#fff; }
.opend-wr .title_wrap p{font-size: 20px;line-height: 1.2; }

.opend-wr .cont_wrap{display: flex; flex-direction: row;column-gap:62px; }
.opend-wr .img_box{width: 65%; aspect-ratio: 2/1; overflow: hidden; border-radius: 30px;}
.opend-wr .img_box img{width: 100%; height: 100%; object-fit:cover; }
.opend-wr .txt_box{width: 35%; }
.opend-wr .txt_box ol{display: flex; flex-direction: row; justify-content:space-between; position: relative;}
.opend-wr .txt_box ol > li{color:#6cdeff; border: 3px dashed #6cdeff; border-radius: 30px; text-align:center; width:42%; max-width: 220px; padding:32px 0 30px 0; 
font-size: clamp(22px,1.5vw,28px); font-weight: bold;line-height: 1.2; position: relative; background: rgba(0,0,0,0.2)}
.opend-wr .txt_box ol:after{content:'';display: block; width:10%; max-width:60px;height: auto; aspect-ratio: 62/21; background:url(/resources/homepage/sanhaknew/_Img/arr-2way.png) no-repeat; ;position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); background-size:contain; }
.opend-wr .txt_box ul{counter-reset: circle 0;margin-top: 64px;display:flex; flex-direction: column; row-gap: 40px; }
.opend-wr .txt_box ul > li{position: relative;color:#fff;font-weight: bold;font-size: clamp(18px,1.5vw,24px);position: relative;padding-left: 41px;line-height: 1.2;}
.opend-wr .txt_box ul > li:before{content:counter(circle);counter-increment: circle 1;display: inline-flex;width: 30px;height: 30px;border-radius: 50%;border: 1px solid #fff;color:#fff;font-size: 18px;font-weight: 700;align-items: center;justify-content:center;position: absolute;top: -2px;left:0;line-height: 1;}

@media screen and (max-width: 1200px){
	.opend-wr{padding-top: 80px; padding-bottom: 90px; }
	.opend-wr .wrap{padding-top:0; padding-bottom:0; }
	.opend-wr .title_wrap{row-gap: 16px; margin-bottom: 32px; }
	.opend-wr .img_box{}
	.opend-wr .txt_box ol > li{font-size: 20px;}
	

}

@media screen and (max-width: 991px){
	.opend-wr{border-radius: 0; }
	.opend-wr .cont_wrap{column-gap: 40px; }
	.opend-wr .img_box,
	.opend-wr .txt_box{width: 50%;}
	.opend-wr .txt_box ul{row-gap: 18px; margin-top: 44px; }
	.opend-wr .title_wrap p{font-size:17px }
	
}

@media screen and (max-width: 768px){
	.opend-wr .cont_wrap{flex-direction: column; row-gap: 30px; }
	.opend-wr .img_box, 
	.opend-wr .txt_box{width: 100%; }
	.opend-wr .txt_box ul{margin-top: 20px;}
	.opend-wr .txt_box ol > li{max-width: 280px;font-size: 18px; }
	.opend-wr .txt_box ul > li{font-size: 16px;padding-left: 30px }
	.opend-wr .txt_box ul > li:before{width: 20px; height: 20px; top:-1px; }

}


/*하단 전체메뉴*/
.whole-wr{background: #1b202e;position: relative; }
.whole-wr .viwBtn{font-family:'ONE-Mobile-Title'; font-size: 18px; border:0; background: #1b202e; display:flex; flex-direction:column; align-items: center;row-gap: 4px; justify-content:center; border-top-left-radius: 24px; border-top-right-radius: 24px; color:#fff; position: absolute; width: 120px; height: 48px;top: -48px; left: 50%; transform: translateX(-50%); padding-top: 4px; }
.whole-wr .viwBtn:after{content:''; display: block; border-top: 8px solid #00add0; border-left: 6px solid transparent; border-right:6px solid transparent; margin: 0 auto; }
.whole-wr .wrap{width: 100%; max-width: 1600px; padding:64px 20px 68px 20px;;margin-left: auto; margin-right: auto; box-sizing: border-box; }
.whole-wr .wrap ul{display:flex; flex-direction: row;align-items: flex-start; column-gap: 30px; }
.whole-wr .wrap ul > li{flex: 1; }
.whole-wr .wrap ul > li dl{}
.whole-wr .wrap ul > li dt{font-family:'ONE-Mobile-Title';font-size: 20px; color:#fff; margin-bottom: 40px; }
.whole-wr .wrap ul > li dd{}
.whole-wr .wrap ul > li ol{}
.whole-wr .wrap ul > li ol li{}
.whole-wr .wrap ul > li ol li:not(:last-child){margin-bottom:20px;  }
.whole-wr .wrap ul > li ol li a{display:inline-block; line-height: 1.2; font-size: 17px; color:rgba(255,255,255,0.7) ; position: relative;padding-left: 12px;  word-break:break-all;}
.whole-wr .wrap ul > li ol li a:before{content:''; display: block; width:4px; height: 4px; border-radius:50%; background: rgba(255,255,255,0.7); position: absolute; top:7px; left:0;  }
.whole-wr .wrap ul > li ol li a:hover{color: #fff; }
.whole-wr .wrap ul > li ol li a:hover:before{background: #fff; }

@media screen and (max-width: 1500px){
	.whole-wr .wrap ul{column-gap: 20px; }
	.whole-wr .wrap ul > li{flex: unset; width: calc(100% / 7); }
	.whole-wr .wrap ul > li dt{font-size: 18px; margin-bottom: 26px; }
	.whole-wr .wrap ul > li ol li a{font-size: 15px; }
	.whole-wr .wrap ul > li ol li:not(:last-child){margin-bottom: 16px; }
	
}

@media screen and (max-width:1200px){
	.whole-wr .wrap{padding-top: 44px; padding-bottom: 40px;}

}

@media screen and (max-width: 991px){
	.whole-wr .wrap{position:relative;}
	.whole-wr .wrap ul{flex-wrap: wrap;row-gap: 50px; max-height: 200px; overflow-y: auto; }
	.whole-wr .wrap ul::-webkit-scrollbar{width: 4px; background: rgba(255,255,255,0.2);}
	.whole-wr .wrap ul::-webkit-scrollbar-thumb{background:#fff;}
	.whole-wr .wrap ul > li{width: calc((100% / 4) - 15px)}
	.whole-wr .wrap:after{content:''; display:block; width: 100%; height: 120px; background:linear-gradient(to bottom, transparent, rgba(27,32, 46,0.9)); position: absolute; bottom:0; left:0; pointer-events:none; }
}

@media screen and (max-width: 768px){
	.whole-wr .viwBtn{font-size: 15px;height: 42px; top: -42px; }
	.whole-wr .wrap{padding-top: 24px; padding-bottom: 20px;}
	.whole-wr .wrap ul > li{width: calc((100% / 2) - 10px)}
	.whole-wr .wrap ul > li:nth-child(3){width: 100%; }
	.whole-wr .wrap ul > li dt{font-size: 17px;margin-bottom: 16px;  }
	.whole-wr .wrap ul > li ol li:not(:last-child){margin-bottom: 10px;}\
	.whole-wr .wrap ul > li ol li a{font-size: 14px; }
}

@media screen and (max-width: 425px){

}




/*푸터*/
#footer-wrap .topBt{bottom: 15px; right: 20px;}