@charset "UTF-8"; 
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream1') format('truetype');
	font-weight: 100;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream2') format('truetype');
	font-weight: 200;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream3') format('truetype');
	font-weight: 300;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream4') format('truetype');
	font-weight: 400;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream5') format('truetype');
	font-weight: 500;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream6') format('truetype');
	font-weight: 600;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream7') format('truetype');
	font-weight: 700;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream8') format('truetype');
	font-weight: 800;
}
@font-face {
    font-family: 'SCDream';
    src: url('../font/SCDream9') format('truetype');
	font-weight: 900;
}

*{
	padding: 0;
	margin: 0;
	font-family: "SCDream", sans-serif;
}
html{
	min-width: 1270px;
}
a{
	text-decoration:none;
}
li,dt,dd,ol{
	list-style: none;;
}
table{

	border-collapse: collapse;
}
.hidden{
    position: absolute;
    top: -99999px;
    left: -99999px;
    font-size: 1px;
    color: #fff;
    opacity: 0;
}
.header{
	background-color:#fff;
	color:white;
	border-bottom: 1px solid #e2e3e6;
}
.header .topmenu{
	width:100% ;
	height: 40px;
	margin: 0 auto;
	text-align: right;
	border-bottom:1px solid #ddd;
	background-color: #21201c;
}
.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.loginli:after{
	content:none;
}
/*.header .topmenu ul li:last-child a{
	color:#0153a7;
} */
.header .topmenu ul li a{
	color:#fff;
	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;
	right: 20px;
	top: 0;
}
.icon-bar{
	background-color: #004185;
	margin-top: 6px;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
}

.header .navbar .logo{
	text-indent:-9999px;
	width: 290px;
	margin-right: 0px;
	height: 50px;
	background-image:url("../image/toplogo.png");
	display: inline-block;
	vertical-align: top;
}

.header .navbar .mobile_logo_left{
	text-indent:-9999px;
	width: 275px;
	height: 50px;
	background-image:url("../image/toplogo.png");
	display: none;
	vertical-align: top;
}
.header .navbar .mobile_logo_center{
	text-indent:-9999px;
	width: 275px;
	height: 50px;
	background-image:url("../image/toplogo.png");
	display: none;
	vertical-align: top;
}

.header .navbar .logo a{
	display: block;
	height: 100%;
}

.header .navbar .mobile_logo_center a{
	display: block;
	height: 100%;
}
.header .navbar .mobile_logo_left a{
	display: block;
	height: 100%;
}

.header .navbar .navigation{
	width: calc(100% - 360px);
	display: inline-block;
	vertical-align: top;
	text-align: right;
	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;
}

.navigation > ul > li:nth-child(5){
	display: none !important;
}

.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;
}


.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;
	min-height: 550px;
}

.subtitle{
	width: 100%;
	max-width: 1270px;
	margin: 55px auto 0;
	position: relative;
	padding-left: 55px;
	background-color: #6d7996;
	box-sizing: border-box;
}
.subtitle .subtitle_info{
	padding: 10px;
	color:white;
}
.subtitle .subtitle_info::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 100%;
	background-color: #5a647d;
}

.menu_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1270px;
	padding: 35px 0;
	font-size: 24px;
	font-weight: 400;
 }
