.heading { font-size: 1.3rem; font-weight: 700; color: #222; }
.heading em { color: #00A79f; }
.tit_wrap span { display: block; font-size: 0.8rem; color: #555; margin-top: 0.5rem; }

/* 메인비주얼 */
.visual { position: relative; height: 19rem; }
.visual .slider { height: 100%; border-radius: 4rem 0.5rem 2rem 0.5rem; overflow: hidden; background: #ccc; }
.visual .slider .slick-list,
.visual .slider .slick-track { height: 100%; }
.visual .slider .item { width: 100%; height: 100%; line-height: 0; }
.visual .slider .item img { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; }
.visual .control { position: absolute; bottom: -1.5rem; left: 50%; transform: translateX(-50%); height: 3rem; display: inline-flex; align-items: center; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.149); border-radius: 4rem; background: #fff; padding: 0 1.5rem; gap: 0.5rem; }
.visual .control .page { font-size: 1rem; white-space: nowrap; margin-right: 0.4rem; }
.visual .control .page strong { font-weight: 700; color: #00A79f; }
.visual .control .page span { position: relative; font-weight: 300; color: #555; padding-left: 1.5rem; }
.visual .control .page span::before { position: absolute; top: 50%; left: 5px; transform: translateY(-50%); width: 1rem; height: 1px; background: #bbb; content: ""; }
.visual .control a { font-size: 1.5rem; }
.visual .control .play,
.visual .control .stop { display: flex; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #00A79f; justify-content: center; align-items: center; color: #fff; font-size: 1rem; }
.visual .control .play { display: none; }

/* 공지사항 */
.notice { position: relative; font-family: 'Pretendard'; }
.notice .titTab ul { display: flex; gap: 0.5rem 2.2rem; margin-bottom: 1.4rem; width: calc(100% - 4rem); }
.notice .titTab ul li { position: relative; }
.notice .titTab ul li + li::before { position: absolute; left: -1.1rem; top: calc(50% - 0.4rem); width: 3px; height: 1rem; background: url('/images/web/parents/main/notice_dot.png') no-repeat center; content: ""; }
.notice .titTab ul li a { display: block; font-size: 1.1rem; color: #666; text-align: center; transition: 0.3s; }
.notice .titTab ul li a.current { color: #111; font-weight: 700; }
.notice .titTab ul li a.current span { position: relative; z-index: 1; }
.notice .titTab ul li a.current span::before { position: absolute; top: -8px; left: -11px; width: 1rem; height: 1rem; border-radius: 50%; background: rgba(250, 166, 51, 0.502); content: ""; z-index: -1; transition: 0.3s; }
.notice .list_box { display: none; }
.notice .list_box.on { display: block; }
.notice .list_box .topList { position: relative; display: flex; gap: 0.75rem; background: #fff; border-radius: 1.2rem; padding: 1rem; }
.notice .list_box .topList .date { width: 5.75rem; height: 5.4rem; border-radius: 1rem; background: #00A79f; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 2rem; text-align: center; flex: none; }
.notice .list_box .topList .date em { font-size: 0.85rem; }
.notice .list_box .topList .cont { overflow: hidden; }
.notice .list_box .topList .cont .tit { position: relative; font-size: 1rem; font-weight: 700; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0.7rem 0 0.5rem; }
.notice .list_box .topList .cont .txt { font-size: 0.8rem; color: #666; line-height: 1.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.notice .list_box .topList.new .tit { padding-left: 1.7rem; }
.notice .list_box .topList.new .tit::before { position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: #faa633; color: #fff; content: "N"; font-size: 0.8rem; }
.notice .list_box ul li:nth-child(n+4) { display: none; }
.notice .list_box ul li a { position: relative; display: block; padding: 0.85rem 5.8rem 0.85rem 1.9rem; border-bottom: 1px dashed #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.9rem; color: #222; font-weight: 600; }
.notice .list_box ul li a::before { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #00A79F; content: ""; }
.notice .list_box ul li a span { position: absolute; top: 50%; right: 1rem; transform: translateY(-50%); font-size: 0.8rem; color: #666; font-weight: 400; }
.notice .no_data { display: flex; justify-content: center; align-items: center; height: 15.8rem; background: rgba(0, 0, 0, 0.1); border-radius: 1rem; }
.notice .btn_more { position: absolute; top: 0; right: 0; height: 1.4rem; border-bottom: 1px solid #ccc; display: flex; align-items: center; gap: 0.4rem; color: #666; font-size: 0.8rem; }
.notice .btn_more i { font-size: 1rem; color: #c0c0c0; transition: 0.3s; }
.notice .btn_more:hover i,
.notice .btn_more:focus i { color: #00A79f; }
.notice .titTab ul li a:hover,
.notice .titTab ul li a:focus { font-weight: 700; }
.notice .list_box ul li a:hover,
.notice .list_box ul li a:focus { text-decoration: underline;}

/* 수행과제 */
.M_study { font-family: 'Pretendard'; }
.M_study .tit_wrap { width: calc(100% - 11rem); }
.M_study .slider { margin-top: 1.5rem; }
.M_study .slider .slick-list { width: calc(100% + 1.2rem); margin-left: -0.6rem; }
.M_study .slider .item { padding: 0 0.6rem; }
.M_study .slider .item a { position: relative; display: flex; justify-content: center; align-items: center; height: 10.5rem; overflow: hidden; background: #ccc; }
.M_study .slider .item a img { height: 100%; width: 100% }
.M_study .slider .item a .badge { position: absolute; top: 0.5rem; right: 0.5rem; border-radius: 50%; width: 1.5rem; height: 1.5rem; display: flex; justify-content: center; align-items: center; color: #fff; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.102); font-size: 0.8rem; font-weight: 700; z-index: 1; }
.M_study .slider .item a .badge.col_bule { background: #5072FF; }
.M_study .slider .item a .badge.col_red { background: #D92A34 ; }
.M_study .slider .item a .badge.col_green { background: #01BF4A; }
.M_study .slider .item a .badge.col_org { background: #EB7600; }
.M_study .slider .item a .btn_more { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; justify-content: center; align-items: center; color: #fff; flex-direction: column; gap: 0.5rem; opacity: 0; }
.M_study .slider .item a .btn_more i { font-size: 1.2rem; }
.M_study .slider .item a .btn_more em { font-size: 0.8rem; }
.M_study .control { display: flex; align-items: center; margin-top: 1.7rem; gap: 0.5rem; }
.M_study .control .progressBar { width: 100%; height: 0.3rem; border-radius: 0.8rem; background: #e4efef; overflow: hidden; }
.M_study .control .progressBar span { display: block; height: 100%; background: #ABC3CD; border-radius: 0.8rem; transition: width 0.4s ease; }
.M_study .control a { font-size: 1.5rem; flex: none; }
.M_study .control .play,
.M_study .control .stop { display: flex; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #00A79f; justify-content: center; align-items: center; color: #fff; font-size: 1rem; }
.M_study .control .play { display: none; }
.M_study .slider .item a,
.M_study .slider .item a .btn_more { transition: 0.3s; }
.M_study .slider .item a:hover,
.M_study .slider .item a:focus { border-radius: 1rem; }
.M_study .slider .item a:hover .btn_more,
.M_study .slider .item a:focus .btn_more { display: flex; opacity: 1; }

/* sns */
.M_sns { position: relative; font-family: 'Pretendard'; }
.M_sns ul { display: flex; gap: 0.7rem; margin-top: 0.6rem; }
.M_sns ul li { flex: 1; }
.M_sns ul li a { display: flex; justify-content: center; align-items: center; height: 1.5rem; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.102); border-radius: 0.5rem; overflow: hidden; }
.M_sns ul li.blog a { background: #25CE42; }
.M_sns ul li.youtb a { background: #DC252A; }
.M_sns ul li.insta a { background: linear-gradient(222.92deg, #8D51A1 3.11%, #FF4D65 47.29%, #FFC157 96.89%); }
.M_sns ul li.fabk a { background: #445E97; }
.M_sns ul li.kakao a { background: #FCCA00; }

/* 프로그램안내 */
.M_progm { position: relative; font-family: 'Pretendard'; }
.M_progm .inner { margin-top: 1.5rem; height: 13.3rem; }
.M_progm .inner ul { height: 150%; overflow-y: auto; padding-right: 15px; -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 70%, transparent 100%); }
.M_progm .inner ul.active {  -webkit-mask-image: initial; }
.M_progm .inner ul li + li { margin-top: 0.5rem; }
.M_progm .inner ul li a { position: relative; display: block; padding: 0.75rem 6rem 0.75rem 1rem; border: 1px solid #ccc; border-radius: 0.5rem; }
.M_progm .inner ul li a .name { font-size: 0.9rem; color: #222; font-weight: 700; margin-bottom: 0.5rem; }
.M_progm .inner ul li a .info { display: flex; flex-wrap: wrap; gap: 0.4rem 2.25rem; }
.M_progm .inner ul li a .info span { font-size: 0.8rem; color: #666; }
.M_progm .inner ul li a .info span em { font-weight: 700; margin-right: 0.5rem;}
.M_progm .inner ul li a .sttus { position: absolute; top: 0.75rem; right: 1rem; width: 85px; height: 2.5rem; border-radius: 0.5rem; display: flex; justify-content: center; align-items: center; font-size: 0.9rem; font-weight: 700; } 
.M_progm .inner ul li a .sttus.ing { background: #FFEBB4; color: #FF980B; }
.M_progm .inner ul li a .sttus.end { background: #C9FBFF; color: #00A79F; }
.M_progm .btn_more { position: absolute; top: 1.65rem; right: 0; height: 1.4rem; border-bottom: 1px solid #ccc; display: flex; align-items: center; gap: 0.4rem; color: #666; font-size: 0.8rem; }
.M_progm .btn_more i { font-size: 1rem; color: #c0c0c0; transition: 0.3s; }
.M_progm .btn_more:hover i,
.M_progm .btn_more:focus i { color: #00A79f; }
.M_progm .inner ul li a { transition: 0.3s; }
.M_progm .inner ul li a:hover,
.M_progm .inner ul li a:focus { border-color: #00A79f; }

/* 추천연수 */
.M_rcmnd { position: relative; font-family: 'Pretendard'; }
.M_rcmnd .tit_wrap { width: calc(100% - 5rem); }
.M_rcmnd .slider { margin-top: 1.5rem; }
.M_rcmnd .slider .slick-list { width: calc(100% + 1.2rem); margin-left: -0.6rem; }
.M_rcmnd .slider .item { padding: 0 0.6rem; }
.M_rcmnd .slider .item a { display: block; }
.M_rcmnd .slider .item a .img { position: relative; height: 6rem; overflow: hidden; border-radius: 0.5rem; background: #ccc; display: flex; justify-content: center; align-items: center; }
.M_rcmnd .slider .item a .img img { max-width: 100%; }
.M_rcmnd .slider .item a .img .deco { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; color: #fff; flex-direction: column; gap: 0.5rem; opacity: 0; overflow: hidden; border: 3px solid #00A79F; border-radius: 0.5rem; }
.M_rcmnd .slider .item a .img .deco i { font-size: 1.2rem; }
.M_rcmnd .slider .item a .img .deco em { font-size: 0.8rem; }
.M_rcmnd .slider .item a .info { margin-top: 1rem; display: flex; justify-content: space-between; align-items: center; }
.M_rcmnd .slider .item a .info .badge { display: inline-block; border: 1px solid #00A79F; color: #00A79F; padding: 3px 0.5rem; font-size: 0.75rem; border-radius: 1rem; }
.M_rcmnd .slider .item a .info .scope { position: relative; padding-left: 1rem; font-size: 0.75rem; font-weight: 600; color: #555; }
.M_rcmnd .slider .item a .info .scope::before { position: absolute; top: 0; left: 0; content: "\ea0f"; font-family: 'xeicon'; color: #FAA633; }
.M_rcmnd .slider .item a .info .scope em { font-weight: 200; color: #666; }
.M_rcmnd .slider .item a .tit { font-size: 0.9rem; color: #222; font-weight: 700; margin: 0.5rem 0 0.6rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.M_rcmnd .slider .item a .time { font-size: 0.8rem; color: #666; }
.M_rcmnd .slider .item a .time em { font-weight: 700; margin-right: 0.5rem; }
.M_rcmnd .control { display: flex; align-items: center; margin-top: 1.7rem; gap: 0.5rem; }
.M_rcmnd .control .progressBar { width: 100%; height: 0.3rem; border-radius: 0.8rem; background: #e4efef; overflow: hidden; }
.M_rcmnd .control .progressBar span { display: block; height: 100%; background: #ABC3CD; border-radius: 0.8rem; transition: width 0.4s ease; }
.M_rcmnd .control a { font-size: 1.5rem; flex: none; }
.M_rcmnd .control .play,
.M_rcmnd .control .stop { display: flex; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #00A79f; justify-content: center; align-items: center; color: #fff; font-size: 1rem; }
.M_rcmnd .control .play { display: none; }
.M_rcmnd .btn_more { position: absolute; top: 1.65rem; right: 0; height: 1.4rem; border-bottom: 1px solid #ccc; display: flex; align-items: center; gap: 0.4rem; color: #666; font-size: 0.8rem; }
.M_rcmnd .btn_more i { font-size: 1rem; color: #c0c0c0; transition: 0.3s; }
.M_rcmnd .btn_more:hover i,
.M_rcmnd .btn_more:focus i { color: #00A79f; }
.M_rcmnd .slider .item a .img .deco,
.M_rcmnd .slider .item a .tit { transition: 0.3s; }
.M_rcmnd .slider .item a:hover .img .deco,
.M_rcmnd .slider .item a:focus .img .deco { opacity: 1; overflow: visible; }
.M_rcmnd .slider .item a:hover .tit,
.M_rcmnd .slider .item a:focus .tit { color: #00A79F; }

/* 길라잡이 */
.M_link { position: relative; font-family: 'Pretendard'; }
.M_link ul { display: flex; gap: 1.5rem; margin-top: 2.3rem; }
.M_link ul li { flex: 1; width: calc(100% / 3); }
.M_link ul li:nth-child(2) { transform: translateY(1.5rem); }
.M_link ul li a { position: relative; display: block; padding: 1.5rem; border-radius: 2.5rem 1rem 2.5rem 1rem; border: 3px solid; background: #fff; text-align: center; }
.M_link ul li a::after { position: absolute; bottom: 0; right: 0; width: 0; height: 0; box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.102); border-radius: 50%; background: #fff; content: "\ea70"; display: flex; justify-content: center; align-items: center; font-family: 'remixicon'; font-size: 1.2rem; transition: 0.3s; opacity: 0; }
.M_link ul li:nth-child(1) a::after { color: #52B6FF; }
.M_link ul li:nth-child(2) a::after { color: #B5E820; }
.M_link ul li:nth-child(3) a::after { color: #FFA931; }
.M_link ul li a::before { position: absolute; bottom: 0.4rem; left: -0.2rem; width: 5.2rem; height: 5.2rem; background: url('/images/web/parents/main/link_bg.svg') no-repeat center / contain; content: ""; }
.M_link ul li:nth-child(1) a { border-color: #52B6FF; }
.M_link ul li:nth-child(2) a { border-color: #B5E820; }
.M_link ul li:nth-child(3) a { border-color: #FFA931; } 
.M_link ul li a .img { display: flex; align-items: end; justify-content: center; max-width: 5.55rem; height: 5.55rem; border-radius: 50%; overflow: hidden; margin: 0 auto; }
.M_link ul li:nth-child(1) a .img { background: rgba(82, 182, 255, 0.502); }
.M_link ul li:nth-child(2) a .img { background: rgba(181, 232, 32, 0.502); }
.M_link ul li:nth-child(3) a .img { background: rgba(255, 169, 49, 0.502); }
.M_link ul li a .img img { max-width: 100%; }
.M_link ul li a .txt { margin-top: 0.75rem; }
.M_link ul li a .txt span { font-size: 0.75rem; }
.M_link ul li:nth-child(1) a .txt span { color: #1B2D8B; }
.M_link ul li:nth-child(2) a .txt span { color: #224A2A; }
.M_link ul li:nth-child(3) a .txt span { color: #94371D; }
.M_link ul li a .txt strong { display: block; font-size: 1rem; font-weight: 700; margin-top: 5px; color: #222; }
.M_link ul li a .txt strong em { font-weight: 400; }
.M_link .btn_more { position: absolute; top: 1.65rem; right: 0; height: 1.4rem; border-bottom: 1px solid #ccc; display: flex; align-items: center; gap: 0.4rem; color: #666; font-size: 0.8rem; }
.M_link .btn_more i { font-size: 1rem; color: #c0c0c0; transition: 0.3s; }
.M_link .btn_more:hover i,
.M_link .btn_more:focus i { color: #00A79f; }
.M_link ul li a,
.M_link ul li a .img { transition: 0.3s; }
.M_link ul li a:hover,
.M_link ul li a:focus { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.102); }
.M_link ul li:nth-child(1) a:hover,
.M_link ul li:nth-child(1) a:focus { background: #52B6FF; }
.M_link ul li:nth-child(2) a:hover,
.M_link ul li:nth-child(2) a:focus { background: #B5E820; }
.M_link ul li:nth-child(3) a:hover,
.M_link ul li:nth-child(3) a:focus { background: #FFA931; }
.M_link ul li a:hover::after,
.M_link ul li a:focus::after { width: 2rem; height: 2rem; opacity: 1; }
.M_link ul li a:hover::before,
.M_link ul li a:focus::before { background: url('/images/web/parents/main/link_bg_on.svg') no-repeat center / contain; }
.M_link ul li a:hover .img,
.M_link ul li a:focus .img { background: rgba(255, 255, 255, 0.5); }


/* 상단팝업보기 버튼 */
.popBtn {top: 9px !important;}


/*** slide_popup ***/
.spopup_wrap { top: 10.75rem !important; z-index: 999!important; }

/* 팝업창 스크롤 */
#wrap.scroll .spopup_wrap {top: 0 !important;}

/* 상단팝업 + 팝업창 */
.openPop .up_pop + .spopup_wrap { top: 17.75rem !important; margin-top: 0 !important; }

@media (max-width: 1024px) {
    /*** slide_popup ***/
    .spopup_wrap { position: fixed !important; top: 6.5rem !important;}

    /* 팝업창 스크롤 */
    #wrap.scroll .spopup_wrap {top: 6.5rem !important;}

    /* 상단팝업 + 팝업창 */
    .openPop .up_pop + .spopup_wrap { top: 13.5rem !important; }

	/* 상단팝업 + 팝업창 스크롤 */
	#wrap.openPop.scroll .spopup_wrap { top: 13.5rem !important; }
}

@media (max-width: 768px) {
    /*** slide_popup ***/
    .spopup_wrap { top: 3rem !important;}

    /* 팝업창 스크롤 */
    #wrap.scroll .spopup_wrap {top: 3rem !important;}

    /* 상단팝업 + 팝업창 */
    .openPop .up_pop + .spopup_wrap { top: 10rem !important; }

	/* 상단팝업 + 팝업창 스크롤 */
	#wrap.openPop.scroll .spopup_wrap { top: 10rem !important; }
}

@media (max-width: 480px) {
	/* 상단팝업 + 팝업창 */
    .openPop .up_pop + .spopup_wrap { top: 8.5rem !important; }

	/* 상단팝업 + 팝업창 스크롤 */
	#wrap.openPop.scroll .spopup_wrap { top: 8.5rem !important; }
}

@media (max-width: 340px) {
	/* 상단팝업 + 팝업창 */
    .openPop .up_pop + .spopup_wrap { top: 10rem !important; }

	/* 상단팝업 + 팝업창 스크롤 */
	#wrap.openPop.scroll .spopup_wrap { top: 10rem !important; }
}

/* .spopup_wrap {top:10.75rem !important;}
#wrap.scroll .spopup_wrap {top: 0 !important;}
.spopup_wrap {transition: margin-top 0.3s ease, left 0.3s !important;}
#wrap.openPop.scroll .spopup_wrap {top: -7rem !important;}

@media (max-width: 1540px) {
	.spopup_wrap {top:10.75rem !important;}
}
@media (max-width: 1200px) {
	.spopup_wrap {top:17.5rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
	#wrap.openPop.scroll .spopup_wrap {top: -7rem !important;}
}
@media (max-width: 1024px) {
	.spopup_wrap {top:0rem !important;}
	#wrap.scroll .spopup_wrap {top: 6.5rem !important;}
	#wrap.openPop.scroll .spopup_wrap,
    #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 6.5rem !important;}
}
@media (max-width: 768px) {
	.spopup_wrap {top:0rem !important;}
	#wrap.scroll .spopup_wrap {top: 3rem !important;}
	#wrap.openPop.scroll .spopup_wrap,
    #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 3rem !important;}
}
@media (max-width: 480px) {
	.spopup_wrap {top:0rem !important;}
	#wrap.scroll .spopup_wrap {top: 3rem !important;}
}
@media (max-width: 340px) {
   /* 좌측 팝업 : openPop */
   /* #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 3rem !important;} */
/*} */


@media (max-width:1280px) {
    .notice .titTab ul { gap: 0.5rem 1.5rem; }
    .notice .titTab ul li + li::before { left: -0.75rem; }
}

@media (max-width:1160px) {

    .M_progm .inner { margin-top: 1rem; }

    .M_link ul { display: block; margin-top: 1.6rem; }
    .M_link ul li { width: 100%; }
    .M_link ul li + li { margin-top: 0.75rem; }
    .M_link ul li:nth-child(2) { transform: none; }
    .M_link ul li a { display: flex; align-items: center; padding: 0.7rem 1.5rem; gap: 1.25rem; border-radius: 1.25rem 0.5rem 1.25rem 0.5rem; }
    .M_link ul li a::before { width: 2.5rem; height: 2.5rem; }
    .M_link ul li a::after { opacity: 1; width: 2rem; height: 2rem; right: 1.5rem; top: 0.9rem; }
    .M_link ul li:nth-child(1) a::after { background: #52B6FF; color: #fff; }
    .M_link ul li:nth-child(2) a::after { background: #B5E820; color: #fff; }
    .M_link ul li:nth-child(3) a::after { background: #FFA931; color: #fff; }
    .M_link ul li a .img { margin: 0; flex: 1; max-width: 2.5rem; height: 2.5rem; }
    .M_link ul li a .img img { height: 100%; }
    .M_link ul li a .txt { margin-top: 0; text-align: left; }
    .M_link ul li:nth-child(1) a:hover::after,
    .M_link ul li:nth-child(1) a:focus::after { color: #52B6FF; background: #fff; }
    .M_link ul li:nth-child(2) a:hover::after,
    .M_link ul li:nth-child(2) a:focus::after { color: #B5E820; background: #fff; }
    .M_link ul li:nth-child(3) a:hover::after,
    .M_link ul li:nth-child(3) a:focus::after { color: #FFA931; background: #fff; }
}

@media (max-width:960px) {
    .tit_wrap span { display: none; }

    .visual .control { gap: 0.5rem; padding: 0 1rem; }
    .visual .control .page { margin-right: 0.5rem; }

    .notice .titTab ul { margin-bottom: 1rem; }

    .M_study .tit_wrap { width: 100%; }
    .M_study .slider { margin-top: 1rem; }
    .M_study .control { margin-top: 1rem; }

    .M_sns { display: flex; justify-content: space-between; align-items: center; }
    .M_sns ul { margin-top: 0; }
    .M_sns ul li a { width: 1.5rem; }

    .M_progm .btn_more { top: 0; }

    .M_rcmnd .slider { margin-top: 1rem; }
    .M_rcmnd .btn_more { top: 0; }
    .M_rcmnd .control { margin-top: 1rem; }

    .M_link ul { margin-top: 1rem; }
    .M_link .btn_more { top: 0; }
}

@media (max-width:768px) {
    .heading { font-size: 1.1rem; }
}

@media (max-width:740px) {
    /* 메인비주얼 */
    .visual { height: auto; }
    .visual .slider { border-radius: 2rem 0.5rem 2rem 0.5rem; }
    .visual .slider .item img { top: auto; left: auto; transform: none; height: 100%; }
    .visual .control { bottom: -1rem; height: 2rem; }
}

@media (max-width:680px) {
    .notice .list_box .topList .date { width: 4rem; height: 4rem; font-size: 1.3rem; }
    .notice .list_box .topList .date em { font-size: 0.7rem; }
    .notice .list_box .topList .cont .tit { margin: 0.2rem 0; }
}

@media (max-width:580px) {
    .notice .titTab ul { flex-wrap: wrap; margin-bottom: 0.5rem; }
    .notice .titTab ul li a { font-size: 0.95rem; }
    .notice .list_box .topList { display: none; }
    .notice .list_box ul li a { padding: 0.85rem 4.8rem 0.85rem 1rem; }
    .notice .list_box ul li a::before { left: 0; }
    .notice .list_box ul li a span { right: 0; }
    .notice .no_data { height: 8.4rem; }

    .M_progm .inner ul li a { padding: 0.7rem; }
    .M_progm .inner ul li a .name { width: calc(100% - 4.5rem); }
    .M_progm .inner ul li a .sttus { width: 70px; height: 1.8rem; font-size: 0.8rem; }

    .M_study .slider .item a { height: 7.7rem; }
}

@media (max-width:450px) {
    .M_sns { display: block; }
    .M_sns ul { margin-top: 0.5rem; flex-wrap: wrap; }
    .M_sns ul li { flex: initial; }

    .M_rcmnd .slider .item a .tit { white-space: nowrap; margin: 0.2rem 0; }
}