@charset "utf-8";


:root {
  --main-color: #004771; /* 메인컬러 */
  --strong-color: #00283f; /* 포인트 강조색 */
}

.topUtil .totalSearch button {background: var(--main-color);}
.MC_wrap1 .container:before {background: var(--main-color)!important;}
.MC_wrap3 .pop_schedule0034:before {background: var(--main-color);}
.MC_wrap3 .pop_schedule0034 .sche_table:before,
.MC_wrap3 .pop_schedule0034 .sche_table table tbody td .today:before {background:var(--strong-color)!important;}
.MC_wrap3 .pop_schedule0034 .lst li a:hover span,
.MC_wrap3 .pop_schedule0034 .lst li a:focus span {background:var(--strong-color);}
.con_wrap .pop0034 .control {background: var(--main-color);}
.con_wrap .pop0034 .control a:focus, 
.con_wrap .pop0034 .control a:hover {background: var(--strong-color);}

.MC_wrap2 .notice0034 .titTab ul li a.current,
.MC_wrap2 .notice0034 .titTab ul li a.current:before {color:var(--main-color);}
.MC_wrap2 .notice0034 .titTab:after {background: var(--main-color);}
.MC_wrap2 .notice0034 .list_box dd .date,
.MC_wrap2 .notice0034 .list_box dl.new dt:before {color:var(--main-color);}
.MC_wrap2 .notice0034 .list_box li a:before {background: var(--main-color);}

.MC_wrap2 .notice0034 .titTab ul li a:hover,
.MC_wrap2 .notice0034 .titTab ul li a:focus { color:var(--main-color); }
.MC_wrap2 .notice0034 .list_box a.topList:hover dt,
.MC_wrap2 .notice0034 .list_box a.topList:focus dt { color:var(--main-color);}
.MC_wrap3 .pop_schedule0034 .btn_more {background:var(--strong-color) url(/images/template/T0034/main/0034_pop_schedule_more.png) no-repeat center / cover;}



/* media query mobile */
@media screen and (max-width: 1280px){



	
}

@media screen and (max-width: 1200px){

	

}

@media screen and (max-width: 1024px){



}

@media (max-width:690px) {



}

@media (max-width:560px) {



}

@media screen and (max-width: 480px){



}

@media (max-width:380px) {


}



