@charset "UTF-8"; 
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream1.otf') format('truetype');
	font-weight: 100;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream2.otf') format('truetype');
	font-weight: 200;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream3.otf') format('truetype');
	font-weight: 300;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream4.otf') format('truetype');
	font-weight: 400;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream5.otf') format('truetype');
	font-weight: 500;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream6.otf') format('truetype');
	font-weight: 600;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream7.otf') format('truetype');
	font-weight: 700;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream8.otf') format('truetype');
	font-weight: 800;
}
@font-face {
    font-family: 'SCDream';
    src: url('/fonts/SCDream9.otf') format('truetype');
	font-weight: 900;
}

*{
	padding: 0;
	margin: 0;
	font-family: "SCDream", sans-serif;
}

/* *{
	padding: 0;
	margin: 0;
	font-family: Nanum Gothic,sans-serif;
}  */

html,body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #f2f2f2;
}

*:focus {
	outline: none;
}

a{
	text-decoration:none;
	outline: none; 
	selector-dummy:expression(this.hideFocus=true);
}

div {
   -ms-user-select: none; 
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
 }

li,dt,dd,ol{
	list-style: none;
	outline: none; 
	selector-dummy:expression(this.hideFocus=true);
}
table{
	border-collapse: collapse;
}
.hidden{
    position: absolute;
    top: -99999px;
    left: -99999px;
    font-size: 1px;
    color: #fff;
    opacity: 0;
}
.header{
	background-color:#fff;
	color:white;
}
.header .topmenu{
	width:100% ;
	height: 40px;
	margin: 0 auto;
	text-align: right;
	border-bottom:1px solid #ddd;
}
.header .topmenu ul{
	width: 1270px;
	margin: 0 auto;
}
.header .topmenu ul li{
	display: inline-block;
	line-height: 38px;
}
.header .topmenu ul li:not(:last-child):after{
	content:"|";
	margin-left: 15px;
	margin-right: 13px;
}
.header .topmenu ul li:last-child a{
	color:#0153a7;
} 
.header .topmenu ul li a{
	color:black;
	text-decoration:none;
	font-size:13px;
	font-weight: 500;
}

.header .navbar{    
	width: 1270px;
	min-height: 70px;
	margin: 0 auto;
	position: relative;
	padding: 15px 0;
}

.header .navbar .mobileNavToggle{
	display: none;
	width: 30px;
    height: 30px;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
	position: absolute;
	left: 20px;
	top: 0;
}
.icon-bar{
	background-color: #004185;
	margin-top: 6px;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
}


.header .hbtn {
	flex-direction: row;
}


.header .navbar .logoimg{
	display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #000000;
}

/*홈 > 2*/
.header .mlogin{
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url(/image/user_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-size: 24px;
    position: fixed;
    right: 69px;
    /*padding: 2px 2px 2px 2px;*/
    top: 15px;
	z-index: 1000;
	cursor:pointer
}


/*홈 > 2*/
.header .mwifi{
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url(/image/online_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-size: 24px;
    position: fixed;
    right: 69px;
    /*padding: 2px 2px 2px 2px;*/
    top: 15px;
	z-index: 1000;
	cursor:pointer
}

/*홈고정*/
.header .mhome{
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url(/image/btn_home.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-size: 24px;
    position: fixed;
    right: 35px;
    /*padding: 2px 2px 2px 2px;*/
    top: 15px;
	z-index: 1000;
	cursor:pointer
}

.header .mlogin a{
	display: block;
	height: 100%;
	cursor:pointer
}

/*홈 > 등록 고정*/
.header .setup{
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url(/image/btn_plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-size: 24px;
    position: fixed;
    right: 0;
    /*padding: 2px 2px 2px 2px;*/
    top: 15px;
	z-index: 1000;
	cursor:pointer
}
.header .setup a{
	display: block;
	height: 100%;
}



.header .navbar .navigation{
	width: calc(100% - 360px);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	overflow-y: hidden;
	line-height: 65px;
}
.header .navbar .navigation > .mobile_user {
	display: none;
}
.header .navbar .navigation > .mobile_bk{
	display: none;
}
.header .navbar .navigation ul li{
	display: inline-block;
	text-align: center;
	width: 20%;
	cursor: pointer;
	font-size:22px;
	color:black;
	font-weight: 600;
}
.header .navbar .navigation ul li.sub{
	display: none;
}
.header .navbar .navigation ul li dl{
	display: none;

}
.header .navbar .navigation ul li a{
	font-size:22px;
	color:black;
	font-weight: 600;
}
.header .navbar .navigation ul li.siteguide{
	width: 30px;
}


.logout{
    display: block;
    margin: 30px 5px 20px;
    padding: 1px 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    /*font-weight: 700;*/
    background-color: #003470;
    color: #fff;
}


.m_container{
	width: 100%;
	background-color:#f9f9f9;
	padding-top: 60px;
}
.sub_container_top{
	width: 1270px;
	margin: 0 auto;
}
.container{
	width: 1270px;
	margin: 0 auto;
	/*padding-bottom: 50px;*/
}

.subtitle{
	width: 100%;
	background-color:#9599a2;
}
.subtitle .subtitle_info{
	width: 1270px;
	margin: 0 auto;
	text-align: right;
	padding: 10px 0;
	color:white;
}

.menu_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
   padding:0px; 
   padding-bottom:25px;
   padding-top: 25px;
   padding-left: 15px;
   margin-bottom: 20px;
   font-size:28px;
   font-weight: 500;
   border-bottom:1px solid #ddd;
 }
.menu_title div{
   margin: 0 auto; 
   width:1270px; 
}

/*메인*/

.main_bk {
	background-color: #f2f2f2;
	/* background-image:url("./image/main/bg_main.jpg"); */
	padding:0;
	min-height: 650px;
	position: relative;
	background-repeat-x:inherit;
	background-repeat-y:no-repeat;
}

.main_bk .article_search {
   margin: 0 auto; 
   width: 770px; 
   padding-top: 45px;
}
.main_bk .main_info1{
    font-weight: 700;
    font-size: 16px;
    color: #fe8c1d;
    position: relative;
	padding-top: 14px;
}


.article_search .search_info {
	text-align: center;
    color: #20ebff;
    margin-bottom: 10px;
    font-size: 21px;
}



.article_search .search_info .main_txt1{
	font-weight: 300;
	font-size:22px;
	color:white;
	position: relative;
	padding-right: 67px;
}
.article_search .search_info .main_txt1:after{
	content:"";
	width: 50px;
	height: 50px;
	background-image:url("./image/main/icheck.png");
	background-size:100%;
	position: relative;
	display: inline-block;
	left: 5px;;
	bottom: 0px;
}
.article_search .search_info .main_txt2{
	font-weight: 600;
	font-size:40px;
	color:white;
}
.article_search .search_info .main_txt3{
	font-weight: 300;
	font-size:15px;
	color:white;
}

.article_search .search_foot {
    text-align: center;
	color:#b8c8d9;
    margin-top: 1em;
}



.search_foot .div_line{
	display: inline-flex; 
}

.search_foot .div_line .ltext {
    background-color: #000000;
    padding: 2px;
    padding-left: 10px;
    border-radius: 10px;
    line-height: 14.4px;
}
.search_foot span {
	color:#ffffff;
	margin-right: 10px;
	font-size:11px;
}

.search_foot li {
	display: inline-flex; 
    padding:4px;
	font-size:13px;
	line-height: 1em;
}

.search_foot li:hover {
	cursor:pointer;
	color:#33CCFF
	
}


.search_foot li:after {
	content: ",";
	display: inline-block;
	overflow: hidden;
	color: #ffffff;
}

/*
.service_img {
	margin-top: 38px;
	white-space: nowrap;
	text-align: center;
}

.service_img>ul>li {
    border: 2px solid #b5b5b5;
	display: inline-block;
	border-radius:5px;
	width: 22%;

}

.service_img>ul>li:nth-child(1) .title {
    background-color:#3e302d;
	color: #ffffff;
	padding: 20px;
}

.service_img>ul>li:nth-child(1) .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #2967a0;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li:nth-child(2) .title {
    background-color:#323546;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li:nth-child(2) .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #2892a0;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li:nth-child(3) .title {
    background-color:#445c12;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li:nth-child(3) .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #28a060;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li:nth-child(4) .title {
    background-color:#a08228;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li:nth-child(4) .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #a08228;
    margin: 10px;
	cursor:pointer;
}
.service_img>ul>li:not(:last-child) {
	margin-right: 29px;
}

.service_img>ul>li .img {
	padding-top: 3em;
    padding-bottom: 3em;
}

.service_img>ul>li .img img {
	width: 70px;
	height:60px;
}

*/
.main_search_area{
	width: 1270px;
	height: 185px;
	border-radius:25px;
	margin:0px auto 0 auto;
	position: absolute;
	bottom: -90px;
    transform: translate(-50%);
    left: 50%;

}
.search_area1{
	width: 69%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 100%;
	background-color:white;
	box-sizing: border-box;
	padding: 15px 45px;
	border-radius:25px;
	box-shadow: 0px 2px 9px #b1b1b1;
}
.search_area1 .searchtxt1{
	font-size:20px;
	font-weight: 600;
	color:#765021;
}
.search_area1 .searchtxt2{
	font-size:24px;
	font-weight: 600;
}
.search_area1 .keyword{
	width: 755px;
	background-color:#f8f8f8;
	height: 55px;
	padding: 13px 80px;
	box-sizing: border-box;
	font-weight: 600;
	font-size:20px;
	overflow: hidden;
	position: relative;
	padding-left: 120px;
}
.search_area1 .keyword:before{
	content:"키워드";
	background-image:url("./image/main/ikeyword.png");
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 20px;
	width: 80px;
	position: absolute;
	display: inline-block;
	left: 60px;
	height: 28px;
}
.search_area1 .keyword ul{
	display: inline-block;
	margin-left: 30px;
	width: 300%;
}
.search_area1 .keyword ul li{
	display: inline-block;
	vertical-align: top;
	border-radius:25px;
	color:#424141;
	/*
	color:#888888;
	border:1px solid #c3c3c3;
	background-color:white;
	*/
	padding: 2px 15px;
	font-weight: 400;
	font-size:14px;
	margin-right: 5px;
	margin-top: 2px;
}
.search_area1 .keyword img{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}
.search_area2{
	width: 35%;
	display: inline-block;
	background-color:rgba(43,78,63);
	border-radius:25px;
	position: absolute;
	right: 0;
	height: 100%;
	color:white;
	padding: 35px 45px 45px 45px;
	
	box-sizing: border-box;
}
.search_area2:after{
	content: "";
	background-image:url('./image/main/ifinger.png');
	background-size:70%;
	background-repeat:no-repeat;
	opacity: 0.5;
	position: absolute;
	right: 5px;
	bottom: 15px;
	width: 120px;
	height: 120px;
	opacity:0.15;

}
.search_area2 h2{
	margin-bottom: 30px;
	font-size:24px;
	font-weight: 500;
}
.main_searchForm {
	background-color: #ffffff;
	/*height: 100px;*/
	margin-top: 1px;
	padding: 14px 23px 11px 75px;
	position: relative;

}
.main_searchForm>form>img {
    height: 33px;
    margin-left: 8px;
    vertical-align: bottom;
}

.search_area1 .main_searchForm .leftimg {
    float: left;
	margin-top: 4px;
	width: 55px;
	height: 55px;
}

.main_searchForm .rightimg {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 75px;
	top: 15px;
	cursor:pointer;
	margin-top: 2px;
}
.main_searchForm > form{
}

.main_searchForm>form>input[type=text] {
	width: 380px;
	height: 30px;
	margin-left: 10px;
	padding-left: 10px;
	border: none;
	position: absolute;
	top: 39px;
	left: 264px;
	border-bottom:1px solid black;
	font-size: 17px;
}
.main_searchForm button {
	width: 104px;
	height: 42px;
	margin-left: 10px;
	font-size: 18px;
	line-height: 18px;
	border: solid 2px #ffffff;
	color: #ffffff;
	vertical-align: bottom;
	cursor: pointer;
}

.search_foot .utext {
  display: inline-block; 
  white-space: nowrap; 
  overflow: hidden;
}



.service_img {
	white-space: nowrap;
	text-align: center;
	width: 1270px;
	margin: 0 auto;
	/*margin-top: 40px;*/
}
.service_img .m_left ,.service_img .m_right{
	display: none;
}
.service_img>ul>li {
	display: inline-block;
	border-radius:15px;
	width: 20%;
	margin: 0 60px;
	font-size:24px;
	font-weight: 500;
}


.service_img>ul>li.lecture .title {
    background-color:#3e302d;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li.lecture .img1 {
    background: url(/image/m_icon01.gif) center / contain no-repeat;
    width: 60%;
    height: 185px;
	margin: auto;
	/*margin-top: 20px;*/
}

.service_img>ul>li.locker .img2 {
    background: url(/image/m_icon02.gif) center / contain no-repeat;
    width: 60%;
    height: 185px;
	margin: auto;
	margin-top: 20px;
}

.service_img>ul>li.lecture .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #2967a0;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li.area .title {
    background-color:#313445;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li.area .img {
    background-color:rgba(51,54,71,0.6);
}
.service_img>ul>li.area .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #2892a0;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li.locker .title {
    background-color:#445c12;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li.locker .img {
    background-color:rgba(68,90,18,0.6);
}
.service_img>ul>li.locker .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #28a060;
    margin: 10px;
	cursor:pointer;
}
/*
.service_img>ul>li:nth-child(4) .title {
    background-color:#a08228;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li:nth-child(4) .link {
    text-align: center;
	padding: 10px;
	border: 1px solid #a08228;
    margin: 10px;
	cursor:pointer;
}
*/
.service_img>ul>li:not(:last-child) {
	margin-right: 29px;
}

