﻿@charset "utf-8";

.nstdeptlist {display:none; position:absolute; top:10%; left:50%; width:350px; height:475px; padding:10px; margin-left:-177px; background-color:white; border:1px solid #afafaf; box-sizing: border-box}
.nstdeptlist .nstdept {top: 0; left: 0; width: 330px; height: 350px; overflow: scroll; overflow-x: hidden}
.nstdeptlist .nstfooter {width: 100%; padding: 10px 0; text-align: center}
.nstdeptlist h3 {font-size: 19px; width: 100%; margin: 0 0 15px 0; color: #0072bc; line-height: 25px}

.nstdeptlistofcdc {display:none; position:absolute; top:10%; left:50%; width:360px; height:505px; padding:10px; margin-left:-177px; background-color:white; border:1px solid #afafaf; box-sizing: border-box}
.nstdeptlistofcdc .nstdept {top: 0; left: 0; width: 330px; height: 350px; overflow: scroll; overflow-x: hidden}
.nstdeptlistofcdc .nstfooter {width: 100%; padding: 10px 0; text-align: center}
.nstdeptlistofcdc h3 {font-size: 19px; width: 100%; margin: 0 0 15px 0; color: #0072bc; line-height: 25px}

/* 로딩화면  */
.openapiloading {position:absolute; top:0; left:0; box-sizing:border-box; width:100%; height:100%; background:rgba(0,0,0,.15)}
.openapiloading span {position:absolute; top:0; left:0; display:block; width:100%; height:100%; background:url(/images/co/loadingbar.gif) no-repeat center center; z-index:9999;}