@charset "utf-8";

/*.eQ01 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_04.jpg) no-repeat center top;}*/
/*.eQ01 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_26.png) no-repeat center top;}*/
.eQ01 .wrap_sub_visual:before{background:url(/sites/oiaen/images/sub/sub_visual_01.jpg) no-repeat center top;}
.eQ02 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_11.jpg) no-repeat center top;}
.eQ03 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_10.jpg) no-repeat center top;}
.eQ04 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_07.jpg) no-repeat center top;}
.eQ05 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_01.jpg) no-repeat center top;}
.eQ06 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_12.jpg) no-repeat center top;}
.eQ07 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_05.jpg) no-repeat center top;}
.eQ08 .wrap_sub_visual:before{background:url(/sites/templetstyleguide/images/sub/sub_visual_22.jpg) no-repeat center top;}



/* 모달 레이어 띄우기 */
/* 모달 레이어 띄우기  추가작업 javaScript 편집 2025-05-19 */
.popModalBg { position:fixed; background:rgba(0, 0, 0, 0.8); z-index:100; width:100%; height:100vh; top:0; right:0; bottom:0; left:0; display:flex; justify-content:center; align-items:center; }
body:not(.editMode) .popModalBg .popModalWrapper { position:absolute; z-index:101; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.popModalBg .popModalWrapper { overflow:auto; width:100%; height:100%; display:flex; flex-flow:column nowrap; justify-content:center; align-items:center; }
.popModalBg .popModalWrapper .popModalCont { padding:10px; border:1px solid #afafaf; font-size:14px; background-color:#fff; overflow:auto; }
.popModalBg .popModalWrapper .titWrap { display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:stretch; background-color:#A90057; }
.popModalBg .popModalWrapper .titWrap .tit { flex:1 0 calc(100% - 70px); text-align:left; padding:10px 20px; color:#fff; font-weight:bold; font-size:16px; }
.popModalBg .popModalWrapper .titWrap .btn { flex:1 0 70px; text-align:center; padding:10px 0; }
.popModalBg .popModalWrapper .titWrap .btn a { color:#fff; font-weight:bold; font-size:16px; }

/* 컴퓨터실습실 모달창 */
.computerLapModal { width:1024px; }
.computerLapModal .table_1 th, 
.computerLapModal .table_1 td { padding:5px 5px; font-size:15px; }	
@media all and (max-width:1024px) {
  .computerLapModal { width:95% !important; }
}
body:not(.editMode) #menu8875_obj450 { display:none; }