.service_img>ul>li .title {
	border-radius:20px 20px 0 0;
	border-bottom:1px solid #aaa;
}
.service_img>ul>li .img {
	padding-top: 2em;
    padding-bottom: 2em;
	border-radius:0 0 20px 20px;
}
/*
.service_img>ul>li .img img {
	width: 70px;
	height:60px;
}
*/


/* 대기번호 */
.rsrv_bk {
	background-color: #00b37f;
	padding:0;
	min-height: 298px;	
	position: relative;
	background-repeat-x:inherit;
	background-repeat-y:no-repeat;
	margin-top: -52px;
}
.rsrv_bk .rsrv_img {
	white-space: nowrap;
	text-align: center;
    width: 100%;
	margin-top: 40px;
	color:#ffffff;
}
.rsrv_bk .rsrv_img .main {
	white-space: nowrap;
	text-align: center;
	align-items: center;
	justify-content: center;	
    width: 100%;
	margin-top: 40px;
	display: flex;
}

.rsrv_bk .rsrv_img .img1 {
    background: url(/image/main_seaticon.png) center / contain no-repeat;
    width:  130px;
    height: 130px;
    margin: 20px 0 25px;
    margin: auto;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-size: 58%;
}
.rsrv_bk .rsrv_img .main .left{
    width: 100%;
    margin: 26px 6px;
    text-align: right;
}
.rsrv_bk .rsrv_img .main .left .vname{
	margin-bottom: 20px;
}




.rsrv_bk .rsrv_img .main .right {
    width: 100%;
    margin: 26px 6px;
    display: wrap;
    right: 0;
    text-align: left;
}
.rsrv_bk .main .right span {	
	font-weight: 400;
}
.rsrv_bk .main .right > .line {
	border-top: 4px solid #f5d574;
	margin: 6px 1px 7px 1px;
}
.rsrv_bk .seat_title {
    color: #ffffff;
    padding: 10px;
    font-size: 4vw;
    border-radius: 18px;
    background-color: rgba(3, 3, 3, 0.3);
    /* background-color: transparent; */
    margin-top: 3.5vw;
	text-align: center;

}

.rsrv_bk .seat_temp {
    color: #ffffff;
    padding: 10px;
    font-size: 4vw;
    border-radius: 8px;
    background-color: transparent;
    margin-top: 1.5vw;
}