.menu_title.secondBtn{padding: 15px 0;}
.menu_title div{
	position: relative;
	margin: 0 auto;
   width:1270px; 
}
.menu_title div .onlineState{position: absolute; top: 50%; right: 0; transform: translateY(-50%); padding-right: 15px;}
.menu_title div .onlineState button{margin: 0; width: 100px; height: 35px; font-size: 18px; font-weight: 500;}
.menu_title div .onlineState .blue{background-color: #0054a6 !important;}

@media screen and (max-width: 300px) {
	.menu_title div .onlineState{position: static; transform: translateY(0); display: block; width: 100%;}
	.menu_title div .onlineState button{width: 100%;}
}

/*메인*/

.main_bk {
	background-image:url("../image/main/bg_main.jpg");
	padding:0;
	min-height: 650px;
	position: relative;
	background-repeat-x:inherit;
	background-repeat-y:no-repeat;
	animation: grow 60s linear infinite;
}
@keyframes grow {
	0%   { background-size: 120%; }
	50% { background-size: 140%; }
	100% { background-size: 120%; }
}


.main_bk .article_search {
   margin: 0 auto; 
   width: 770px; 
   padding-top: 45px;
}


.article_search .search_info {
	text-align: center;
    color: #20ebff;
    margin-bottom: 10px;
    font-size: 21px;
}
.article_search .search_info .main_txt1{
	font-weight: 400;
	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;
	cursor: pointer;
	/*
	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{
	cursor: pointer;
	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: 30px;
	height: 30px;
	position: relative;
	top: 25px;
}

.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:hover .img img{
	transition: all ease 1s; transform: rotateY( 360deg );
}

.service_img>ul>li.lecture .title {
	cursor:pointer;
    background-color:#3e302d;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li.lecture .img {
	cursor:pointer;
    background-color:rgba(62,48,45,0.6);
}

.service_img>ul>li.lecture .link {
	cursor:pointer;
    text-align: center;
	padding: 10px;
	border: 1px solid #2967a0;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li.area .title {
	cursor:pointer;
    background-color:#313445;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li.area .img {
	cursor:pointer;
    background-color:rgba(51,54,71,0.6);
}
.service_img>ul>li.area .link {
	cursor:pointer;
    text-align: center;
	padding: 10px;
	border: 1px solid #2892a0;
    margin: 10px;
	cursor:pointer;
}

.service_img>ul>li.locker .title {
	cursor:pointer;
    background-color:#445c12;
	color: #ffffff;
	padding: 20px;
}
.service_img>ul>li.locker .img {
	cursor:pointer;
    background-color:rgba(68,90,18,0.6);
}
.service_img>ul>li.locker .link {
	cursor:pointer;
    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;
}
*/

/* 강좌관리(메인)*/
.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(20% - 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 li:hover, .bodyTopBnt li.active {
	background-color: #0054a6;
	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:#666;
	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: #0054a6;
	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:#333; }

.e_lst_type01 li.line_box { 
	border:1px solid #c9c9c9; 
	padding:50px 13px 13px 13px;
	min-height:215px;
	background-color:white;
	border-radius:25px;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.e_lst_type01 li.line_box .lib_info{
	color: #365886;
	/*text-align: left;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 0;
	background-color: #5b5c5e;
	border-radius: 25px 25px 0 0;
}
.e_lst_type01 li.line_box .lib_info a{
	text-align: center;
	color: #fff;
	font-weight: 500;

}
.e_lst_type01 li.line_box .lib_info span{
	cursor: pointer;
	font-weight: 500;
}
/*.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, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-1 , .tHoverEffect span.list-bkcolor-1{ background-color: #ffb30a; color: #ffffff;}
/*그림책도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-orange, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-2 , .tHoverEffect span.list-bkcolor-2{ background-color: #ff6c0a; color: #ffffff;}
/*연향도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-red, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-3 , .tHoverEffect span.list-bkcolor-3{ background-color: #74c76c; color: #ffffff;}
/*기적의도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-green, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-4 , .tHoverEffect span.list-bkcolor-4{ background-color: #ee2525; color: #ffffff;}
/*조례호수도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-darkblue, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-5 , .tHoverEffect span.list-bkcolor-5{ background-color: #acb1d6; color: #ffffff;}
/*신대도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-6 , .tHoverEffect span.list-bkcolor-6{ background-color: #1c4b0e;  color: #ffffff;}
/*해룡농어촌도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-7 , .tHoverEffect span.list-bkcolor-7{	background-color: #36c6ff;	color: #ffffff;}
/*풍덕글마루도서관*/
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-8 , .tHoverEffect span.list-bkcolor-8{	background-color: #35354e;	color: #ffffff;}
/*도서관정책*/
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-9 , .tHoverEffect span.list-bkcolor-9{	background-color: #0054a6;	color: #ffffff;}
/*진천교육도서관*/
/*
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-11 , .tHoverEffect span.list-bkcolor-11{	background-color: #855e9b;	color: #ffffff;}
!*괴산교육도서관*!
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-12 , .tHoverEffect span.list-bkcolor-12{	background-color: #9b5e5e;	color: #ffffff;}
!*증평교육도서관*!
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-13 , .tHoverEffect span.list-bkcolor-13{	background-color: #9b5e5e;	color: #ffffff;}
!*금왕교육도서관*!
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-14 , .tHoverEffect span.list-bkcolor-14{	background-color: #749b5e;	color: #ffffff;}
!*음성교육도서관*!
.e_lst_type01 li.line_box .lib_info span.lib-yellow, .e_lst_type01 li.line_box .lib_info span.list-bkcolor-15 , .tHoverEffect span.list-bkcolor-15{ background-color: #243838;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 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_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: #bfbfbf;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_state.state-finish-stby{
	background-color: #9599a2;
	color: #ffffff;
}

.e_lst_type01 li.line_box .lib_state.state-rsrv{
    background-color: #ff7070;
    color: #ffffff;
}
.e_lst_type01 li.line_box .lib_state.state-stby{
	background-color: #68d987;
	color: #ffffff;
}

.e_lst_type01 li.line_box .lib_state.state-stand{
    background-color: #fff;
    border: 1px solid #3d87e0;
    color: #3d87e0;
}
/*강좌관리(view)*/

.info {
	margin: 35px 0;
	color: #1c53a7;
	font-size: 22px;
	font-weight: 500;
}
.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;
	line-height: 32px;
}
.tableBox table, .tableBox2 table {
	width: 100%;
	font-size: 16px;
	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;
	font-size:15px;
}


.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;*/
	padding: 5px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-top: 1px solid #454b56;
	border-bottom: 1px solid #ddd;
	background-color: #f8f9fa;
	cursor: default;
	vertical-align: middle;
}

.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 {
	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: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 .tInfo .poster_Image .posterImg{margin: 0 auto; max-width: 350px;}
.tableBox2 .tInfo .poster_Image .posterImg img{width: 100% !important;}

.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;
}

.eventDownBtn{
	position: relative;
	display: inline-block;
	transition: all .25s ease;
	background-color: #0054a6;
	color: #fff;
	border: 1px solid #0054a6;
	box-sizing: border-box;
}
.eventDownBtn:hover, .eventDownBtn:focus {border:1px solid #0054a6;background-color:#fff;color:#0054a6;}
.eventDownBtn span {display:block;padding:0.5em 60px 0.5em 23px;}
.eventDownBtn .ico {position:absolute;right:0px;top:-1px;padding:0;width:50px; height: calc(100% + 3px);background-color:#0054a6;-webkit-transition:right .25s ease;transition:right .25s ease-out;}
.eventDownBtn:hover .ico {right:-10px;}
.ico_link {background:url('../images/btn_link_icon.png') no-repeat 0 0px;}


.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;
}
.posterImg{text-align: center;}


.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;
}
.mobile_event_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: 20% ;
	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: #0054a6;
	color: #ffffff;
	cursor: pointer;
}

.main_btn_area:after, .main_btn_area:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


.container .readme{
	margin-top: 30px;
	border: 1px solid #e3e7ea;
	background-color: #fff;
	font-size: 16px;
}
.container .readme .readme_title{
	padding: 10px 30px;
	border-bottom: 1px solid #e3e7ea;
	background-color: #5c676d;
	color:white;
	font-weight: bold;
}
.container .readme  .readme_content{
	padding: 35px 30px 30px;
}
.container .readme .readme_content ul li{
	padding-left: 5px;
	display: inline-block;
	width: 99%;
	vertical-align: top;
	font-weight: 300;
}
.container .readme  .readme_content ul li dl dt{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container .readme  .readme_content ul li dl dd{
	margin-bottom: 5px;
	padding-left: 10px;
	/*display:flex;*/
}
.container .readme  .readme_content ul li dl dd:before{
	margin-right: 5px;
}

.container .btn_area{
	width: 100%;
	margin: 25px 0;
}

.container .rsrv_search{
	width: 100%;
}
.container .rsrv_search table{
	width: 100%;
	border-collapse: collapse;
}
.container .rsrv_search table thead tr th{
	background-color: #5c676d;
	color:white;
	padding: 10px;
}
.container .rsrv_search table tbody tr td{
	text-align: center;
	padding: 5px;
	position: relative;
}
.container .rsrv_search table tbody tr td .scrollbar {
	height: 240px;

}
.container .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;
}
.container .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;
}
.container .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;
}
*/
.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_able {background:url('../image/sub/locker_st_complete.png') no-repeat;}
.info_complete {background:url('../image/sub/locker_st_able.png') no-repeat;}
.info_disable {background:url('../image/sub/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/sub/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/sub/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/sub/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/sub/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/sub/ico_plus.png) no-repeat 50% 50%}
.insertWrap .familyWrap > dl > dt .btn.delete {background:#4c5365 url(./images/sub/ico_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 a.active{
	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;
}

.paging div a.active{
	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;
}

.lib_list_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 25px;
	cursor: default;
}

.lib_list_wrap h2 {
	font-size: 30px;
	font-weight: 600;
}

.lib_list_wrap h2 strong {
	font-weight: 900;
}

.lib_list_wrap ul {
/*	float: left;*/
	display: inline-block;
	vertical-align: top;
}

.lib_list_wrap ul:first-of-type {
	margin-right: 235px;
}

.lib_list_wrap ul:first-of-type li dl dd:first-of-type {
	width: 510px;
}
.lib_list_wrap ul:first-of-type li dl dd:last-child{
	color:#ccc;
}

.lib_list_wrap ul li dl dt, footer > div:last-of-type .lib_list_wrap ul li dl dd {
	float: left;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Noto Sans KR';
}

.lib_list_wrap ul li dl dt {
	width: 180px;
	color:#ccc;
}

.lib_list_wrap ul:last-of-type li dl dd:first-of-type {
	width: 500px;
}
.lib_list_wrap ul:last-of-type li dl dd:last-child{
	color:#ccc;
}

/*.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;
}

@media (max-width: 850px) {
	/*강좌신청*/
	.poster_Image {
		display: none;
	}
}

.mentBox{margin-top: 20px;}
.mentBox strong{position: relative; display: block; margin-bottom: 25px; padding: 50px 25px; border-top: 5px solid #efefef; border-bottom: 5px solid #efefef; text-align: center;}
.mentBox strong::before, .mentBox strong::after{content: ''; position: absolute; width: 5px; height: 30px; background-color: #efefef;}
.mentBox strong::before{top: 0; left: 0;}
.mentBox strong::after{bottom: 0; right: 0;}
.mentBox dl{position: relative;}
.mentBox dl:not(:last-of-type){margin-bottom: 15px;}
.mentBox dl dt, .mentBox dl dd{padding-left: 10px;}
.mentBox dl dt{position: absolute;}
.mentBox dl dt:before{content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 3px; height: 3px; background-color: #0054a6;}
.mentBox dl dt{padding-right: 10px; font-weight: 500;}
.mentBox dl dd{position: relative; padding-left: 65px;}
.mentBox dl dd:not(.noticeExp)::before{content: '-'; position: absolute; top: 50%; left: 55px; transform: translateY(-50%);}
.mentBox dl dd.noticeExp{font-size: 14px; color: #005baa;}