@charset "utf-8";

.MC_box3 {display: flex;justify-content: space-between;}

.sc_onAir {width: calc(50% - 0.5rem);}
.sc_onAir > a {background: url(/images/dgedu/web/jinhak/main/bg_onair.png) no-repeat right bottom 0;padding: 1rem 0 0 11%;}
.sc_onAir .img {margin-top: 1rem;}
.sc_onAir > a::after {background:url(/images/dgedu/web/jinhak/main/bg_onair_txt.png) no-repeat left bottom -0.5rem;}

.sc_program {position: relative; width: calc(50% - 0.5rem); height: 100%; border: 1px solid #93cced; border-radius: 1rem;}
.sc_program::after {content: "";border-radius: 1rem;position: absolute;top: -1px;bottom: -1px;left: -1px;right: -1px;border: 2px solid#93cced;opacity: 0;z-index: -1;}
.sc_program::before {content: "";width: 100%;height: 100%;position: absolute;z-index: -2;background-color: #fff;}
.sc_program > a {display: block;width: 100%;height: 100%;box-shadow: 4px 4px 13px rgba(101, 101, 101, 0.28);border-radius: 1rem;padding: 1rem 0 0 11%;overflow: hidden;position: relative;background: url(/images/dgedu/web/jinhak/main/bg_subjects.png) no-repeat right bottom 0;background-size: 6rem;}
.sc_program > a::after{content: "";width: 10rem;height: 10rem;background: url(/images/dgedu/web/jinhak/main/bg_subjects_bg.png) no-repeat right bottom;background-size: contain;position: absolute;bottom: -3.5rem;right: -2.5rem;z-index: -1;}
/* .sc_onAir > a::before{content: ""; width: 100%; height: 100%; bottom: 0; left: 0; background-color: #fff8e7; position: absolute; z-index: -1; opacity: 0;} */
.sc_program .tit {font-size: 1.2rem;color: #393939;font-weight: 700;letter-spacing: 2px;}
.sc_program .tit > span {letter-spacing: -1px;}
.sc_program .tit i {color: #848c92;font-size: 1.55rem;vertical-align: bottom;}
.sc_program .img {margin-top: 0.25rem;}

.sc_program:hover::after{opacity: 1;}
.sc_program > a:hover::after,
.sc_program > a:focus::after{animation: onAirBg 0.3s forwards; }
.sc_program::after,
.sc_program > a .tit,
.sc_program > a::before,
.sc_program > a .tit i{-webkit-transition:all 0.15s;-ms-transition:all 0.15s;transition:all 0.15s;line-height: 1.25;}
.sc_program > a:hover::before{ width: 100%; height: 100%; border-radius: 1rem; opacity: 1;}
.sc_program > a:hover .tit,
.sc_program > a:focus .tit{color: #03A9F4;}
.sc_program > a:hover .tit i,
.sc_program > a:focus .tit i{color: #03A9F4;}

@media (max-width: 1160px) { 
    .sc_program > a {padding: 1.5rem 0 0 7%;}
}

@media (max-width: 860px) { 
    .sc_program > a {padding: 1.5rem 0 0 5%;background: url(/images/dgedu/web/jinhak/main/bg_subjects.png) no-repeat right bottom;background-size: 6rem;}
	.sc_program > a::after {background: url(/images/dgedu/web/jinhak/main/bg_subjects_bg.png) no-repeat;background-size: contain;}

}

@media (max-width: 480px) { 

	.sc_program .tit, .sc_onAir .tit { font-size: 1rem;}
	.sc_onAir .img {margin-top:0.25rem;}
	.sc_program > a {padding: 1rem 0 0 1rem;background: url(/images/dgedu/web/jinhak/main/bg_subjects.png) no-repeat right  bottom;background-size: 5rem;}
	.sc_program > a::after {width:9rem; height:9rem;}
}