.rsrv-foot-bnt {
    display: flex;
    padding: 0px;
    margin-top: 20px;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.rsrv-foot-bnt .bt-join {
	color: #ffffff;
	background-color: #666666;
	flex-basis: 100%;
	border-right: 1px #d2d2d2;
	border-right-style: solid;
	padding: 15px;
}


.rsrv-foot-bnt .bt-esc {
	color: #ffffff;
	background-color: #666666;
	flex-basis: 100%;
	padding: 15px;
	box-sizing: border-box;
}







/* 입실인증 */
.beacon_bk {
	background-color: #009cb3;
	padding:0;
	min-height: 298px;	
	position: relative;
	background-repeat-x:inherit;
	background-repeat-y:no-repeat;
	margin-top: -52px;
}


.beacon_bk .beacon_img {
	white-space: nowrap;
	text-align: center;
    width: 100%;
	margin-top: 40px;
	color:#ffffff;
}

.beacon_bk .beacon_img .main {
white-space: nowrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 51px;
    display: flex;
}

.beacon_bk .beacon_img .img1 {
    background: url(/image/main_seaticon.png) center / contain no-repeat;
    width: 130px;
    height: 130px;
    margin: 20px 0 25px;
    margin: auto;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-size: 50%;
}

.beacon_bk .beacon_img .main .left{
    width: 100%;
    /* margin: 26px 3px; */
    flex-basis: 100%;
    text-align: right;
}

.beacon_bk .beacon_img .main .right {
    width: 100%;
    margin: 26px 6px;
    display: wrap;
    right: 0;
    text-align: left;
    flex-basis: 100%;
}
.beacon_bk .main .right span {	
	font-weight: 400;
}

/*.beacon_bk .main .right p {	
	color:#003b5e;
}
*/


.beacon_bk .main .right .tend {
	/*font-size:4vw;*/
}

.beacon_bk .main .right .tst {
	/*font-size:4vw;*/
    margin-top: 1vh;
}

.beacon_bk .main .right > .line {
	border-top: 4px solid #f5d574;
	margin: 6px 1px 7px 1px;
}


.beacon_bk .main .right > .progressbar {
    border-top: 4px solid #b7b6b3;
    margin: 6px 1px 7px 1px; 
    position: relative;
}
.beacon_bk .main .right > .progressbar > .progressback {
    border-top: 4px solid #efa128;
    position: absolute;
    width: 50%;
    z-index: 999;
    top: -4px;
}



.beacon_bk .seat_title {
    color: #ffffff;
    padding: 10px;
    font-size: 4vw;
    border-radius: 18px;
    background-color: rgba(3, 3, 3, 0.3);
    /* background-color: transparent; */
    margin-top: 4.5vw;
    text-align: center;
}

.beacon_bk .set_note {
	color: #ffffff;
	padding: 8px;
	font-size:3vw;
}

.beacon_bk .foot-bnt {
	display: flex;
    padding: 0px;
    margin-top: 20px;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.beacon_bk .foot-bnt button {
	width: 100%;
}


.beacon_bk .bt-join {
	color: #ffffff;
	background-color: #666666;
	flex-basis: 100%;
	border-right: 1px #d2d2d2;
	border-right-style: solid;
	padding: 15px;
}

.beacon_bk .bt-renew {
	color: #ffffff;
	background-color: #2a8f4d;
	flex-basis: 100%;
	border-right: 1px #d2d2d2;
	border-right-style: solid;
	padding: 15px;
}


.beacon_bk .bt-esc {
	color: #ffffff;
	background-color: #666666;
	flex-basis: 100%;
	padding: 15px;
}



.beacon_bk .right .view_box {
    color:#ffffff;
	box-sizing: border-box;
    position: relative;

}

.beacon_bk .right .view_box.pl {
	padding-left: 22px;
	font-size: 4vw;

}


.beacon_bk .right .view_umassg {
	position: absolute;
}

.beacon_bk .vname_top {
    font-size:14px;
}

.beacon_bk .right .view_scet {
	color:#daff44;
}

.beacon_bk .right .view_scet_max {
    font-size:2.3vw;
	color:#c8cbcc;
}

.beacon_bk .right .view_scet_nm {
    font-size:2.3vw;
	color:#c8cbcc;
}


.beacon_bk .right .view_seat_beaconet {
	color:#ffffff;
}}




.beacon_bk .view_umassg {
    position: absolute;
    margin-top: -20px;
    margin-left: 60px;
}

.beacon_bk .view_umassg i {
	animation: motion 0.3s linear 0s infinite alternate; margin-left: 0;
}

@keyframes motion {
	0% {margin-left: 0px;}
	100% {margin-left: 10px;}
}


/* 강좌관리(메인)*/
.main_program .main_program_title{
	display: inline-block;
    padding-top: 8px;
	margin-bottom:12px;
    font-size: 18px;
	position: relative;
	padding-left: 30px;
}
.main_program .main_program_title:before{
	content:" ";
	position: absolute;
	width: 25px;
	height: 24px;
	left: 0;
	top: 7px;
	background-image:url("./image/main/icon_arrow.png");
	background-repeat:no-repeat;
	background-position:center;
}

.bodyTopBnt {
	box-sizing: border-box;
    position: relative;
	border: 0px solid #8000FF;
}

.bodyTopBnt ul {
    list-style:none;
    box-sizing: border-box;
}

.bodyTopBnt li {
	background-color: #fff;
    float: left ;
    width: calc(25% - 5px);
	margin-right: 5px;
	margin-left: 0;
	padding: 13px 0;
	text-align: center;
	box-sizing: border-box ;
    border-radius: 0.3em ;
    border: 1px solid #bfbdbd;
	margin-top: 5px;
 }


.bodyTopBnt li:hover {
   background-color: #3d87e0;
   color: #ffffff;
   cursor: pointer;
}

.bodyTopBnt:after, .bodyTopBnt:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/*
.bodyTopBnt li:nth-child(1) {
	margin-right: 8px ;
 }

.bodyTopBnt li:nth-child(3) {
	margin-left: 8px ;
 }
.bodyTopBnt li:nth-child(4) {
	margin-top: 7px;
	margin-right: 8px ;
 }
.bodyTopBnt li:nth-child(5) {
	margin-top: 7px ;
	margin-right: 8px ;
 }
.bodyTopBnt li:nth-child(6) {
	margin-top: 7px ;
 }
 */



.advancedInline {
	margin-top: 25px;
	padding: 5px 35px;
	border: solid 1px #cdcdcd;
	text-align: right;
	border-radius:5px;
}
.advancedInline .lectrue_search{
	width: 100%;
}
.advancedInline > div {
	display: inline-block;
	text-align: left;
	margin-right: 50px;
}

.advancedInline .sub_select1_box {
	margin-top:5px;	
	border-bottom: 1px solid #dedede; 
	padding: 10px 0 10px 20px;
	min-height: 50px;
}
.advancedInline .sub_select1_box:last-child {
	border-bottom:none;
}
.advancedInline .sub_select1_box dl dt, .advancedInline .sub_select1_box dl dd{
	display: inline-block;
	vertical-align: top;
	line-height: 49px;
}
.advancedInline .sub_select1_box dl dt{
	width: 250px;
	font-size:18px;
	font-weight: 600;
	padding-left: 15px;
}
.advancedInline .sub_select1_box dl dd{
	font-weight: 500;
	font-size:16px;
    width: calc(100% - 300px);
}

.wselect2 {
    position: absolute;
    top: 45px;
    right: 70px;
    width: 60px;
    height: 40px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    background-color: #444444;
    cursor: pointer;
	z-index:1000px;
}



.advancedInline .sub_select1_box input[type=radio],.advancedInline .sub_select1_box input[type=checkbox] {
	position: relative;
	top: 4px;
	margin-left: 25px;
	margin-right: 15;
	/*
	height: 37px;
    margin-left: 15px;
	border-color: #dedede; 
	font-size:14px;
	padding-left:5px;
	width:21.6%;
	border: 1px solid #dedede;
	border-radius:5px;
	*/
}
.advancedInline .sub_select1_box select{
	display: none;
}
.advancedInline .sub_select1_box input[type=text] {
	width:150px;
	height: 45px;
    margin-left: 5px;
	margin-right: 5px;
	border-color: #dedede; 
	font-size:16px;
	padding-left:5px;
	border: 1px solid #dedede;
	border-radius:5px;
}
.advancedInline .sub_select1_box input.search_input{
	width: 70%;
}



.advancedInline label {
	font-size: 18px;
	width: 150px;
}
.advancedInline select { margin-left: 15px; border-color: #dedede; }
.advancedInline select { width: 250px; height: 39px; border-radius:5px;}
.advancedInline input  { height: 21px; border-width: 1px; }
.advancedInline button { 
	background-color:#3c87e2;
	border: none;
	height: 47px;
	width: 47px;
	display: inline-block;
	vertical-align: bottom;
	border-radius:5px;
	color:white;
	position: relative;
	background-image:url("./image/sub/icalender.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:50%;
	right: 15px;
}

.advancedInline input[type=submit] {
	padding: 0 25px;
	height: 47px;
	border: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #3c87e2;
	vertical-align: baseline;
	cursor: pointer;
	border-radius: 5px;
	word-spacing:2px;
	text-align: center;
}


.advancedInline2 {
	margin-top: 25px;
	padding: 30px 50px;
	border: solid 1px #cdcdcd;
	background-color: #f1f1f1;
	text-align: center;

	box-sizing: border-box;
	position: relative;



}

.advancedInline2 select  { height: 25px; }
.advancedInline2 input   { width: 50%; height: 40px;  border: none; border-radius: 0.5em; border: 1px solid #dedede;}
.advancedInline2 button  {
	width: 60px;
	height: 40px;
	border: none;
	font-size: 17px;
	color: #ffffff;
	background-color: #444444;
	vertical-align: baseline;
	cursor: pointer;
	border-radius: 0.5em;
	margin-left: 10px;





}

.advancedInline2 .wselect {
    text-align: center;
}

.advancedInline2 .wselect  input{
	padding-left:20px;
}

.advancedInline2 .wselect input:focus {
    background-image: none;
    background-position: -10px center;
    text-indent: 0;
}


.switchBtnNav {
    margin: 14px 0px 7px 0px;
    font-size: 12px;
    position: relative;
    padding-bottom: 40px;
}

.switchBtnNav .left_cnt {
    position: absolute;
    padding-top: 1em;
}
.switchBtnNav .left_cnt span{
	color:#ec1a25;
}
.switchBtnNav .enumList {
	float: right;
    border-radius: 0.3em;
    height: 47px;
    font-size: 16px;
	border: 1px solid #8e8e8e;
    margin-right: 3px;
	width: 120px;
	font-size:14px;
	padding-left: 35px;
	position: relative;
}
.switchBtnNav .enumList:before {

	content:"";
	width: 19px;
	height: 19px;
	background-image:url("./image/sub/icard_out.png");
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
	left: 10px;
	top: 13px;
}
.switchBtnNav .enumList.activeButton:before {
	background-image:url("./image/sub/icard_over.png");
}

.switchBtnNav .tableList {
    float: right;
    border-radius: 0.3em;
    height: 47px;
	border: 1px solid #8e8e8e;
	font-size:14px;
	width: 120px;
	padding-left: 35px;
	position: relative;
	margin-right: 3px;
}
.switchBtnNav .tableList a , .switchBtnNav .enumList a{
	color:#333;
}
.switchBtnNav .tableList:before {
	content:"";
	width: 19px;
	height: 19px;
	background-image:url("./image/sub/ilist_out.png");
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
	left: 10px;
	top: 13px;
}
.switchBtnNav .tableList.activeButton:before {
	background-image:url("./image/sub/ilist_over.png");
}



.switchBtnNav > button {
	width: 120px;
	height: 47px;
	border: 1px solid #8e8e8e;
	background-color: #fff;
	cursor: pointer;
}
.activeButton {
	color: #5193e2;
	border: 1px solid #5193e2 !important;
	background-color: #fff !important;
}
.activeButton a{
	color: #5193e2 !important;
}



.lecture_list_table {
	width: 100%;
	overflow: hidden;
}
.lecture_list_table table, .lecture_list_table2 table {
	width: 100%;
    font-size: 14px;
    border: none;
    border-spacing: 0;
    border-collapse: separate;
    /* border-collapse: separate; */
    /* width: 100%; */
    margin: 0 0 40px;
    border: 0;
    border-top: 2px solid #61646c;
    border-bottom: 1px solid #61646c;
}

.lecture_list_table table a, .lecture_list_table2 table a {
	font-size: 14px;
	text-decoration: NONE;
	color: blue;
}

.lecture_list_table3 table {
	width: 100%;
    font-size: 14px;
    border: none;
    border-spacing: 0;
    border-collapse: separate;
    /* border-collapse: separate; */
    /* width: 100%; */
    margin: 0 0 40px;
    border: 0;
    /*border-top: 2px solid #61646c;
    border-bottom: 1px solid #61646c;*/
}

.lecture_list_table table thead th {
    position: relative;
    padding: 15px 5px;
    border: 0;
    border-bottom: 1px solid #61646c;
    background: #fff;
    font-weight: 600;
    line-height: 1.2;
    color: #444;
    text-align: center;
}






.lecture_list_table table thead th {
    position: relative;
    padding: 15px 5px;
    border: 0;
    border-bottom: 1px solid #61646c;
    background: #fff;
    font-weight: 600;
    line-height: 1.2;
    color: #444;
    text-align: center !important;
}

.lecture_list_table table thead th:before{content:'';display:block;position:absolute;right:0;top:50%;width:1px;height:20px;margin-top:-10px;background:#d6d6d6;}
.lecture_list_table table thead th:last-child:before,
.lecture_list_table table thead th[data-table-type="favorite"]:before{display:none;}



.lecture_list_table table tbody tr:hover {
	background-color:#efefef;
}
.lecture_list_table table tbody td {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	color: #454545;
	border-bottom: solid 1px #dedede;
}
.lecture_list_table table tbody td div span button{
	margin-top: 3px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #c5c5c5;
	border-radius: 5px;
    width: 75px;
    height: 20px;
    font-size: 11px;
}
.lecture_list_table table tbody td div span button.darkRed{
    background-color: #ff8484;
    color: #ffffff;
}
.lecture_list_table table tbody td div span button.blue{
	background-color: #3584bc !important;
    cursor: pointer;
    color: #ffffff;
}
.lecture_list_table table tbody td a {
	color: #454545;
}


.lecture_list_table>div table tr:first-child {
	font-family: "돋움", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 9pt;
	font-weight: bold;
	BACKGROUND: #f2f8fa;
	COLOR: #4D6185;
	LINE-HEIGHT: 140%;
	PADDING-LEFT: 5px;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
.lecture_list_table>div table tr:nth-child(n+2) {
	height: 40px;
	FONT-SIZE: 9pt;
	COLOR: #000000;
	LINE-HEIGHT: 140%;
	PADDING-LEFT: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	background-image: linear-gradient(to right, #e2e2e2 50%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.lecture_list_table>div table tr:nth-child(n+2):hover {
	background-color: #f6f6f6;
}
.lecture_list_table>div table tr>td:nth-child(1) {
	text-align: center;
}


.lecture_list_area{
margin-top: 15px;
}
.lecture_list_area > ul {
	margin: 0 auto;
}
.lecture_list_area > ul > li {
	display: inline-block;
	width: calc(20% + 20px);
	margin: 5px;
	vertical-align: top;
	position: relative;
	border: 1px solid gainsboro;
}





.lecture_list_area > ul > li > a {
	display: block;
	min-height: 407px;
	font-size: 0.9rem;
	overflow: hidden;
	white-space: nowrap;
	cursor: inherit;
	color:#333;
	position: relative;
	z-index: 1;
}
.lecture_list_area > ul > li > a > div:first-child {
	min-height: 170px;
	max-height: 170px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-y: top;
}
.lecture_list_area > ul > li > a > div:last-child {
	margin: 15px;
}
.lecture_list_area > ul > li > a > div:last-child > h3 {
	/* 2020-04-06 */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	white-space: normal;
}
.lecture_list_area > ul > li > a > div:last-child > h3 {
	margin-bottom: 20px;
}
.thumbnail {
	width: 100%;
	position: absolute;
	z-index: 5;
}
.libraryName {
	display: inline-block;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	color: #ffffff;
	font-size: 0.7rem;
	position: absolute;
	z-index: 10;
	border-radius: 2px;
	background-color: #0D83F1;
}
.lecture_list_area > ul > li > a > div:last-child > ul > li {
	font-size: 0.8rem;
	margin: 3px 0px;
}
.textIndent {
	text-indent: 47px;
}
.online {
	color: #0F7EE7;
}
.offline {
	margin-left: 9px;
	color: #9B9B9B;
}
.eventStatus {
	margin: 10px -7px 0 0;
	text-align: right;
}
.eventStatus > p {
	margin-top: 2px;
}
.btnStatus {
	width: 70px;
	padding: 7px 5px;
	color: #ffffff;
	font-size: 12px;
	border: none;
	border-radius: 2px;
	position: relative;
	z-index: 10;
}
.applyStatus {
	margin-right: 2px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #c5c5c5;
}

.waitStatus {
	background-color: #a0a0a0;
}
.receiptStatus {
	cursor: pointer;
	background-color: #3584bc;
}
.deadlineStatus {
	background-color: #ff8484;
}


.main_program .e_lst_type01 {overflow:hidden; margin:0 -17px;}
.e_lst_type01 li {display: inline-block;vertical-align: top; width:calc(20% + 15px); margin:0 8px 15px; position:relative;}
.e_lst_type01 li a {display:block; }

.e_lst_type01 li.line_box { 
	border:1px solid #c9c9c9; 
	padding:1px;
	background-color:white;
	border-radius:15px;
	text-align: center;
	position: relative;
} 
.e_lst_type01 li.line_box .lib_info{
    color: #365886;
	text-align: left;
}
.e_lst_type01 li.line_box .lib_info span{
	cursor: pointer;
    padding: 5px 50px 5px 20px;
	position: relative;
	right: 17px;
}
.e_lst_type01 li.line_box .lib_info span:after {
	position: absolute;
	content:"";
	width: 17px;
	height: 17px;
	right: 10px;
	top: 7px;
	background-image:url("./image/iplus.png");
} 

.e_lst_type01 li.line_box .lib_info span.lib-blue{
    background-color: #39bdf2;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_info span.lib-orange{
	background-color: #f3581c;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_info span.lib-red{
    background-color: #c22a21;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_info span.lib-green{
    background-color: #97be00;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_info span.lib-darkblue{
    background-color: #3a5189;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_info span.lib-yellow{
	background-color: #fbc939;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_info .more{
    font-weight: 400;
    font-size: 30px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	position: relative;
	bottom: 10px;
}


.e_lst_type01 li.line_box .lib_info_main{
	margin-top: 5px;
	text-align: left;
}
/* .e_lst_type01 li.line_box .lib_info_main .spage1 {
} */

.e_lst_type01 .lib_info_main .spage1 a:before {
    background-image: url('/image/menu_icon01.png');
}





.e_lst_type01 li.line_box .lib_info_main dl{
	margin-top: 30px;
}
.e_lst_type01 li.line_box .lib_info_main dl dt{
	display: block;
    font-size: 20px;
    padding-bottom: 5px;
	font-weight: 500;
    letter-spacing: -1px;
    word-wrap: normal;
    line-height: 25px;
	color:#333;
    overflow: hidden;
	margin-bottom: 15px;
	min-height: 50px;
}
.e_lst_type01 li.line_box .lib_info_main dl dd{
    margin-bottom: 5px;
    font-size: 14px;
	font-weight: bold;
    white-space: nowrap;
	line-height: 14px;
}
.e_lst_type01 li.line_box .lib_info_main dl dd.sub_text{
	font-size: 15px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    color: #8e8e8e;
	font-weight: 400;
}
.e_lst_type01 li.line_box .lib_info_main dl dd.sub_text span{
    color: #333;
    box-sizing: border-box;
    border-radius: 5px;
}
.e_lst_type01 li.line_box .lib_state{
	display: inline-block;
	padding: 20px 0;
	width: 85px;
	height: 45px;
	font-size:16px;
	border-radius:70px;
	position: absolute;
	bottom: -40px;
	left:50%; transform:translateX(-50%);
	line-height: 45px;
}
.e_lst_type01 li.line_box .lib_state.state-finish{
	background-color: #9599a2;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_state.state-rsrv{
    background-color: #3d87e0;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_state.state-stand{
    background-color: #fff;
    border: 1px solid #3d87e0;
    color: #3d87e0;
}
/*강좌관리(view)*/

.info {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 6px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #005490;
}
.info2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #4D6185;
}
.info:before {
	content: "";
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: 2px;
	margin-right: 5px;
}
.info>div {
	display: inline-block;
	margin-left: 3px;
}


.info2>div:first-child {
	float: left;
	display: inline-block;
}
.info2>div:first-child:before {
	content: "";
	display: inline-block;
}
.info2>div:first-child:after {
	content: "";
	display: inline-block;
}

.info2>div:nth-child(2) {
	float: right;
	display: inline-block;
}
.info2>div:nth-child(2)>span {
	color: #0033ff;
}
.info2>div:last-child {
	float: none;
	clear: both;
}



.tableBox {
	width: 100%;
	overflow: hidden;
}
.tableBox table, .tableBox2 table {
	width: 100%;
    font-size: 14px;
    border: none;
    border-spacing: 0;
    border-collapse: separate;
    /* border-collapse: separate; */
    /* width: 100%; */
    margin: 0 0 40px;
    border: 0;
    border-top: 2px solid #61646c;
    border-bottom: 1px solid #61646c;
}

.tableBox table a, .tableBox2 table a {
	font-size: 14px;
	text-decoration: NONE;
	color: blue;
}

.tableBox3 table {
	width: 100%;
    font-size: 14px;
    border: none;
    border-spacing: 0;
    border-collapse: separate;
    /* border-collapse: separate; */
    /* width: 100%; */
    margin: 0 0 40px;
    border: 0;
    /*border-top: 2px solid #61646c;
    border-bottom: 1px solid #61646c;*/
}

.tableBox table thead th {
    position: relative;
    padding: 15px 5px;
    border: 0;
    border-bottom: 1px solid #61646c;
    background: #fff;
    font-weight: 600;
    line-height: 1.2;
    color: #444;
    text-align: center;
}


.fa-home{
	background-image:url("/image/icon_home.png");
	width: 14px;
	height: 11px;
	display: inline-block;
}


.tableBox table thead th, .tableBox table tbody td { padding: 5px 0; }
.tableBox table thead th { background-color: #e4e4e4; color: #7d7d7d; }

.tableBox table thead th {
    position: relative;
    padding: 15px 5px;
    border: 0;
    border-bottom: 1px solid #61646c;
    background: #fff;
    font-weight: 600;
    line-height: 1.2;
    color: #444;
    text-align: center !important;
}

.tableBox table thead th:before{content:'';display:block;position:absolute;right:0;top:50%;width:1px;height:20px;margin-top:-10px;background:#d6d6d6;}
.tableBox table thead th:last-child:before,
.tableBox table thead th[data-table-type="favorite"]:before{display:none;}



.tableBox table tbody td {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	color: #454545;
	border-bottom: solid 1px #dedede;
}
.tableBox table tbody td a {
	color: #454545;
}


.tableBox>div table tr:first-child {
	font-family: "돋움", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 9pt;
	font-weight: bold;
	BACKGROUND: #f2f8fa;
	COLOR: #4D6185;
	LINE-HEIGHT: 140%;
	PADDING-LEFT: 5px;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
.tableBox>div table tr:nth-child(n+2) {
	height: 40px;
	FONT-SIZE: 9pt;
	COLOR: #000000;
	LINE-HEIGHT: 140%;
	PADDING-LEFT: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	background-image: linear-gradient(to right, #e2e2e2 50%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.tableBox>div table tr:nth-child(n+2):hover {
	background-color: #f6f6f6;
}
.tableBox>div table tr>td:nth-child(1) {
	text-align: center;
}


.form_group_line {
    border-top: 3px solid #61646c;
}

.tableBox2 .tInfo {
    border-top: solid 1px #e7e7e7;
}

.tableBox2 table td {
	border-bottom: solid 1px #e7e7e7;
	border-left: solid 1px #e7e7e7;
	/*border-right: solid 1px #e7e7e7;*/
}
.tableBox2 .leftPadding {
	padding-left: 10px;

}

.tableBox2 .bkcenter {
	text-align: center;
}

.tableBox2 .wintitle {
    text-align: center;
    padding-bottom: 10px;
	font-weight: bold;
}


.tInfo {  
}
.tInfo tbody tr>td:first-child {
	width: 130px; height: 25px;
	font-weight: bold;
    padding-left: 5px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.tInfo tbody td {
	padding: 5px 5px;
}


.root_daum_roughmap{
	position: relative;
    max-width: 100%;
}
/*메인end*/


/*공간예약*/
.main_con_txt{
	width: 1270px;
	text-align: center;
	margin-top: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	line-height: 40px;
}
.main_con_txt h2{
	font-size:34px;
}
.main_con_txt h2 span{
	color:#0499fd;
}
.main_con_txt h6{
	font-size:16px;
	color:#919191;
	font-weight: 400;
}

.main_btn_area {
	width: 1270px;
	margin: 0 auto;
	box-sizing: border-box;
    position: relative;
	border: 0px solid #8000FF;
}
.mobile_lib_select{
	display: none;
}

.main_btn_area ul {
    list-style:none;
    box-sizing: border-box;
}

.main_btn_area li {
	background-color: #fff;
    float: left ;
    width: 12.5% ;
	padding: 10px 10px 10px 10px !important;
	box-sizing: border-box ;
    border-radius: 0.3em ;
    border: 1px solid #dbdbdb;
	text-align: center;
 }


.main_btn_area li:hover, .main_btn_area li.active {
   background-color: #3d87e0;
   color: #ffffff;
   cursor: pointer;
}

.main_btn_area:after, .main_btn_area:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}





/*메인 공지사항*/
.m_note {
	padding:5px;
	background: #f2f2f2;
}

.m_note .readme{
	margin-top: 10px;
	border: 0px solid #e3e7ea;
	background-color: #fff;
	font-size: 12px;
	/*margin-bottom: 30px;*/
}
.m_note .readme .readme_title{
	padding: 10px 30px;
	border-bottom: 1px solid #e3e7ea;
	color:#f9a12e;
	font-weight: bold;
}
.m_note .readme  .readme_content{
	padding: 11px 5px 9px;
}
.m_note .readme .readme_content ul li{
	padding-left: 5px;
	display: inline-block;
	width: 99%;
	vertical-align: top;
	font-weight: 300;
}
.m_note .readme  .readme_content ul li dl dt{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_note .readme  .readme_content ul li dl dd{
	margin-bottom: 5px;
	padding-left: 10px;
	display:flex;
}
.m_note .readme  .readme_content ul li dl dd:before{
	content:"-";    
	margin-right: 5px;
}

.m_note .btn_area{
	width: 100%;
	margin: 25px 0;
}

.m_note .rsrv_search{
	width: 100%;
}
.m_note .rsrv_search table{
	width: 100%;
	border-collapse: collapse;
}
.m_note .rsrv_search table thead tr th{
	background-color: #5c676d;
	color:white;
	padding: 10px;
}
.m_note .rsrv_search table tbody tr td{
	text-align: center;
	padding: 5px;
	position: relative;
}
.m_note .rsrv_search table tbody tr td .scrollbar {
	height: 240px;

}
.m_note .rsrv_search table tbody tr td .scrollbar .rsrv_day, .container .rsrv_search table tbody tr td .scrollbar .rsrv_library, .container .rsrv_search table tbody tr td .scrollbar .rsrv_area, .container .rsrv_search table tbody tr td .scrollbar .rsrv_time{
	border:1px solid #ddd;
	vertical-align: top;
	height: inherit;
	width: inherit;
	display: block;
}
.m_note .rsrv_search table tbody tr td .scrollbar .rsrv_day div , .container .rsrv_search table tbody tr td .scrollbar .rsrv_library div,.container .rsrv_search table tbody tr td .scrollbar .rsrv_area div ,.container .rsrv_search table tbody tr td .scrollbar .rsrv_time div{
	min-height: 30px;
	line-height: 40px;
}
.m_note .rsrv_search table tbody tr td .scrollbar > div > div{
	border-bottom:1px solid #ddd;
}
/*
.container .rsrv_search table tbody tr td .scrollbar .rsrv_day div:not(last-child) , .container .rsrv_search table tbody tr td .scrollbar .rsrv_library div:not(last-child),.container .rsrv_search table tbody tr td .scrollbar .rsrv_area div:not(last-child) ,.container .rsrv_search table tbody tr td .scrollbar .rsrv_time div:not(last-child){
	border-bottom:1px solid #ddd;
}
*/

.m_foot {
	padding:5px;
	/*background: #f2f2f2;*/
}
.m_foot {
	padding:5px;
	/*background: #f2f2f2;*/
}

.m_foot .font-color{
    color:#a7a7a7;

}

.m_foot .readme{
	margin-top: 0px;
	border: 0px solid #e3e7ea;
	/*background-color: #fff;*/
	font-size: 12px;
	margin-bottom: 30px;
}
.m_foot .readme .readme_title{
	padding: 10px 30px;
	border-bottom: 1px solid #e3e7ea;
	color:#f9a12e;
	font-weight: bold;
}
.m_foot .readme  .readme_content{
	padding: 11px 5px 9px;
    text-align: right;
}
.m_foot .readme .readme_content ul li{
	padding-left: 5px;
	display: inline-block;
	width: 99%;
	vertical-align: top;
	font-weight: 300;
}
.m_foot .readme  .readme_content ul li dl dt{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_foot .readme  .readme_content ul li dl dd{
	margin-bottom: 5px;
	padding-left: 10px;
	display:flex;
}
.m_foot .readme  .readme_content ul li dl dd:before{
	content:"-";    
	margin-right: 5px;
}

.m_foot .btn_area{
	width: 100%;
	margin: 25px 0;
}

.m_foot .rsrv_search{
	width: 100%;
}
.m_foot .rsrv_search table{
	width: 100%;
	border-collapse: collapse;
}
.m_foot .rsrv_search table thead tr th{
	background-color: #5c676d;
	color:white;
	padding: 10px;
}
.m_foot .rsrv_search table tbody tr td{
	text-align: center;
	padding: 5px;
	position: relative;
}
.m_foot .rsrv_search table tbody tr td .scrollbar {
	height: 240px;

}
.m_foot .rsrv_search table tbody tr td .scrollbar .rsrv_day, .container .rsrv_search table tbody tr td .scrollbar .rsrv_library, .container .rsrv_search table tbody tr td .scrollbar .rsrv_area, .container .rsrv_search table tbody tr td .scrollbar .rsrv_time{
	border:1px solid #ddd;
	vertical-align: top;
	height: inherit;
	width: inherit;
	display: block;
}
.m_foot .rsrv_search table tbody tr td .scrollbar .rsrv_day div , .container .rsrv_search table tbody tr td .scrollbar .rsrv_library div,.container .rsrv_search table tbody tr td .scrollbar .rsrv_area div ,.container .rsrv_search table tbody tr td .scrollbar .rsrv_time div{
	min-height: 30px;
	line-height: 40px;
}
.m_foot .rsrv_search table tbody tr td .scrollbar > div > div{
	border-bottom:1px solid #ddd;
}











.insert_rsrv_info{
	margin-top: 15px;
}
.timebar_area{
	position: relative;
	display: flex;
	margin: 8px 10px 15px;
	white-space: nowrap;
	font-size: 0;
}
.timebar_area .timebar{
	position: relative;
	flex: 1;
	height: 10px;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #8b9da1;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
}
.rsrv_lib_info table{
	width: 100%;
	display: none;
}
.rsrv_lib_info table.active{
	display: table;
}
.rsrv_lib_info table tr td:nth-child(2n-1){
	width: 140px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #ececec;
	background-color: #f9f9f9
}
.rsrv_lib_info table tr td:nth-child(2n){
	padding-left: 25px;
	box-sizing: border-box;
	font-weight: 700;
	color: #f46521;
}
.rsrv_lib_info table tr th{
	padding: 3px 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	font-weight: 700;
	background-color: #8b9da1;
	color: #fff;
	text-align: left;
}

/*공간예약end*/
/*사물함예약*/
.ofh{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 40px;
}
.ofh .fl{
	float: left;
}
.ofh .fr{
	float: right;
}
.conTableGroup_locker { clear:both; overflow:hidden;padding:1%; background-color:#EEE;}
.space.locker span {line-height:30px;}
.space.locker em {width:30px;height:30px;display:inline-block;border-radius:50px;vertical-align: middle;margin-right:3px}
.info_complete {background:url('/image/locker_st_complete.png') no-repeat;}
.info_able {background:url('/image/locker_st_able.png') no-repeat;}
.info_disable {background:url('/image/locker_st_disable.png') no-repeat;}
.conTableGroup_locker .lockerGroup { display:block; overflow:hidden; clear:both;}
.conTableGroup_locker .lockerGroup ul {margin:0 auto;}
.conTableGroup_locker .lockerGroup ul li { border:2px solid #FFF;position:relative;display:inline-block;float:left;width:calc(10% - 8px);height:120px;margin:2px;border-radius:5px;background:#9E9990 url('../image/sub/locker_able2.png') no-repeat 0% 50%; }
.conTableGroup_locker .lockerGroup ul li a {width:100%;height:100%;display:block;}
.conTableGroup_locker .lockerGroup ul li em {position:absolute;text-align:center;top:50%;right:7%;margin:-14px 0 0 -10px;display:inline-block;font-size:13px;font-weight:700; border-radius:40px;width:25px;height:25px;line-height:25px;background:#FFF;border:2px solid #666}
.conTableGroup_locker .lockerGroup ul li.enable:hover {border-color:#66C;transition: all 0.3s;}
.conTableGroup_locker .lockerGroup ul li.enable a:hover em {border-color:#66C;color:#66C}
.conTableGroup_locker .lockerGroup ul li.complete{background:#999 url('/image/locker_complete2.png') no-repeat 0% 50%;}
.conTableGroup_locker .lockerGroup ul li.complete em {background-color:inherit;border-color:#CCC;color:#CCC}
.conTableGroup_locker .lockerGroup ul li.disable{background:#c1beb8 url('/image/bg_pt_cross.gif') repeat;}
.conTableGroup_locker .lockerGroup ul li.disable em {background-color:inherit;border-color:#999;color:#999}


.p_red {float:right; font-size:15px; margin-top:30px}
.mark{vertical-align:middle;font-size:0px;text-indent:-5000px;width:11px;height:9px;background:url(/images/mark.png) center center no-repeat;display: inline-block;}
.tip{padding-left:24px;font-size:15px;position: relative;margin-left:10px;background-color: #FFC;}
.tip:before {content:'';position:absolute;left:0px;top:2px;width:18px;height:18px;background:url(/images/ico_tip.png) 0 0 no-repeat;display: inline-block;}
.insertWrap{position:relative;border-top:2px solid #7c7c7c;margin-bottom:50px}
/*.insertWrap:before{content:'';position:absolute;top:-2px;left:0;width:15.4%;height:2px;background-color:#66c;}*/
.insertWrap dl{display:table;width:100%;border-bottom:1px solid #dadada}
.insertWrap dl dt{display:table-cell;width:15.4%;vertical-align:middle;background-color:#f5f5f5;padding:13px 30px;box-sizing:border-box}
.insertWrap dl dd{display:table-cell;padding:13px;box-sizing:border-box;vertical-align:middle}
.insertWrap .i_w50 dl dd{width:35%}
.insertWrap dl dd input[type=password], .insertWrap dl dd input[type=text]{text-indent:5px; background:#fff;height:44px;line-height:44px;border:1px solid #ccc;min-width:200px}
.insertWrap dl dd input#tel_1, .insertWrap dl dd input#tel_2, .insertWrap dl dd input#tel_3,
.insertWrap dl dd input#telNo1, .insertWrap dl dd input#telNo2, .insertWrap dl dd input#telNo3,
.insertWrap dl dd input#handPhone1, .insertWrap dl dd input#handPhone2, .insertWrap dl dd input#handPhone3,
.insertWrap dl dd input#hphone1, .insertWrap dl dd input#hphone2, .insertWrap dl dd input#hphone3, 
.insertWrap dl dd input#handPhone, .insertWrap dl dd input#handPhone02, .insertWrap dl dd input#handPhone03,
.insertWrap dl dd input#hphone, .insertWrap dl dd input#hphone02, .insertWrap dl dd input#hphone03, 
.insertWrap dl dd input#residentNo_1, .insertWrap dl dd input#residentNo_2 {min-width:auto;width:92px} 
.insertWrap dl dd input.w100{width:100%}
.insertWrap .dataView{padding:50px 30px;box-sizing:border-box}
/*.insertWrap dd input[type="text"] {width:100%}
.insertWrap dd input[type="number"] {width:33%}*/
.insertWrap dd .written {height:46px;display:table-cell;vertical-align:middle}
.insertWrap dd textarea{height:200px;width:100%;overflow-y:auto;line-height:1.6;}
.insertWrap .familyWrap {border-bottom:1px solid #dadada}
.insertWrap .familyWrap > dl {border-bottom:none}
/*.insertWrap .familyWrap > dl > dt, .insertWrap .familyWrap > dl > dd {width:100%; text-align:center;padding:0;display:block}*/
.insertWrap .familyWrap > dl > dt {background-color:#FFF;width:10%}
.insertWrap .familyWrap > dl > dd {padding:0;width:90%}
.insertWrap .familyWrap > dl > dt .btn {position:relative;text-indent:-1000em;font-size:0}
.insertWrap .familyWrap > dl > dt .btn.plus {background:#005EB8 url(/images/ico_plus.png) no-repeat 50% 50%}
.insertWrap .familyWrap > dl > dt .btn.delete {background:#4c5365 url(/images/co_close.png) no-repeat 50% 50%}
.insertWrap .applyFamilyList dl {border-top:1px dotted #CCC;border-bottom:none}
.insertWrap .applyFamilyList dl:first-child{border-top:none}
.insertWrap .applyFamilyList dl dt {background-color:#f2f5fe;width:10%;padding:13px 20px}
.insertWrap .applyFamilyList dl dd {text-align:left;width:35%}
.insertWrap .checkArea {margin-top:10px; color:#F30; font-size:15px}
.insertWrap .familyWrap dl dd .btn.md {padding:0 10px}
.youth .insertWrap {margin-bottom:30px}
.youthResult {text-align:center; padding:2%;border:3px solid #66C; margin-bottom:30px}
.youthResult #personalBurden {font-size:20px}


/*사물함예약end*/

/*로그인*/

.loginMsg {  
    height: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
    line-height: 39px;
}
.loginMsg>span{
    /* line-height: 0px; */
    font-size: 26px;
    font-weight: bold;
    display: grid;
    text-align: center;
    display: block;
}
.loginMsg>span strong {
	color: #0571b8;
    font-weight: bold;
}


.loginFormWrapper {
	margin-top: 20px;
	padding: 40px 0;
	text-align: center;
	/*border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;*/
}

.loginForm {
	position: relative;
	display: inline-block;
	    width: 362px;
}
.loginForm>div:nth-child(2) {
	margin-top: 5px;
}
.loginForm .idpw input {
    line-height: 20px;
    display: inline-block;
    width: 100% !important;
    height: 24px;
    /* margin-right: 80px; */
    padding: 9px;
    font-size: 17px;
}
.loginForm label {
	display: inline-block;
	width: 100px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}
.loginForm>input:nth-child(n+2) {
	margin-top: 5px;
}
.loginForm>button {
    width: 106%;
    height: 52px;
    border: 0;
    background-color: #3b90e1;
    color: #ffffff;
    font-size: 17px;
}

.login_checkbox {
	display: flex;
    padding-bottom: 23px;
    padding-top: 10px;
    width: 106%;
}

.login_checkbox p {
    text-align: initial;
}

.forgotDes {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}
.forgotDes>a {
	font-size: 14px !important;
	background: #008dc3;
	color: #ffffff;
	padding: 3px 5px;
}
.loginSubMsg {
	margin-top: 30px;
	margin-bottom: 30px;
    font-size: 14px;
    background-color: #f9f9f9;
    padding: 12px;
    border: 2px solid #e0e0e0;

}
.loginSubMsg>li:not(:first-child) {
	margin-top: 8px
}
.loginSubMsg>li:before {
	content: "●";
	display: inline-block;
	padding-right: 4px;
	font-size: 8px;
	color: gray;
	transform: scale(0.8);
	vertical-align: 2px;
}

/*로그인end*/
/*page*/
.paging{
	width: 100%;
	text-align: center;
}
.paging div a, .paging div strong{
	display: inline-block;
    position: relative;
    box-sizing: border-box;
    min-width: 40px;
    height: 40px;
    margin: 1px;
    border: 1px solid #d6d6d6;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    line-height: 40px;
    text-decoration: none;
    vertical-align: middle;
}
.paging div strong{
	position: relative;
    z-index: 10;
    border: none;
    background: #333;
    color: #fff;
}
.footer_area{
	border-top:1px solid #e2e2e2;
	background-color:#212832;
	width: 100%;
	text-align: center;
}
.footer {
	font-size:13px;
	line-height:1.3em;
	width: 1270px;
	margin: 0 auto;
	text-align: left;
	padding: 25px 0;
}
.footer a {
	 transition:all .3s;
}
.footer a:hover,
.footer a:focus {  
}
.footer-nav {
	background:#2d343e;
}
.footer-nav nav > ul {
	width:100%;
	display:table;
	table-layout:fixed;
	border-left:1px solid #4c525b;
	font-size:14px;
	line-height:1.714em;
	color:rgba(255,255,255,.3);
}
.footer-nav nav > ul > li {
	display:table-cell;
	padding:24px 0 40px 3%;
	border-right:1px solid #4c525b;
}
.footer-nav nav > ul > li > a {
	display:block;
	margin-bottom:30px;
	font-size:16px;
	font-weight:700;
	color:rgba(255,255,255,.8);
}
.footer-menu {
	font-size:0;
	padding-left:20px;
	padding-right:20px;
	text-align: right;
	display: none;
}
.footer-menu a {
	position:relative;
	display:inline-block;
	font-size:12px;
	line-height:43px;
	padding:0 10px;
	color:#aaa;;
}
.footer-menu a:hover,
.footer-menu a:focus {
	color:#fff;
}
.footer-menu a + a:before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.3);
	-webkit-transform: translateY(-50%);
	-moz-transform:  translateY(-50%);
	-ms-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
}
.footer-menu a:first-child {
	padding-left:0;
}
.footer-menu a strong {
	font-weight:700;
	color:#000;
}
.site-footer-info {
	padding-right:20px;
	position: relative;
	bottom: 20px;
}
.site-footer-info:after {
	content:"";
	display:block;
	clear:both;
}
.footer-site ul,
.footer-site figure {
	display:inline-block;
	vertical-align:top;
}
.footer-site figure {
	margin-left:7px;
}
.footer-site figure.qr {
	border:1px solid #d1d1d1;
	height:67px;
}
.footer-site figure img {
/*    display:block;*/
}
.footer-site {
	position:relative;
	float:right;
}
.footer-site li {
	position:relative;
}
.footer-site li + li {
	margin-top:5px;
}
/*.footer-site .ui-selectmenu-menu {
	box-sizing:border-box;
	width:210px;
	background:#3a404c;
	box-sizing:border-box;
}
.footer-site .ui-selectmenu-menu + .ui-selectmenu-menu{
	bottom:30px !important;
}
.footer-site .ui-selectmenu-menu .ui-state-active {
}
.footer-site .ui-selectmenu-button {
	width:210px;
	font-size:13px;
}
.footer-site .ui-selectmenu-button span.ui-selectmenu-text {
	height:30px;
	line-height:30px;
	font-size:13px;
	color:rgba(0,0,0,.7);
}*/
.footer-site select {
	width:210px;
	box-sizing:border-box;
	height:32px;
	line-height:30px;
	font-size:13px;
	color:rgba(0,0,0,.7);
}
.site-footer-info address {
	float:right;
	color:#ccc;
	line-height:1.7em;
	font-style:normal;
}
.site-footer-info address p{
	font-size:11px;
}




.btn{
	display: inline-block;
	margin-right: 5px;
	padding: 10px 20px;
	vertical-align: top;
	font-size: 14px;
	cursor: pointer;
	border:none;
}
.btn.btn-orange{
	background-color: #ff7b40;
	color: #fff;
}
.btn.btn-blue{
	background-color:#3584bc;
	color: #fff;
}
.btn.btn-bluegreen {
	background:#1892b1;
	color:#fff;
}
.btn.btn-gray {
	background:#8b919b;
	color:#fff;
}




/*main*/
.cell-head {
	padding: 5px 10px 0;
}
.cell-head > div {
	display: flex;
}
.cell-head > div > div {
	height: 75px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.cell-head > div > div > a {
	display: inline-flex;
	align-items: center;
	height: 100%;
	text-decoration: none;
	color: #464646;
	text-align: center;
}

.cell-head > div:first-child > div:first-child > a:before {
	background-image: url(/image/menu_icon01.png);
}
.cell-head > div > div > a:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.cell-head > div > div {
	flex: 1;
	height: 75px;
	font-size: 13px;
	font-weight: 700;
}

.cell {
	padding: 5px 10px 0;
}
.cell > div {
	display: flex;
}
.cell > div > div {
	flex: 1;
	height: 75px;
	font-size: 13px;
	font-weight: 700;
}
.cell > div > div > a {
	display: flex;
	align-items: center;
	height: 100%;
	text-decoration: none;
	color: #464646;
}

.cell > div:first-child > div:first-child > a:before {
	background-image: url(/image/menu_icon01.png);
}
.cell > div:first-child > div:nth-child(2) > a:before {
	background-image: url(/image/menu_icon02.png);
}

.cell > div:nth-child(2) > div:first-child > a:before {
	background-image: url(/image/menu_icon03.png);
}
.cell > div:nth-child(2) > div:nth-child(2) > a:before {
	background-image: url(/image/menu_icon04.png);
}


.cell > div > div > a:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.cell > div > div:nth-child(n+2) {
	border-left: 1px solid #d2d2d2;
}
.cell > div > div {
	flex: 1;
	height: 75px;
	font-size: 13px;
	font-weight: 700;
}


.cell > div:nth-child(n+1) > div {
	border-top: 1px solid #d2d2d2;
}
.cell > div:nth-child(n+2) > div {
	border-top: 1px solid #d2d2d2;
}

.cell > .cell_botton {
	border-bottom: 1px solid #d2d2d2;
}






/* 메인 > 배너*/
.main_bk .desc {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	/*margin-top: 35px;*/
	font-size: 16px;
}

.main_bk .desc > div {
	display: inline-block;
	text-align: right;
}
.main_bk .desc > div > p:first-child {
	font-size: 14px;
	color: grey;
}

.main_bk button {
	margin-top: 10px;
	padding: 4px 15px;
	vertical-align: top;
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	background-color: #34b6d0;
}






/**/
.loginbox {
	border: 0px solid #000000;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color : rgba(0,0,0, .5);
	z-index: 9900;
	top: 0;
	width: 100%;
	height: 100%;
}
.loginbox.open {
	display:block;
	width: 100%;
	height: 100%;
}
.loginbox>.menu {
	border: 1px solid #333333;
	width:  90%;
	max-width: 800px;
	min-height: 100px;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
	border-radius: 10px;
	padding:0px;
	background-color: #FFFFFF;
	/* display: none; */
}
.loginbox>.menu .select{
	display: flex;
	padding: 11px;
}

.loginbox>.menu .select span {
	width: 20vw;

}
.loginbox>.menu .select input {
	width: 50vw;
	height: 25px;
	border: 1px solid #949494;
	font-size: 16px;
	text-indent: 10px;
}
.loginbox>.menu .body input#search{
	width: 100%;
	height: 35px;
}
.loginbox>.menu .body button.icon{
	outline: none;
	opacity: 1;
	margin-left: -50px;
}
.loginbox>.menu.open {
	display:block;
}
.loginbox>.menu>.body{
	position: relative;
}
.loginbox>.menu>.body.close{
	display: none;
}



.loginbox>.menu .title {
	font-size:20px;	
	padding:10px;
	font-weight: bold;
	color:#3A5eb2;
}
.loginbox>.menu .title>span {
	right: 0;
	float: right;
	font-size:20px;
	font-weight: bold;
}


.loginbox>.menu .lhead {
	display: flex;
	border-bottom: 1px solid #D6E7F5;
}

.loginbox>.menu .lhead .esc {
    right: 10px;
    float: right;
    font-size: 20px;
    position: absolute;
    line-height: 40px;
}



.loginbox>.menu ul {
	font-size:13px;
}
.loginbox>.menu ul>li {
	padding:10px;
}
.loginbox>.menu> ul>li:hover {
	background-color: #E9E9E9;
}
.loginbox>.menu> ul>li:active {
	background-color: #CFCFCF;
}
.loginbox>.menu> ul>li:before {
	content: '';
	display: inline-block;
	width: 13px; height: 10px;
	margin-top: 4px;
	margin-left: 10px;
	vertical-align: top;
	margin-right: 5px;
	background: url('/image/logout_icon.png') no-repeat;
}
.loginbox>.menu ul>li>span {
	font-weight: bold;
}
.loginbox>.menu ul>li>strong{
	right: 15px;
	position: fixed;
}
.loginbox>.menu ul>li>p {
	font-size:7px;
}

.loginbox .button {
	text-align: right;
	padding: 11px;
}
.loginbox > .menu > .body > ul > li > strong {
    right: 15px;
    position: fixed;
}






/* 도서관 선택*/
.libbox {
	border: 0px solid #000000;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color : rgba(0,0,0, .5);
	z-index: 9900;
	top: 0;
	width: 100%;
    height: 100%;
}
.libbox.open {
	display:block;
	width: 100%;
	height: 100%;
}
.libbox>.menu {
	border: 1px solid #333333;
	width:  90%;
	max-width: 800px;
	min-height: 100px;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
	border-radius: 10px;
	padding:0px;
	background-color: #FFFFFF;
	/* display: none; */
}


.libbox>.menu li.click strong.check {
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url(/image/check_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-size: 19px;
    position: fixed;
    right: -2px;
    /* padding: 2px 2px 2px 2px; */
    /* top: 15px; */
    z-index: 1000;
    cursor: pointer;
}





.libbox>.menu .pop_head_table {
	display: flex;
    border-bottom: 1px solid #D6E7F5;
}

.libbox>.menu .pop_head_table .bcon {
	text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url(/image/online_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-size: 20px;
    position: fixed;
    right: 0px;
    /* padding: 2px 2px 2px 2px; */
    top: 15px;
    z-index: 1000;
    cursor: pointer;
}



.libbox>.menu .select{
	display: flex;
	padding: 11px;
}

.libbox>.menu .select span {
	width: 20vw;

}
.libbox>.menu .select input {
	width: 50vw;
	height: 25px;
	border: 1px solid #949494;
	font-size: 16px;
	text-indent: 10px;
}

.libbox>.menu .select button.icon{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #232833;
	height: 35px;
	width: 50px;
	color: #c8cbcd;
	font-size: 10pt;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.libbox>.menu .libboxadd .select input#search{
	width: 100%;
	height: 35px;
	outline:none;
	background: #ffffff;
	font-size: 10pt;
	float: left;
	color: #63717f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.libbox>.menu .libboxadd .select button.icon{
	outline: none;
	opacity: 1;
	margin-left: -50px;
}

.libbox>.menu.open {
	display:block;
}

.libbox>.menu>.body{
	position: relative;
}

.libbox>.menu>.body.close{
	display: none;
}


.libbox>.menu .title {
	font-size:17px;
	border-bottom: 1px solid #D6E7F5;
	padding:10px;
	/*font-weight: bold;*/
	color:#3A5eb2;
}
.libbox>.menu .title>span {
	right: 0;
	float: right;
	font-size:26px;
	line-height: 26px;
	font-weight: bold;
}

.libbox>.menu ul {
	font-size:13px;
}
.libbox>.menu ul>li {
	padding:10px;
	border-bottom: 1px solid #D6E7F5;
}
.libbox>.menu> ul>li:hover {
	background-color: #E9E9E9;
}
.libbox>.menu> ul>li:active {
	background-color: #CFCFCF;
}
.libbox>.menu> ul>li:before {
	content: '';
	display: inline-block;
	width: 13px; height: 10px;
	margin-top: 4px;
	margin-left: 10px;
	vertical-align: top;
	margin-right: 5px;
	background: url('/image/logout_icon.png') no-repeat;
}
.libbox>.menu ul>li>span {
	font-weight: bold;
}
.libbox>.menu ul>li>strong{
	right: 15px;
	position: fixed;
}
.libbox>.menu ul>li>p {
	font-size:7px;
}
.libbox>.menu .close {
	float:right;
}
.libbox > .menu > .body > ul > li > strong {
    right: 15px;
    position: fixed;
}



/*도서관추가 > 도서관추가 */
.libbox>.menu>.libboxadd {
	display: none;
}
.libbox>.menu>.libboxadd.open {
	display:block;
}

.contents {
	height: 100%;
	width: 100%;
	position: relative;
}


/* 
----------------------------------------------------------
공지시항 
----------------------------------------------------------
*/
.note_main {
	position: relative;
}
.note_main .title {
	color: #790018;
    font-weight: bold;
}

.note_main .notice-list-wrapper {
    box-sizing: border-box;
    border-top: 5px solid #009dae;
    background-color: #fff;
}

.note_main .notice-list-container {
    padding: 20px;
	width: auto;
	box-sizing: inherit;
}

.note_main .notice-list-header > header > h2 {
    color: #464646;
    font-size: 20px;
}

.note_main .notice-list-body {
    margin: 20px 0 40px;
    flex-direction: column;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #ece4e4;
}

.note_main .notice-list-body > .notice-content {
    padding: 15px 5px;
}

.note_main .notice-list-body > .notice-content > .notice-title {
    margin-bottom: 15px;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 500;
}

.note_main .notice-list-body > .notice-content > .notice-info {
	font-size: 13px;
	color:#9e9e9e;
    line-height: 23px;
}
.note_main .notice-list-body > .notice-content > .notice-info p {
	display: wrap;
}




.note_main .notice-list-body > .notice-content + .notice-content {
    border-top: 1px solid #ddd;
}

.note_main .notice-list-container > .notice-list-paging {
    padding-bottom: 30px;
    text-align: center;
}

.note_main .notice-list-paging > .notice-hide-paging {
    visibility: hidden;
}
.note_main .notice-list-paging > div {
    display: inline-block;
    margin: 0 5px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
}

.note_main .notice-list-paging > .notice-paging > a {
    font-weight: 600;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.note_main .notice-list-paging > .notice-active-paging > a {
    color: #fff!important;
}



.note_main .notice-list-paging > .notice-active-paging {
    border-radius: 50%;
    background-color: #003b5e;
}


.note_main .notice-list-paging > .notice-hide-paging {
    visibility: hidden;
}





.note_main .notice-view-container {
    padding: 20px;
	width: auto;
	box-sizing: inherit;
}

.note_main .notice-view-header > header > h2 {
	color: #464646;
    font-size: 20px;
}

.note_main .notice-view-body {
    margin: 20px 0 40px;
    flex-direction: column;
}

.note_main .notice-view-body > .notice-content {
    padding: 15px 5px;
    border-top: 1px solid #525252;

}

.note_main .notice-view-body > .notice-content > .notice-title {
    margin-bottom: 5px;
    word-wrap: break-word;
    font-weight: 500;
}

.note_main .notice-view-body > .notice-content > .notice-info {
    display: flex;
	font-size: 13px;
    color: #999797;
}

.note_main .notice-view-body > .notice-content > .notice-info p {
    flex: 1 1 auto;
}

.note_main .notice-view-body > .notice-content > .notice-info p:last-child {
    text-align: right;
}

.note_main .notice-view-body > .notice-content > .notice-text {
    color: #757575;
}
.note_main .notice-view-body > .notice-content > .notice-text p {
    font-size:13px;
    color: #757575;
}



.note_main .notice-view-body > .notice-content + .notice-content {
    border-top: 1px solid #ddd;
}

.note_main .notice-view-body .notice-text {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;	
	padding-top: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;

}
	

.note_main .notice-view-button {
	text-align: center;
	/* margin-bottom: 30px; */
}
.note_main .notice-view-button button {
	width: 97%;
}








/* 
----------------------------------------------------------
열람실 좌석배정 
----------------------------------------------------------
*/
.seat_main {
	display: block;
    position: relative;
    overflow: auto;
    /* transform: translateZ(0); */
    will-change: scroll-position;
	/* height:100% */
}
.seat_main .title {
	color: #790018;
    font-weight: bold;
}

.seat_main .notice-list-wrapper {
    box-sizing: border-box;
    border-top: 5px solid #009dae;
    background-color: #fff;
}

.seat_main .notice-list-container {
    padding: 20px;
	width: auto;
	box-sizing: inherit;
}

.seat_main .notice-list-header > header > h2 {
    color: #464646;
    font-size: 20px;
}

.seat_main .notice-list-body {
    margin: 20px 0 40px;
    flex-direction: column;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #ece4e4;
}

.seat_main .notice-list-body > .notice-content {
    padding: 15px 5px;
}

.seat_main .notice-list-body > .notice-content > .notice-title {
    /*margin-bottom: 15px;*/
    word-wrap: break-word;
	font-size: 20px;
}

.seat_main .notice-additional {
	font-size: 15px;

}

.seat_main .notice-list-body > .notice-content > .notice-title > .right {
    right: 20px;
    position: absolute;
    display: initial;
}

.seat_main .notice-list-body > .notice-content + .notice-content {
    border-top: 1px solid #ddd;
}


/* icon 장애인석 */
.seat_main .notice-list-body > .notice-content .disabled {
	background: url('/image/disabled_seat.png') no-repeat center;
}
/* 노트북실*/
.seat_main .notice-list-body > .notice-content .notebook {
	background: url('/image/notebook_seat.png') no-repeat center;
}



.seat_main .notice-list-body > .notice-content .iconslist {
	display: inline-flex;
    position: absolute;
    right: 20px;
}

.seat_main .notice-list-body > .notice-content .iconslist .icons {
    display: inline;
    width: 21px;
    height: 21px;
    margin: 0 2px;
    background-size: contain!important;
    right: 20px;
}



.seat_main .notice-list-container > .notice-list-paging {
    padding-bottom: 30px;
    text-align: center;
}

.seat_main .notice-list-paging > .notice-hide-paging {
    visibility: hidden;
}
.seat_main .notice-list-paging > div {
    display: inline-block;
    margin: 0 5px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
}
.seat_main .notice-list-paging > .notice-paging > a {
    font-weight: 600;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.seat_main .notice-list-paging > .notice-active-paging > a {
    color: #fff!important;
}
.seat_main .notice-list-paging > .notice-active-paging {
    border-radius: 50%;
    background-color: #003b5e;
}
.seat_main .notice-list-paging > .notice-hide-paging {
    visibility: hidden;
}




/*
----------------------------------------------------------
좌석배정내역 
----------------------------------------------------------
*/

.seathi_main {
	position: relative;
}
.seathi_main .title {
	color: #790018;
    font-weight: bold;
}

.seathi_main .seat_hi-list-wrapper {
    box-sizing: border-box;
    border-top: 5px solid #009dae;
    background-color: #fff;
}

.seathi_main .seat_hi-list-container {
    padding: 20px;
	width: auto;
	box-sizing: inherit;
}
.seathi_main .seat_hi-list-header > header > h2 {
    color: #464646;
    font-size: 20px;
}
.seathi_main .seat_hi-list-body {
    margin: 20px 0 40px;
    flex-direction: column;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #ece4e4;
}

.seathi_main .seat_hi-list-container .seathi {
	position: relative;
	height: 46px;
}

.seathi_main .seat_hi-list-container .seathi .pleft{
  float: left;
}

.seathi_main .seat_hi-list-container .seathi .pright {
  float: right;
}




.seathi_main .seat_hi-list-body > .seat_hi-content {
    padding: 15px 5px;
}
.seathi_main .seat_hi-list-body > .seat_hi-content > .seat_hi-title {
    margin-bottom: 5px;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 500;
}
.seathi_main .seat_hi-list-body > .seat_hi-content > .seat_hi-info {
	font-size: 13px;
	color:#9e9e9e;
    line-height: 23px;
}
.seathi_main .seat_hi-list-body > .seat_hi-content > .seat_hi-info p {
	display: wrap;
}


.seathi_main .seat_hi-list-body > .seat_hi-content > .hi-bnt {
    flex-basis: 50%;
    padding: 2p;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.seathi_main .seat_hi-list-body > .seat_hi-content > .hi-bnt  ul {
	display: flex;
	width:100%;
}


.seathi_main .seat_hi-list-body > .seat_hi-content > .hi-bnt  li {
	display: flex;
}



.seathi_main .seat_hi-list-body > .seat_hi-content + .seat_hi-content {
    border-top: 1px solid #ddd;
}

.seathi_main .seat_hi-list-body .seat_hi_right {
    float: right;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: 500;
}


.seathi_main .seat_hi-right-cnt {
    float: right;
    text-align: right;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: 500;
}

.seathi_main .col-red {
   color:#ff0000;
}

.seathi_main .col-blue {
   color:#3300ff;
}












/* 
----------------------------------------------------------
푸시내역 
----------------------------------------------------------
*/
.push_main {
	display: block;
    position: relative;
    overflow: auto;
    transform: translateZ(0);
    will-change: scroll-position;
}
.push_main .title {
	color: #790018;
    font-weight: bold;
}

.push_main .notice-list-wrapper {
    box-sizing: border-box;
    border-top: 5px solid #009dae;
    background-color: #fff;
}

.push_main .notice-list-container {
    padding: 20px;
	width: auto;
	box-sizing: inherit;
}

.push_main .notice-list-header > header > h2 {
    color: #464646;
    font-size: 20px;
}

.push_main .notice-list-body {
    margin: 20px 0 20px;
    flex-direction: column;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
}

.push_main .notice-list-body > .notice-content {
    padding: 15px 5px;
}

.push_main .notice-list-body > .notice-content > .additional {
    margin-bottom: 15px;
    word-wrap: break-word;
}





.push_main .notice-list-body > .notice-content > .notice-title {
    margin-bottom: 15px;
    word-wrap: break-word;
}

.push_main .notice-list-body > .notice-content + .notice-content {
    border-top: 1px solid #ddd;
}

.push_main .notice-list-container > .notice-list-paging {
    padding-bottom: 30px;
    text-align: center;
}

.push_main .notice-list-paging > .notice-hide-paging {
    visibility: hidden;
}

.push_main .notice-list-paging > div {
    display: inline-block;
    margin: 0 5px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
}
.push_main .notice-list-paging > div.pgleft {

}
.push_main .notice-list-paging > div.pgright {

}


.push_main .notice-list-paging > .notice-paging > a {
    font-weight: 600;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.push_main .notice-list-paging > .notice-active-paging > a {
    color: #fff!important;
}
.push_main .notice-list-paging > .notice-active-paging {
    border-radius: 50%;
    background-color: #003b5e;
}
.push_main .notice-list-paging > .notice-hide-paging {
    visibility: hidden;
}

.push_main .hi-bnt {
	text-align: right;
}

/* 
----------------------------------------------------------
예약대기자 
----------------------------------------------------------
*/
.table_main {
	display: block;
    position: relative;
    overflow: auto;
    transform: translateZ(0);
    will-change: scroll-position;
}
.table_main .title {
	color: #790018;
    font-weight: bold;
}

.table_main .table-list-wrapper {
    box-sizing: border-box;
    border-top: 5px solid #009dae;
    background-color: #fff;
}

.table_main .table-list-container {
    padding: 20px;
	width: auto;
	box-sizing: inherit;
}

.table_main .table-list-header > header > h2 {
    color: #464646;
    font-size: 20px;
}

.table_main .table-list-body {
    margin: 20px 0 10px;
    flex-direction: column;
    border-top: 1px solid #525252;
}

.table_main .table-list-body .listMode {
	padding: 0px 0px;
}

.table_main .table-list-body .listMode .seat {
    position: static;
    display: inline-block;
    width: calc(32% - 5px) !important;
    border: 1px solid;
    height: 33px !important;
    margin: 1px !important;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
    line-height: 33px;
}
.table_main .table-list-body .datetop {
	text-align: right;
	font-size:13px;
	padding: 8px;

}


.table_main .table-list-body .seatcnt {
	text-align: right;
	padding: 8px;
}
.table_main .table-list-body .seatcnt span {
	font-weight: bold;
}

.table_main .bnt-box button {
	width:100%;
}

.beacon_bk .vname {
    padding: 10px;
	font-size: 4vw;
}

.beacon_bk .view_seat_name {
	word-wrap: break-word;
}



.p_seat_hi:active, 
.p_table:active, 
.p_push:active, 
.p_homepage:active,
#p_note:active,
#p_seat:active,
#p_seat_hi:active,
#p_table:active,
#p_push:active
{
      transform: scale(0.98);
      box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.idxsest:active, 
.divlist:active, 
.pright:active, 
.pleft:active, 
.pright:active, 
.preViewClose:active{
      box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.24);
}



/*버튼 눌리는 효과*/
#p_main:active {
	/* 그림자 */
	color:#828282;
	cursor: pointer;
}


.titleMassg {
    position: inherit;
    /* right: 0px; */
    float: right;
    z-index: 999;
    line-height: 0px;
}

.homemsg {
	position: inherit;
	float: right;
	line-height: 0;
	color: #333333;
	animation-name: amm2; 
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
	animation-iteration-count: infinite;
	transform-origin: 50% 20.5px;
	will-change: transform;
}

.divct {
	text-align: center;
}


@keyframes amm2 {
    from {opacity:0;}
    to   {opacity:1;}
}


.fbk2 {
  animation: blink-effect 2s step-end infinite;

  /*
  animation-name: blink-effect;
  animation-duration: 1s;
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}
