@charset "utf-8";

/************************************************************************
visual
************************************************************************/
/* visual */
.wrap-visual{position:relative;}
.wrap-visual .visual-title{display:none;}

/* slider in text */
.wrap-visual .visual-slide .swiper-slide{height:78rem;}
.wrap-visual .visual-slide .swiper-slide img{width:100%; height:100%; object-fit: cover;}
.wrap-visual .visual-slide .swiper-slide .subject{display:none;}

/* control */
.wrap-visual .visual-util{position: absolute;bottom: 13rem; z-index: 10; width: 100%; text-align: center;}
.wrap-visual .visual-util .area{display:inline-block;background: rgba(0, 0, 0, 0.5);padding: 0.5rem 1.5rem 0.5rem 2.5rem;border-radius: 5rem;}
.wrap-visual .visual-util .row{display: flex;align-items: center;justify-content: center;gap: 2rem;}

/* dotted */ 
.wrap-visual .visual-util .row .paging{display: flex;gap: 0.5rem;}
.wrap-visual .visual-util .row .paging span{opacity:1;padding: 0.5rem;display: flex;align-items: center;justify-content: center;background: transparent;border: 1px solid transparent;width: auto;height: auto;}
.wrap-visual .visual-util .row .paging span:before{content:'';width: 0.5rem;height: 0.5rem;display: block;background: #fff;border-radius: 100%;position: relative;z-index: 1000;}
.wrap-visual .visual-util .row .paging span.swiper-pagination-bullet-active{border: 1px solid #fff;}

/* icon counter */
.wrap-visual .visual-util .row .counter{}
.wrap-visual .visual-util .row .counter span{color:#fff;}
.wrap-visual .visual-util .row .counter .slash:before{content:'/';}

/* icon setting */
.wrap-visual .visual-util .row .control{display: flex;align-items: center;gap: 1rem;}

.wrap-visual .visual-util .control-button{display: flex;gap:0rem;}
.wrap-visual .visual-util .control-button button{background-color:#fff; display: block;text-indent: -9999px;}
.wrap-visual .visual-util .control-button  .p-s button{display:none;}
.wrap-visual .visual-util .control-button  .p-s button.on{display:block;}
.wrap-visual .visual-util .control-button button{width: 2rem;height: 2rem; -webkit-mask-size: contain; -webkit-mask-repeat: no-repeat; mask-size: contain; mask-repeat: no-repeat;}
.wrap-visual .visual-util .control-button button.prev{-webkit-mask-image: url(./../../images/icon/arrow_back.svg); mask-image: url(./../../images/icon/arrow_back.svg);}
.wrap-visual .visual-util .control-button button.next{-webkit-mask-image: url(./../../images/icon/arrow_forward.svg); mask-image: url(./../../images/icon/arrow_forward.svg);}
.wrap-visual .visual-util .control-button button.stop{-webkit-mask-image: url(./../../images/icon/pause.svg); mask-image: url(./../../images/icon/pause.svg);}
.wrap-visual .visual-util .control-button button.play{-webkit-mask-image: url(./../../images/icon/play.svg); mask-image: url(./../../images/icon/play.svg);}

@media screen and (max-width:1024px) {
  .wrap-visual .visual-slide .swiper-slide{height:55rem;}
  .wrap-visual .visual-util{bottom:4rem;}
}


/************************************************************************
Quick
************************************************************************/
.wrap-quick{background:#005baa; position:relative; max-width:160rem; margin:0 auto; overflow:hidden;}
.wrap-quick .quick-title{display:none;}
.wrap-quick .quick-slide{padding:3rem 10rem;}
.wrap-quick .quick-slide .slider{overflow:hidden;}
.wrap-quick .quick-slide li{text-align: center;color: #fff;}
.wrap-quick .quick-slide li a{color: #fff;}
.wrap-quick .quick-slide li .thumb{height: 5.5rem;display: flex;align-items: center;justify-content: center;margin-bottom: 1rem;}
.wrap-quick .quick-slide li .subject .t-1{line-height:1.25;}
.wrap-quick .quick-slide li .subject .t-2{display:none;}
.wrap-quick .quick-util{display:none;}
.wrap-quick .quick-slide li .thumb img{transition:transform 0.8s cubic-bezier(0, 0.9, 0.58, 1);}
.wrap-quick .quick-slide li:hover .thumb img {transform: rotateY(180deg);}

@media screen and (max-width:1300px) {
  .wrap-quick .quick-slide{padding: 3rem 5rem;}
}

@media screen and (max-width:767px) {
  .wrap-quick .quick-slide{padding: 3rem 8rem;}
  .wrap-quick .quick-util{display:block;position: absolute;top: 50%;margin-top: -2.5rem;width: 100%;}
  .wrap-quick .quick-util .p-s,
  .wrap-quick .quick-util .counter{display:none;}
  .wrap-quick .control-button button{width: 5rem;height: 5rem;display: inline-block;border-radius: 100%;text-indent: -9999rem;background-color: rgba(255, 255, 255, .3);background-position: center;background-repeat: no-repeat;position: absolute;}
  .wrap-quick .control-button .next{background-image: url(./../../images/main/schedule_next.png);right: 1rem;}
  .wrap-quick .control-button .prev{background-image: url(./../../images/main/schedule_prev.png);left: 1rem;}
}
/************************************************************************
Notice
************************************************************************/
.wrap-notice{max-width:162rem; margin:0 auto; overflow:hidden; padding:8rem 1rem 13rem;}
.wrap-notice ._inner{position: relative;}
.wrap-notice ._inner h2{color:#212121;font-size:5rem;margin-bottom: 4rem;text-align: center;}
.wrap-notice ._inner h2:after{content: '';width: 10rem;height: 0.1rem;display: block;background: #000;margin: 0 auto;}
.wrap-notice ._inner > ul{position: relative;display: flex;padding-bottom: 33rem;gap: 1rem;align-items: center;justify-content: center;}
.wrap-notice > ul > li{}
.wrap-notice ul li .title{}
.wrap-notice ul li .title button{font-size: 2.2rem;font-weight: 300;}
.wrap-notice ul li + li .title button::before {content: '';display: inline-block;width: 2rem;height: 2rem;background: url(./../../images/icon/ic-tab-dot.png) no-repeat center;}
.wrap-notice ul li + li .title button{    display: flex;    gap: 1rem;    align-items: center;}
.wrap-notice ul li.active .title button{font-weight: 500;font-size: 2.8rem; line-height: 3.2rem;}
.wrap-notice ul li .list{display: none;position: absolute;bottom: 0;left: 0;}
.wrap-notice ul li.active .list{display: block;}
.wrap-notice ul li .list ul{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 5rem;}
.wrap-notice ul li .list ul li a .con{display: flex;flex-direction: column;border-bottom: 0.2rem solid #000;margin-bottom: 3rem;}
.wrap-notice ul li .list ul li a .con .date{order:2;order: 2;font-size: 1.4rem;color: #999;margin: 2.5rem 0;}
.wrap-notice ul li .list ul li a .con .date em:before{content:'.';}
.wrap-notice ul li .list ul li a .con .txt > div{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.wrap-notice ul li .list ul li a .con .subjectText{font-weight: 500;position:relative;font-size: 2.2rem;margin-bottom: 2rem;color: #212121;height: 7.25rem;padding-top: 5px;}
.wrap-notice ul li .list ul li a .con .subjectText i{display: inline-block; margin-right: 0.5rem; position: relative; top: 0.7rem;}
.wrap-notice ul li .list ul li a .con .subjectText span{padding-top: 1rem;background-image: linear-gradient(#212121,#212121);background-repeat: no-repeat;background-position: left bottom .1rem;background-size: 0 1px;transition: background-size 1.2s;}
.wrap-notice ul li .list ul li a:hover .con .subjectText span{background-size: 100% 1px;color:#212121;}

.wrap-notice ul li .list ul li a .con .content{color: #666;font-weight: 300;height: 5.5rem;}
.wrap-notice ul li .list ul li a .readMore{font-style: italic;display: inline-flex;align-items: center;gap: 1.5rem;border-bottom: 0.1rem solid #3a3a3a;padding-bottom: 0.5rem;}
.wrap-notice ul li .list ul li a .readMore:after{content:'';display: block;width: 1.5rem;height: 1.5rem; background:url(./../../images/main/notice_arr.png) center no-repeat;}
.wrap-notice ul li .list ul li a .readMore span{}
.wrap-notice ul li .list .more{position: absolute;right: 0;top: -8rem;width: 3.5rem;height: 3.5rem;background:#2b2e41 url(./../../images/main/notice_more.png) center no-repeat;text-indent: -9999rem;}

/* hover */
.wrap-notice ul li .list ul li a .con .subjectText span:after{content: '';width: 3rem;height: 3rem;display: block;background: #00a651;border-radius: 100%;position: absolute;right: 20px;top: 0;opacity: 0;}
.wrap-notice ul li .list ul li:hover a .con .subjectText span:after{transition:ease all .5s; opacity: 0.5;}

@media screen and (max-width:1300px) {
  .wrap-notice ul li .list ul{grid-template-columns: 1fr 1fr 1fr;}
  .wrap-notice ul li .list ul li:nth-child(n +4){display:none;}
}

@media screen and (max-width:1024px) {
  .wrap-notice{padding: 6rem 2rem;}
  .wrap-notice ._inner h2{font-size:4rem; margin-bottom: 3rem;}
  .wrap-notice ul li .list ul{grid-template-columns: 1fr 1fr;}
  .wrap-notice ul li .list ul li:nth-child(n +3){display:none;}
  .wrap-notice ul li .list .more{top: -8.5rem;}
}

@media screen and (max-width:768px) {
  .wrap-notice ._inner > ul{
    justify-content: left;
}
  .wrap-notice ul li .list .more{top: -8rem;}
  .wrap-notice ul li .title button{font-size:1.7rem}
  .wrap-notice ._inner > ul{gap:0.3rem}
  .wrap-notice ul li.active .title button{font-size:2rem}
  .wrap-notice ul li + li .title button{gap:0.3rem;}
  .wrap-notice ul li .list ul{grid-template-columns: 1fr;}
  .wrap-notice ul li .list ul li:nth-child(n +2){display:none;}
}


/************************************************************************
Schedule
************************************************************************/
.main_schedule_basic{position:relative; background:url(./../../images/main/schedule_bg.jpg) center / cover no-repeat;}
.scheduleMain{position: relative;max-width:164rem;margin:0 auto;padding: 5rem 0 14rem;}

.scheduleMain .title{font-size:2.6rem;font-weight:500;display: flex;flex-direction: column;color: #fff;}
.scheduleMain .title .sub_txt{font-size: 1.8rem; font-weight: 100; width: 25rem;}
/*
.scheduleMain .title:after{content:'진리, 자유, 봉사의 정신으로 창조적 지성의 인재를 양성';font-size: 1.8rem;font-weight: 100;width: 25rem;}
*/
.scheduleMain .title a{color:#fff;font-size: 5rem;font-weight: 700;}
.scheduleMain .title .sj_more{display:none;}

.scheduleMain .scheduleControl{position: absolute; left:0; bottom:7rem; z-index: 1;}
.scheduleMain .scheduleControl span{display:none;}
.scheduleMain .scheduleControl a{width:5rem; height:5rem; display:inline-block; border-radius:100%; text-indent:-9999rem; background-color:rgba(255,255,255,.3); background-position:center; background-repeat:no-repeat;}
.scheduleMain .scheduleControl a.prev{background-image:url(./../../images/main/schedule_prev.png)}
.scheduleMain .scheduleControl a.next{background-image:url(./../../images/main/schedule_next.png)}
.scheduleMain .scheduleScroll{padding-top: 7rem;width: 100%;}
.scheduleMain .scheduleScroll .event{display: grid;color: #fff;gap: 10rem;grid-template-columns: 1fr 1fr 1fr;}
.scheduleMain .scheduleScroll .event li{display: flex; gap:2.5rem;}
.scheduleMain .scheduleScroll .event li:nth-child(n + 4){display:none;}
._schdulList > ul > li{display: flex;align-items: center;gap: 7rem;}
.scheduleScroll .subject{display: flex; flex-direction: column; justify-content: center;}
.scheduleScroll .subject .date{margin-bottom: 0.5rem;font-size: 4rem;font-weight: 500;letter-spacing: -0.1rem;}
.scheduleScroll .subject .sj{font-weight: 400;display: block;position: relative;padding-left: 1.5rem;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.scheduleScroll .subject .sj:before{content:'';width:0.8rem;height:0.8rem;display: block;background: #fff;border-radius: 100%;position: absolute;left: 0;top: 1rem;}
.scheduleScroll .date_w{display:none;}
.scheduleMain .more,
.scheduleMain .sj_more{display:none;}
@media screen and (max-width:1600px) {
  .scheduleMain .scheduleScroll .event{gap:5rem;}
  .scheduleMain .scheduleControl{left:2rem;}
}

@media screen and (max-width:1200px) {
  .scheduleMain .scheduleScroll .event{grid-template-columns: 1fr 1fr;}
  .scheduleMain .scheduleScroll .event li:nth-child(n +3){display:none;}
}

@media screen and (max-width:1024px) {
  .scheduleMain{padding: 6rem 2rem;}
  .scheduleMain .scheduleScroll .event{gap:2rem; align-items: baseline;}
  .scheduleMain .title a{font-size:4rem;}
  .scheduleScroll .subject .date{font-size:3rem;}
  .scheduleMain .scheduleScroll{padding-top: 2rem;}
  ._schdulList > ul > li{display:block;}
  .scheduleMain .title .sub_txt,
  .scheduleMain .title:after{display:none;}
  .scheduleMain .scheduleControl{left: inherit; right: 2rem; top:7rem; }
  .scheduleMain .scheduleControl a.prev{margin-right:5px;}
}

/************************************************************************
News
************************************************************************/
.recent_photo{position:relative; max-width:164rem; padding:0 2rem; margin:10rem auto;}
.recent_photo h2{display:none;}
.recent_photo .title{text-align: center;}
.recent_photo .title button{color:#212121;font-size:5rem;font-weight:700;margin-bottom:6rem;font-family: 'NotoSans';}
.recent_photo .title button:after{content: ''; width: 10rem; height: 0.2rem; display: block; background: #000; margin: 2rem auto 0;}

.recent_photo .frame .list ul {display: grid; grid-template-columns:30% 30% 1fr 1fr; gap:4rem; }
.recent_photo .frame .list ul li .thumb{border:1px solid #ddd;}
.recent_photo .frame .list ul li .subjectText{position: relative;}
.recent_photo .frame .list ul li .subjectText i{position: absolute; right: 0; top: 1rem;}
.recent_photo .frame .list ul li:nth-child(1),
.recent_photo .frame .list ul li:nth-child(2) {grid-row:span 2; display: flex; flex-direction: column;}

.recent_photo .frame .list ul li:nth-child(1) .thumb,
.recent_photo .frame .list ul li:nth-child(2) .thumb {width: 100%; height: 28rem; overflow: hidden; margin-bottom: 3rem;}
.recent_photo .frame .list ul li:nth-child(1) .thumb img,
.recent_photo .frame .list ul li:nth-child(2) .thumb img {width: 100%;height: 100%;}
.recent_photo .frame .list ul li:nth-child(1) .subjectText span,
.recent_photo .frame .list ul li:nth-child(2) .subjectText span {font-size: 2.4rem;font-weight: 500;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;height: 4rem;}
.recent_photo .frame .list ul li:nth-child(1) .subjectText:after,
.recent_photo .frame .list ul li:nth-child(2) .subjectText:after{content: '';width: 7rem;height: 0.1rem;display: block;background: #26336a;margin: 2rem 0;}
.recent_photo .frame .list ul li:nth-child(1) .content,
.recent_photo .frame .list ul li:nth-child(2) .content {font-size: 1.7rem;color: #666;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

.recent_photo .frame .list ul li:nth-child(n+3) {display: flex;flex-direction: column; }
.recent_photo .frame .list ul li:nth-child(n+3) .thumb {width: 100%; height: 15rem; overflow: hidden;}
.recent_photo .frame .list ul li:nth-child(n+3) .thumb img {width: 100%; height: 100%; object-fit: cover;}
.recent_photo .frame .list ul li:nth-child(n+3) .con {flex-grow: 1; margin-top:2rem;}
.recent_photo .frame .list ul li:nth-child(n+3) .subjectText span {font-size: 1.7rem;color: #333;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.4;height: 4.8rem;}
.recent_photo .frame .list ul li:nth-child(n+3) .content {display: none;}
.recent_photo .frame .date{display: none; }
.recent_photo .frame .more{position: absolute; right: 2rem; top: 3rem; width: 3.5rem;height: 3.5rem;background:#2b2e41 url(./../../images/main/notice_more.png) center no-repeat; text-indent: -9999rem;}
.recent_photo .frame .list ul li .thumb img{transition:all ease .75s;}
.recent_photo .frame .list ul li a:hover .thumb img{transform:scale(1.05);}

@media screen and (max-width:1300px) {
  .recent_photo .frame .list ul{grid-template-columns: 35% 35% 1fr; gap: 2rem;}
  .recent_photo .frame .list ul li:nth-child(n + 5){display:none;}
}

@media screen and (max-width:1024px) {
  .recent_photo{padding: 6rem 2rem;margin: 0;}
  .recent_photo .title button{font-size:4rem;}
  .recent_photo .frame .list ul {grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem;}
  .recent_photo .frame .list ul li:nth-child(1) {grid-column: span 2; grid-row: auto; }
  .recent_photo .frame .list ul li:nth-child(2) {display: none; }
  .recent_photo .frame .list ul li:nth-child(1) .thumb {height: auto;aspect-ratio: 16 / 9; margin-bottom: 2.5rem;}
  .recent_photo .frame .list ul li:nth-child(n+3) {display: flex; grid-column: span 1;}
  .recent_photo .frame .list ul li:nth-child(n+3) .thumb {height: 12.5rem;aspect-ratio: 3 / 2;}
  .recent_photo .frame .more{top: 7.5rem;}
  .recent_photo .frame .list ul li:nth-child(n+3) .con{margin-top:10px;}
  .recent_photo .frame .list ul li:nth-child(n+3) .subjectText span{font-size:1.5rem;height: 4.2rem;}
}



.templet_03 ._fnctWrap ._fnctAdmin{bottom:unset;top:0;}

/*
end


*/