/*프로그램 검색폼*/
.search-box {
    float: left;
    width: 100%;
	min-height:130px; 
    padding-top: 40px;
	padding-bottom:20px; 
    background: #e5e5e5;
    text-align: center;
    margin-bottom: 60px;
}

.search-box-wrap {
    display: inline-block;
    margin: 0 auto;
    width: 80%;
}

.search-box form {
    text-align: center;
}



.search-box form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    width: 220px;
    height: 50px;
}

.search-box form  .select_none {
    display: inline-block;
    position: relative;
}

.search-box form select {
    box-shadow: none;
    /* margin-left: 10px; */
    background: #7c7f8a;
    color: #fff;
    font-size: 18px;
    width: 180px;
    height: 52px;
    padding-left: 30px;
    border-radius: 30px;
    vertical-align: top;
    border: 0 none;
}

.search-box form select::-ms-expand {
    display: none;
}

.search-box form select option {
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.search-box form .select_none:after {
    content: '\f004';
    font-family: fontello;
    font-style: normal;
    color: #fff;
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 16px;
    z-index: 1;
    width: 10%;
    height: 50px;
    pointer-events: none;
    display: inline-block;
}



.search-box form .search-txt {
    display: inline-block;
    background: #fff;
    width: 700px;
    margin-left: 10px;
    height: 52px;
    padding-left: 30px;
    border-radius: 30px;
    vertical-align: top;
}

.search-box form .search-txt input {
    border: none;
    float: left;
    width: 88%;
    height: 52px;
    font-size: 18px;
    color: #959595;
	background:#fff; 
}

.search-box form .search-txt button {
    border: none;
    float: left;
    width: 12%;
    height: 52px;
    background: none;
}

.search-box .hash {
    margin-top:20px; 
	 text-align:left; 
}
.search-box .hash a {
   display:inline-block; 
   padding:5px 10px; border:1px solid #ddd;
   background:#fff;
   color:#666;
   margin:0 10px 10px 0 ; 
   border-radius:5px; 
 
}
.search-box .hash a:before {
	content:'#';
	margin-right:3px; 
}


@media (max-width: 991px) {

	.search-box {
		min-height:auto; 
	}

	.search-box .hash {
		margin-top:15px; 

	}
	.search-box .hash a {
	   margin:0 4px 4px 0 ; 
	 
	}


}


/*강좌신청*/
.application {
    float: left;
    width: 100%;
}

.application .app-list {
    float: left;
    width: 24.2%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 30px;
	/*height:400px; */
}

.application .app-list:nth-of-type(4),
.application .app-list:nth-of-type(8),
.application .app-list:nth-of-type(12) {
    margin-right: 0;
}


.application .app-list:nth-of-type(5),
.application .app-list:nth-of-type(9),
.application .app-list:nth-of-type(13) {
   clear:both; 
}

.application .app-list .al-img img {
    width: 100%;
    height: 200px;
}

.application .app-list .al-label {
    position: absolute;
    top: 185px;
    left: 15px;
    display: inline-block;
    background: #009697;
    width: 64px;
    height: 28px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.application .app-list .al-label.label_ready {background: #fabf3d;}
.application .app-list .al-label.label-end {
    background: #7c7f8a;
}

.application .app-list .al-tit {
    padding: 30px 0 15px;
}

.application .app-list .al-tit a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 500;
  /*  display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.application .app-list .al-txt li {
    font-size: 16px;
    color: #555;
    padding-bottom: 5px;
}

/* 강좌신청 뷰 */
.application_view {
    padding-top: 20px;
}

.application_view .app_view {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.application_view .app_view .tit {
    border-bottom: 2px solid #111;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.application_view .app_view .tit .stat_btn {
    display: inline-block;
    width: 104px;
    height: 40px;
    background: #009697;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-right: 25px;
    vertical-align: top;
}

.application_view .app_view .tit .stat_btn.label_ready {background: #fabf3d;}
.application_view .app_view .tit .stat_btn.label_end {background: #7c7f8a;}

.application_view .app_view .tit .title {
    font-size: 30px;
    font-weight: 400;
    color: #111;
    display: inline-block;
    vertical-align: top;
}

.application_view .app_view .img {
    width: 45%;
    float: left;
}

.application_view .app_view .img img {
    width: 100%;
    height: 380px;
}

.application_view .app_view .right_view {
    position: relative;
    width: 55%;
    float: left;
    padding-top: 5px;
    padding-left: 70px;
 /*   height: 380px;*/
 padding-bottom:80px; 
}

.application_view .app_view .txt_wrap {}

.application_view .app_view .txt_wrap p {
    width: 100%;
    padding-bottom: 20px;
}

.application_view .app_view .txt_wrap p .tit {
    font-weight: 500;
    color: #111;
    display: inline-block;
    width: 22%;
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    vertical-align: top;
}

.application_view .app_view .txt_wrap p .txt {
    display: inline-block;
    width: 78%;
    font-size: 18px;
    color: #444;
    letter-spacing: 0.4px;
    vertical-align: top;
}

.application_view .app_view .app_view_btn {
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    left: 70px;
    margin-top: 15px;
}

.application_view .app_view .app_view_btn p {
    display: inline-block;
    width: 256px;
    height: 64px;
    background: #009697;
    border-radius: 57px;
    line-height: 60px;
    text-align: center;
    vertical-align: top;
}

.application_view .app_view .app_view_btn p a {
    font-size: 22px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.application_view .app_view .app_view_btn p a:hover {
    text-decoration: none;
}

.application_view .app_view .app_view_btn p.end {
    background: #fff;
    border: 2px solid #b1b7c8;
    font-size: 22px;
    color: #7c7f8a;
    margin-left: 8px;
}

/*시설/장비안내*/
.facilreser {
    float: left;
    width: 100%;
}

.facilreser .app-list {
    float: left;
    width: 24.2%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 30px;
}

.facilreser .app-list:nth-of-type(4),
.facilreser .app-list:nth-of-type(8),
.facilreser .app-list:nth-of-type(12) {
    margin-right: 0;
}
.facilreser .app-list:nth-of-type(5),
.facilreser .app-list:nth-of-type(9),
.facilreser .app-list:nth-of-type(13) {
   clear:both; 
}

.facilreser .app-list .al-img {
    border: 1px solid #ccc;
    padding-bottom: 0;
}

.facilreser .app-list .al-img img {
    width: 100%;
    height: 200px;
}

.facilreser .app-list .al-label {
    position: absolute;
    top: 185px;
    left: 15px;
    display: inline-block;
    background: #ee780c;
    width: 64px;
    height: 28px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.facilreser .app-list .al-label.label-end {
    background: #7c7f8a;
}

.facilreser .app-list .al-tit {
    padding: 30px 0 15px;
}

.facilreser .app-list .al-tit a {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #111;
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.facilreser .app-list .al-txt li {
    font-size: 16px;
    color: #555;
    padding-bottom: 5px;
}

/* 시설/장비안내 뷰 */
.facilreser_view {
    padding-top: 20px;
}

.facilreser_view .reser_view_top {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.facilreser_view .reser_view_top .tit {
    border-bottom: 2px solid #111;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.facilreser_view .reser_view_top .tit .stat_btn {
    display: inline-block;
    width: 104px;
    height: 40px;
    background: #ee780c;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-right: 25px;
    vertical-align: top;
}

.facilreser_view .reser_view_top .tit .stat_btn.label_end {}

.facilreser_view .reser_view_top .tit .title {
    font-size: 30px;
    font-weight: 400;
    color: #111;
    display: inline-block;
    vertical-align: top;
}

.facilreser_view .reser_view_top .img {
    width: 45%;
    float: left;
    position: relative;
}

.facilreser_view .reser_view_top .reser_view_img { position:relative;  }
.facilreser_view .reser_view_top .reser_view_img .reser_view-btn .roll-btn { position:absolute;  top:50%; margin-top:-20px;  }
.facilreser_view .reser_view_top .reser_view_img .reser_view-btn .roll-btn i { color:#000; font-size:50px;  }
.facilreser_view .reser_view_top .reser_view_img .reser_view-btn .reser-btn-prev {left:-10px;  }
.facilreser_view .reser_view_top .reser_view_img .reser_view-btn .reser-btn-next {right:-10px;  }

.facilreser_view .reser_view_top .reser_view_img .bx-viewport {
    z-index: -1;
}

.facilreser_view .reser_view_top .reser_view_img ul {
    height: 380px;
    overflow: hidden;
}

.facilreser_view .reser_view_top .reser_view_img ul li {
    height: 380px;
    /* width: 540px !important; */
}

.facilreser_view .reser_view_top .reser_view_img ul li img {
    height: 380px;
    border: 1px solid #ccc;
    width: 540px;
}

.facilreser_view .reser_view_top .reser_view_img .bx-pager.bx-default-pager {
    /* position: absolute; */
    /* bottom: 5px; */
    /* left: 50%; */
    /* margin-left: -33px; */
    text-align: center;
    margin-top: -26px;
    z-index: 1000;
    width: auto;
}

.facilreser_view .reser_view_top .reser_view_img .bx-pager .bx-pager-item {
    display: inline-block;
    vertical-align: top;
    /* height: 16px; */
}

.facilreser_view .reser_view_top .reser_view_img .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b1b7c8;
    padding: 4px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 5px;
}

.facilreser_view .reser_view_top .reser_view_img .bx-pager.bx-default-pager a.active {
    background: none;
    border: 4px solid #009697;
    width: 16px;
    height: 16px;
    margin-top: -3px;
}

.facilreser_view .reser_view_top .img img {
    /* width: 100%; */
    /* height: 380px; */
}

.facilreser_view .reser_view_top .right_view {
    position: relative;
    width: 55%;
    float: left;
    padding-top: 5px;
    padding-left: 70px;
    height: 380px;
}

.facilreser_view .reser_view_top .txt_wrap {}

.facilreser_view .reser_view_top .txt_wrap p {
    width: 100%;
    padding-bottom: 20px;
}

.facilreser_view .reser_view_top .txt_wrap p .tit {
    font-weight: 500;
    color: #111;
    display: inline-block;
    width: 22%;
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    vertical-align: top;
}

.facilreser_view .reser_view_top .txt_wrap p .txt {
    display: inline-block;
    width: 78%;
    font-size: 18px;
    color: #444;
    letter-spacing: 0.4px;
    vertical-align: top;
}

.facilreser_view .reser_view_top .reser_view_btn {
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    left: 70px;
    margin-top: 15px;
}

.facilreser_view .reser_view_top .reser_view_btn p {
    display: inline-block;
    width: 256px;
    height: 64px;
    background: #009697;
    border-radius: 57px;
    line-height: 60px;
    text-align: center;
    vertical-align: top;
}

.facilreser_view .reser_view_top .reser_view_btn p a {
    font-size: 22px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.facilreser_view .reser_view_top .reser_view_btn p a:hover {
    text-decoration: none;
}

.facilreser_view .reser_view_top .reser_view_btn p.end {
    background: #fff;
    border: 2px solid #b1b7c8;
    font-size: 22px;
    color: #7c7f8a;
    margin-left: 8px;
}

/* 시설/장비안내 예약하기 */
.facilreser_view .top_boxtxt {
    clear: both;
    background: #ebebeb;
    padding: 28px 68px 23px;
    margin-bottom: 56px;
}

.facilreser_view .top_boxtxt p {
    font-size: 16px;
    padding-bottom: 5px;
    color: #111;
}

.facilreser_view .reser_view_con {
    float: left;
    width: 100%;
    clear: both;
}

.facilreser_view .reser_view_con h4 {
    font-size: 24px;
    font-weight: 500;
    color: #111;
    background: none;
    padding: 0;
    margin-bottom: 25px;
}

.facilreser_view .reser_view_con .reser_view_cal1 {
    float: left;
    width: 40.8%;
    position: relative;
}

.facilreser_view .reser_view_con .reser_view_cal1 h5 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top: 2px solid #111;
    text-align: center;
    padding: 20px;
}

.facilreser_view .reser_view_con .reser_view_cal1 h5 a {
    padding: 0 15px;
}

.facilreser_view .reser_view_con .reser_view_cal1 p {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 16px;
}

.facilreser_view .reser_view_con .reser_view_cal1 p span {
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px 3px 13px;
}

.facilreser_view .reser_view_con .reser_view_cal1 .reser_ok {
    background: #fac03d;
}

.facilreser_view .reser_view_con .reser_view_cal1 .reser_no {
    background: #cfd5e6;
}

.facilreser_view .reser_view_con .reser_view_cal1 .reser_check {
    background: #61c1be;
}

.facilreser_view .reser_view_con .reser_view_cal1 table {
    width: 100%;
    border-left: 1px solid #e3e3e3;
}

.facilreser_view .reser_view_con .reser_view_cal1 table thead th {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 10px 0;
    background: #f5f5f5;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.facilreser_view .reser_view_con .reser_view_cal1 table tbody td {
    font-size: 14px;
    color: #000;
    position: relative;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.facilreser_view .reser_view_con .reser_view_cal1 table tbody td a {
    color: #000;
    font-size: 16px;
}

.facilreser_view .reser_view_con .reser_view_cal1 table tbody td .type1 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-size: 16px;
}

.facilreser_view .reser_view_con .reser_view_cal1 table tbody td span.thisDay {
    background: #61c1be;
}

.facilreser_view .reser_view_con .reser_view_cal1 table tbody td span.reserv_no {
    background: #cfd5e6;
}

.facilreser_view .reser_view_con .reser_view_cal1 table tbody td span.reserv_all {
    background: #fac03d;
}

.facilreser_view .reser_view_con .reser_view_cal2 {
    float: left;
    width: 54%;
    margin-left: 5.2%;
}

.facilreser_view .reser_view_con .reser_view_cal2 table {
    width: 100%;
    border-top: 2px solid #111;
}

.facilreser_view .reser_view_con .reser_view_cal2 table thead th {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background: #f5f5f5;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.facilreser_view .reser_view_con .reser_view_cal2 table tbody td {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 8px 0 9px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-top: 0;
}

.facilreser_view .reser_view_con .reser_view_cal2 table tbody td a {
    color: #000;
}

.facilreser_view .reser_view_con .reser_view_cal2 table thead th:last-child,
.facilreser_view .reser_view_con .reser_view_cal2 table tbody td:last-child {
    border-right: none;
}

.facilreser_view .reser_view_con .reser_view_cal2 table tbody td input {
    width: 14px;
    height: 14px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-right: 10px;
}

.facilreser_view .reser_view_con .reser_view_cal2 table tbody td label {
    margin: 0;
}

.facilreser_view .reser_view_con .reser_view_cal2 table tbody td span.reserv-btn {
    display: inline-block;
    background: #009697;
    border-radius: 20px;
    padding: 3px 10px;
    color: #fff;
    font-weight: normal;
}

.facilreser_view .reser_view_con .reser_view_cal2 table tbody td span {
    color: #009697;
    background: none;
    font-weight: bold;
    font-size: 16px;
}

.facilreser_view .reser_view_con .table-responsive table td input[type=text] {
    width: 90%;
}

.facilreser_view .reser_view_con .table-responsive table td label {
    font-weight: bold;
}

.facilreser_view .reser_view_con .table-responsive table td select {
    width: 10%;
    background: #f4f5f6;
    border: 1px solid #E5E6E7;
    padding: 5px;
}

.facilreser_view .reser_view_con .table-responsive table td input.memo-txt {
    width: 30%;
}

.facilreser_view .darak-btn {
    text-align: center;
}

.facilreser_view .darak-btn input {
    text-align: center;
    border-radius: 20px;
    background: #4868a1;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
}

/* 로케이션 검색 */
.locasearch_top {
    background: #e6e6e6;
    padding: 32px 50px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.locasearch_top .area_wrap {
    border-bottom: 2px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.locasearch_top .area_wrap label {
    font-size: 20px;
    color: #111;
    margin-right: 45px;
}

.locasearch_top .area_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    width: 220px;
    height: 50px;
}

.locasearch_top .area_wrap select {
    /* position: relative; */
}

.locasearch_top .area_wrap .select_none {
    display: inline-block;
    position: relative;
}

.locasearch_top .area_wrap select {
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #fff;
    padding-left: 25px;
    color: #111;
    margin-left: 10px;
}

.locasearch_top .area_wrap select::-ms-expand {
    display: none;
}

.locasearch_top .area_wrap select option {
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.locasearch_top .area_wrap .select_none:after {
    content: '\f004';
    font-family: fontello;
    font-style: normal;
    color: #111;
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 16px;
    z-index: 1;
    width: 10%;
    height: 50px;
    pointer-events: none;
    display: inline-block;
}

.locasearch_top .type_wrap {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.locasearch_top .type_wrap h3 {
    font-size: 20px;
    color: #111;
    display: block;
    /* margin-bottom: 10px; */
}

.locasearch_top .type_wrap .type_wrap_list {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.locasearch_top .type_wrap input[type="checkbox"] {
    display: none;
}

.locasearch_top .type_wrap input[type="checkbox"]+label {
    font-size: 15px;
    color: #555;
    display: inline-block;
    float: left;
    width: 9.090909%;
    background: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 500;
}

.locasearch_top .type_wrap input[type="checkbox"]:checked+label {
    background: #7c7f8a;
    color: #fff;
}

.locasearch_top .search_btn {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    clear: both;
}

.locasearch_top .search_btn button {
    background-color: #009697;
    border-color: #009697;
    width: 196px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    padding: 0;
    border-radius: 30px;
}

.locasearch_list {
    float: left;
    width: 100%;
}

.locasearch_list .app-list {
    float: left;
    width: 24.2%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 50px;
}

.locasearch_list .app-list:nth-of-type(4),
.locasearch_list .app-list:nth-of-type(8),
.locasearch_list .app-list:nth-of-type(12) {
    margin-right: 0;
}

.locasearch_list .app-list .al-img {
    border: 1px solid #ccc;
    padding-bottom: 0;
}

.locasearch_list .app-list .al-img img {
    width: 100%;
    height: 200px;
}

.locasearch_list .app-list .al-tit {
    padding: 24px 0 15px;
}

.locasearch_list .app-list .al-tit a {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #111;
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.locasearch_list .app-list .al-txt li {
    font-size: 16px;
    color: #555;
    padding-bottom: 5px;
}

/* 로케이션 검색 뷰 */
.location_view .reser_view_con {
    margin-top: 20px;
}

.location_view .reser_view_con h3 {
    font-size: 20px;
    color: #111;
    clear: both;
    margin-bottom: 12px;
    font-weight: bold;
}

.location_view .reser_view_con .map_wrap {
    background: #ddd;
    height: 300px;
    margin-bottom: 40px;
}

.location_view .reser_view_con p {
    font-size: 16px;
    color: #444;
}

/*페이징*/
.paging {
    text-align: center;
    margin: 20px 0;
    clear: both;
}

.paging .prev-2-btn i:before, .paging .next-2-btn i:before {
    margin: 0px;
    width: 7px;
}

.paging a {
    margin: 0 6px;
    color: #878889;
    font-size: 16px;
    vertical-align: bottom;
}

.paging a i {
    font-size: 11px;
    color: #999;
    line-height: 22px;
}

.paging a.active {
    color: #009697;
    text-decoration: none;
    font-weight: 500;
}

/* 포토뉴스 게시판 */
.newsBoard {}

.newsBoard .newsBoardBox .img_wrap {
    float: left;
    width: 28%;
    margin-right: 4%;
}

.newsBoard .newsBoardBox .txt_wrap {
    float: left;
    width: 68%;
    margin-top: 20px;
}

.newsBoard .newsBoardBox li {
    padding-top: 25px;
    padding-bottom: 25px;
}

.newsBoard .newsBoardBox li:first-child {}

.newsBoard .newsBoardBox li:last-child {
    border-bottom: 1px solid #555;
}

.newsBoard .newsBoardBox li img {
    width: 100%;
    padding-right: 0;
    height: 212px;
}

.newsBoard .newsBoardBox li .img {
    width: 100%;
    padding-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 232px;
}

.newsBoard .newsBoardBox .txt_wrap .tit {
    font-size: 26px;
    padding-bottom: 20px;
    display: block;
    color: #111;
    line-height: 120%;
    font-weight: 500;
}

.newsBoard .newsBoardBox .txt_wrap_text {
    /* width: 100%; */
}

.newsBoard .newsBoardBox .txt_wrap_text p {
    clear: both;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 180%;
}

.newsBoard .newsBoardBox .txt_wrap_text p .tbold {
    color: #111;
    font-weight: bold;
    float: left;
    width: 7%;
}

.newsBoard .newsBoardBox .txt_wrap_text p .tnormal {
    float: left;
    width: 93%;
    color: #444;
}

/* 센터보유영화 */
.cenmovie_wrap {}

.cenmovie_wrap .top_con {
    float: left;
    margin-bottom: 50px;
}

.cenmovie_wrap .top_con .search_btn {
    background-color: #f5f5f5;
    padding: 32px 28px 24px;
    width: 100%;
    float: left;
}

.cenmovie_wrap .top_con .search_btn a {
    float: left;
    display: block;
    margin-right: 12px;
    color: #111;
    margin-bottom: 8px;
    font-size: 16px;
    padding: 6px 12px 6px;
    line-height: 1;
}

.cenmovie_wrap .top_con .search_btn a.active {
    background-color: #323a43;
    color: #fff;
    border-radius: 30px;
}

.cenmovie_wrap .searchFormBox {
    float: left;
    width: 100%;
}

.cenmovie_wrap .searchFormBox .alert-default {
    clear: both;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm {
    float: right;
}


.cenmovie_wrap .searchFormBox .alert-default .rightForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    width: 220px;
    height: 50px;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm .select_none {
    display: inline-block;
    position: relative;
    float: left;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm select {
	float:left;
	box-shadow: inset 0 0px 0px;
	/* margin-left: 10px; */
	background: #fff;
	color: #111;
	/* font-size: 18px; */
	width: 125px;
	height: 40px;
	padding-left: 15px;
	border-radius: 30px 0 0 30px;
	vertical-align: top;
	border: 1px solid #ccc;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm select::-ms-expand {
    display: none;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm option {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm .select_none:after {
    content: '\f004';
    font-family: fontello;
    font-style: normal;
    color: #000;
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 12px;
    z-index: 1;
    width: 10%;
    height: 50px;
    pointer-events: none;
    display: inline-block;
}



.cenmovie_wrap .searchFormBox .alert-default .rightForm input {
    float: left;
    width: 240px;
    height: 40px;
    padding: 0 0 0 10px;
    background: #fff;
    border: 0 none;
    box-shadow: inset 0 0px 0px;
    color: #444;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm button {
    float: left;
    padding: 5px 15px;
    text-align: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 30px 30px 0;
}

.cenmovie_wrap .searchFormBox .alert-default .rightForm button img {
    max-width: 90%;
}

.cenmovie_wrap .cenmovieBox {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 80px;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 24px 0;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list:first-child {
    border-top: 2px solid #000;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list:last-child {
    border-bottom: 1px solid #ccc;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .no_wrap {
    /* float: left; */
    width: 110px;
    display: inline-block;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .no_wrap .no {
    font-size: 16px;
    display: table-cell;
    height: 178px;
    vertical-align: middle;
    color: #666;
    padding-left: 30px;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .img_wrap {
    /* float: left; */
    width: 124px;
    margin-right: 60px;
    display: inline-block;
    height: 178px;
    vertical-align: top;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .img_wrap .img {}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .img_wrap img {
    max-width: 124px;
    max-height: 178px;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap {
    /* float: left; */
    width: 900px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #111;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .info {
    font-weight: 400;
    color: #444;
    padding-bottom: 28px;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list {
    clear: both;
    width: 100%;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    padding-bottom: 5px;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li .tit {
    display: inline-block;
    width: 42px;
    color: #111;
    font-weight: 600;
    vertical-align: top;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li .txt {
    display: inline-block;
    width: 858px;
    vertical-align: top;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .rank {
    position: absolute;
    right: 0;
    top: 24px;
    border: 1px solid #ee780c;
    padding: 5px 20px 6px;
    border-radius: 30px;
    color: #ee780c;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .rank.all {
    border: 1px solid #009697;
    color: #009697;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop {
    position: absolute;
    display: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 30px 36px 36px;
    z-index: 10;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop h3 {
    font-size: 18px;
    color: #111;
    font-weight: 500;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding-bottom: 2px;
}

.cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop .more {
    position: absolute;
    right: 22px;
    top: 22px;
}

.cenmovie_wrap .synopsys_btn {
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 2px 14px;
}

.cenmovie_wrap .synopsys_btn a {
    font-size: 15px;
    color: #111;
}

.cenmovie_wrap .synopsys_btn img {
    margin-bottom: 3px;
    margin-left: 5px;
}

/* 월간상영작 */
.month_movie_wrap {
    position: relative;
}

.month_movie_wrap .month_top {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.month_movie_wrap .month_top .month_top_list {}

.month_movie_wrap .month_top .month_top_list li {
    display: inline-block;
    font-size: 16px;
    margin-right: 28px;
}

.month_movie_wrap .month_top .month_top_list li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
}

.month_movie_wrap .month_top .month_top_list li.icon1 span {
    background-color: #009697;
}

.month_movie_wrap .month_top .month_top_list li.icon2 span {
    background-color: #fac03d;
}

.month_movie_wrap .month_top .month_top_list li.icon3 span {
    background-color: #ee780c;
}

.month_movie_wrap .month_top .month_top_list li.icon4 span {
    background-color: #7c7f8a;
}

.month_movie_wrap .month-select {
    text-align: center;
    padding-bottom: 10px;
    border-top: 2px solid #111;
    padding: 35px 0;
}

.month_movie_wrap .month-select span {
    font-size: 30px;
    font-weight: 500;
    color: #111;
    /* font-family: NanumSquare; */
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0 68px;
}

.month_movie_wrap .month-select a {
    line-height: 26px;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
}

.month_movie_wrap .month-select a i {
    font-size: 20px;
}

.month_movie_wrap .calendar-table {
    margin-bottom: 30px;
}

.month_movie_wrap .calendar-table thead th {
    border: none;
    background: #eaeaea;
    text-align: center;
    font-size: 20px;
    color: #111;
    font-weight: 500;
    padding: 12px 0;
}

.month_movie_wrap .calendar-table tbody td {
    text-align: center;
    border: none;
    font-size: 18px;
    color: #333;
    height: 130px;
    padding: 30px 0 0;
    font-weight: 400;
}

.month_movie_wrap .calendar-table tbody td a {
    font-size: 18px;
    color: #009697;
    font-weight: 600;
}

.month_movie_wrap .calendar-table tbody td.event a {
    font-size: 18px;
    color: #009697;
    font-weight: 600;
}

.month_movie_wrap .calendar-table tbody td a {
    display: block;
    width: 100%;
}

.month_movie_wrap .calendar-table tbody td a:hover {
    text-decoration: none;
}

.month_movie_wrap .calendar-table tbody td.today {
    background: #caefff;
}

.month_movie_wrap .calendar-table tbody td span {
    display: block;
    color: #fff;
    text-align: left;
    padding-left: 16px;
    padding: 1px 0 1px 16px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.month_movie_wrap .calendar-table tbody td span:first-child {
    margin-top: 30px;
}

.month_movie_wrap .calendar-table tbody td a span.icon1 {
    background-color: #009697;
}

.month_movie_wrap .calendar-table tbody td a span.icon2 {
    background-color: #fac03d;
}

.month_movie_wrap .calendar-table tbody td a span.icon3 {
    background-color: #ee780c;
}

.month_movie_wrap .calendar-table tbody td a span.icon4 {
    background-color: #7c7f8a;
}

.month_movie_wrap .schedule_list {
    background-color: #f5f5f5;
    padding: 45px 60px;
}

.month_movie_wrap .schedule_list h2 {
    font-weight: 500;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 68px;
    padding-bottom: 0;
}

.month_movie_wrap .schedule_list h2 span {
    font-weight: 400;
}

.month_movie_wrap .schedule_list .schedule_info {
    display: inline-block;
}

.month_movie_wrap .schedule_list .schedule_info .icon_wrap {
    display: inline-block;
    vertical-align: top;
}

.month_movie_wrap .schedule_list .schedule_info .icon {
    font-size: 20px;
    padding-bottom: 0;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border-radius: 50%;
    color: #fff;
    margin-right: 28px;
}

.month_movie_wrap .schedule_list .schedule_info .icon.icon1 {
    background-color: #009697;
}

.month_movie_wrap .schedule_list .schedule_info .icon.icon2 {
    background-color: #fac03d;
}

.month_movie_wrap .schedule_list .schedule_info .icon.icon3 {
    background-color: #ee780c;
}

.month_movie_wrap .schedule_list .schedule_info .icon.icon4 {
    background-color: #7c7f8a;
}

.month_movie_wrap .schedule_list .schedule_info .info_wrap {
    display: inline-block;
}

.month_movie_wrap .schedule_list .schedule_info .info_list {
    display: inline-block;
    margin-right: 28px;
}

.month_movie_wrap .schedule_list .schedule_info .info_list .time {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10.5px 27.5px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 15px;
}

.month_movie_wrap .schedule_list .schedule_info .info_list .time .color {
    color: #009697;
    font-size: 18px;
    font-weight: 500;
}

.month_movie_wrap .schedule_list .schedule_info .info_list .tit {
    display: inline-block;
    padding-bottom: 0;
    font-size: 18px;
    color: #111;
    font-weight: 400;
    vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* 프로그램 검색폼 */
    .search-box form select {width: 160px;}
    .search-box form .search-txt {width: 595px;}

    /* 강좌신청 */
    .application .app-list .al-label {
        top: 146px;
    }

    .application .app-list .al-tit a {
        font-size: 18px;
    }

    .application .app-list .al-txt li {
        font-size: 15px
    }

    /* 강좌신청 뷰 */
    .application_view .app_view .img img {
        height: 300px;
    }

    .application_view .app_view .txt_wrap p {
        padding-bottom: 10px;
    }

    .application_view .app_view .app_view_btn p {
        width: 150px;
        height: 46px;
        line-height: 46px;
    }

    .application_view .app_view .app_view_btn p a {
        font-size: 20px;
    }

    .application_view .app_view .app_view_btn p.end {
        font-size: 20px;
    }

    .application_view .app_view .right_view {
        height: 300px;
    }

    /* 시설/장비안내 */
    .facilreser .app-list .al-label {
        top: 146px;
    }

    .facilreser .app-list .al-tit a {
        font-size: 20px;
    }

    .facilreser .app-list .al-txt li {
        font-size: 15px
    }

    /* 시설/장비안내 뷰 */
    .facilreser_view .reser_view_top .img img {
        height: 300px;
    }

    .facilreser_view .reser_view_top .txt_wrap p {
        padding-bottom: 10px;
    }

    .facilreser_view .reser_view_top .reser_view_btn p {
        width: 150px;
        height: 46px;
        line-height: 46px;
    }

    .facilreser_view .reser_view_top .reser_view_btn p a {
        font-size: 20px;
    }

    .facilreser_view .reser_view_top .reser_view_btn p.end {
        font-size: 20px;
        line-height: 44px;
    }

    .facilreser_view .reser_view_top .right_view {
        height: auto;
    }

    .facilreser_view .reser_view_top .reser_view_img ul {
        height: 300px;
    }

    .facilreser_view .reser_view_top .reser_view_img ul li {
        height: 300px;
        width: 432px !important;
    }

    .facilreser_view .reser_view_top .reser_view_img ul li img {
        height: 300px;
    }

    /* 로케이션 검색 */
    .locasearch_list .app-list .al-label {
        top: 146px;
    }

    .locasearch_list .app-list .al-tit a {
        font-size: 20px;
    }

    .locasearch_list .app-list .al-txt li {
        font-size: 15px;
    }

    .locasearch_list .app-list .al-img img {
        height: 165px;
    }

    /* 로케이션 검색 */
    .location_view .reser_view_top .right_view {
        height: auto;
    }

    .location_view .reser_view_top .reser_view_btn {
        position: relative;
        left: 0;
    }

    /* 포토뉴스 게시판 */
    .newsBoard .newsBoardBox li .img {
        height: 185px;
    }

    /* 센터보유영화 */
    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .no_wrap {
        width: 88px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .no_wrap .no {
        height: 172px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .img_wrap {
        width: 120px;
        margin-right: 48px;
        height: 172px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .img_wrap img {
        max-width: 120px;
        max-height: 172px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap {
        width: 616px;
        padding-top: 5px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li .tit {}

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li .txt {
        width: 574px;
    }

    /* 월간상영작 */
    .month_movie_wrap .schedule_list h2 {margin-bottom: 30px;}
    .month_movie_wrap .schedule_list {
    padding: 45px 50px 15px;
}
}

@media (max-width: 991px) {

    /*프로그램 검색폼*/
    .search-box {
        padding: 20px 7px 18px 7px;
        height: auto;
        margin-bottom: 30px;
    }

    .search-box form .select_none {width: 31%;}

    .search-box form select {
        width: 100%;
        padding-left: 12px;
        height: 40px;
        font-size: 0.55rem;
    }
    .search-box form .select_none:after {
    font-size: 14px;
    top: 12px;
    right: 12px;
}

    .search-box form .search-txt {
        width: 66%;
        padding-left: 20px;
        height: 40px;
        margin-left: 2%;
    }

    .search-box form .search-txt input {
        height: 40px;
        width: 80%;
    }

    .search-box form .search-txt button {
        height: 40px;
        width: 17%;
    }

    /*강좌신청*/
    .application .app-list {
        width: 100%;
        margin-right: 0;
    }

    .application .app-list .al-img {
        width: 320px;
        height: 221px;
        margin: 0 auto;
    }

    .application .app-list .al-img img {
        height: auto;
    }

    .application .app-list .al-label {
        left: 25px;
        top: 207px;
    }

    .application .app-list .al-tit {
        padding: 25px 0 15px;
    }

    .application .app-list .al-tit a {
        font-size: 0.80rem;
    }

    .application .app-list .al-txt li {
        font-size: 0.65rem;
    }

    /*강좌신청 뷰*/
    .application_view .app_view .tit {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .application_view .app_view .tit .stat_btn {
        font-size: 0.65rem;
        width: 70px;
        height: 35px;
        line-height: 35px;
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .application_view .app_view .tit .title {
        font-size: 0.8rem;
    }

    .application_view .app_view .img {
        width: 100%;
    }

    .application_view .app_view .img img {
        height: auto;
    }

    .application_view .app_view .right_view {
        width: 100%;
        padding-left: 0;
        height: auto;
        margin-top: 10px;
    }

    .application_view .app_view .txt_wrap {}

    .application_view .app_view .txt_wrap p .tit {
        font-size: 0.64rem;
    }

    .application_view .app_view .txt_wrap p .txt {
        font-size: 0.64rem;
    }

    .application_view .app_view .app_view_btn {
        position: relative;
        left: 0;
        text-align: center;
    }

    .application_view .app_view .app_view_btn p {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }

    .application_view .app_view .app_view_btn p a {
        font-size: 0.74rem;
    }

    .application_view .app_view .app_view_btn p.end {
        font-size: 0.74rem;
    }

    /*시설/장비안내*/
    .facilreser .app-list {
        width: 100%;
        margin-right: 0;
    }

    .facilreser .app-list .al-img {
        width: 320px;
        height: 221px;
        margin: 0 auto;
    }

    .facilreser .app-list .al-img img {
        height: auto;
		max-height:100%; max-width:100%; 
    }

    .facilreser .app-list .al-label {
        left: 25px;
        top: 207px;
    }

    .facilreser .app-list .al-tit {
        padding: 25px 0 15px;
    }

    .facilreser .app-list .al-tit a {
        font-size: 0.85rem;
    }

    .facilreser .app-list .al-txt li {
        font-size: 0.65rem;
    }

    /*강좌신청 뷰*/
    .facilreser_view .reser_view_top .tit {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .facilreser_view .reser_view_top .tit .stat_btn {
        font-size: 0.65rem;
        width: 70px;
        height: 35px;
        line-height: 35px;
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .facilreser_view .reser_view_top .tit .title {
        font-size: 0.85rem;
    }

    .facilreser_view .reser_view_top .img {
        width: 100%;
        text-align: center;
    }

    .facilreser_view .reser_view_top .reser_view_img ul {
        height: 235px;
    }

    .facilreser_view .reser_view_top .reser_view_img ul li {
        height: 235px;
    }

    .facilreser_view .reser_view_top .reser_view_img ul li img {
        height: 235px;
    }

    .facilreser_view .reser_view_top .img img {
        /*         height: auto; */
    }

    .facilreser_view .reser_view_top .right_view {
        width: 100%;
        padding-left: 0;
        height: auto;
        margin-top: 10px;
    }

    .facilreser_view .reser_view_top .txt_wrap {}

    .facilreser_view .reser_view_top .txt_wrap p .tit {
        font-size: 0.64rem;
    }

    .facilreser_view .reser_view_top .txt_wrap p .txt {
        font-size: 0.64rem;
    }

    .facilreser_view .reser_view_top .reser_view_btn {
        position: relative;
        left: 0;
        text-align: center;
    }

    .facilreser_view .reser_view_top .reser_view_btn p {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }

    .facilreser_view .reser_view_top .reser_view_btn p a {
        font-size: 0.74rem;
    }

    .facilreser_view .reser_view_top .reser_view_btn p.end {
        font-size: 0.74rem;
        line-height: 43px;
    }

    .facilreser_view .top_boxtxt {
        padding: 28px 26px;
        margin-bottom: 30px;
    }

    .facilreser_view .top_boxtxt p {
        font-size: 0.6rem;
    }

    .facilreser_view .reser_view_con h4 {
        margin-bottom: 30px;
        font-size: 0.8rem;
    }

    .facilreser_view .reser_view_con .reser_view_cal1 h5 {
        font-size: 0.78rem;
        padding: 15px 20px;
    }

    .facilreser_view .reser_view_con .reser_view_cal2 table thead th {
        font-size: 0.62rem;
    }

    .facilreser_view .reser_view_con .reser_view_cal2 table tbody td {
        font-size: 0.62rem;
    }

    .facilreser_view .reser_view_con .reser_view_cal2 table tbody td span {
        font-size: 0.62rem;
    }

    .facilreser_view .reser_view_con .reser_view_cal1 p {
        top: 25px;
        font-size: 0.62rem;
    }

    .facilreser_view .reser_view_con .reser_view_cal1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .facilreser_view .reser_view_con .reser_view_cal2 {
        width: 100%;
        margin: 0;
    }

    .facilreser_view .reser_view_con .reser_view_cal2 table {
        margin: 0;
    }

    /*로케이션 검색*/
    .locasearch_top {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .locasearch_top .area_wrap {
        padding-bottom: 18px;
    }

    .locasearch_top .area_wrap label {
        margin-right: 0;
        font-size: 0.78rem;
        margin-bottom: 15px;
    }

    .locasearch_top .area_wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 30px;
        width: 100%;
        height: 37px;
    }

    .locasearch_top .area_wrap select {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
        font-size: 0.62rem;
        height: 37px;
        padding-left: 20px;
    }

    .locasearch_top .area_wrap .select_none {
        width: 100%;
    }

    .locasearch_top .area_wrap .select_none:after {
        top: 9px;
        width: 5%;
    }

    .locasearch_top .type_wrap h3 {
        font-size: 0.78rem;
        margin-bottom: 2px;
    }

    .locasearch_top .type_wrap input[type="checkbox"]+label {
        width: 25%;
        font-size: 0.58rem;
    }

    .locasearch_top .search_btn button {
        font-size: 0.68rem;
        height: 50px;
        width: 180px;
        line-height: 50px;
    }

    .locasearch_list .app-list {
        width: 100%;
        margin-right: 0;
    }

    .locasearch_list .app-list .al-img {
        width: 320px;
        height: 212px;
        margin: 0 auto;
        padding: 0;
    }

    .locasearch_list .app-list .al-img img {
        height: 100%;
    }

    .locasearch_list .app-list .al-label {
        left: 25px;
        top: 207px;
    }

    .locasearch_list .app-list .al-tit {
        padding: 25px 0 15px;
    }

    .locasearch_list .app-list .al-tit a {
        font-size: 0.85rem;
    }

    .locasearch_list .app-list .al-txt li {
        font-size: 0.65rem;
    }

    /* 로케이션검색 뷰 */
    .location_view .reser_view_con {
        margin-top: 0;
    }

    .location_view .reser_view_con h3 {
        font-size: 0.75rem;
    }

    .location_view .reser_view_con .map_wrap {
        margin-bottom: 30px;
        height: 250px;
    }

    .location_view .reser_view_con p {
        font-size: 0.64rem;
    }

    /* 포토뉴스 */
    .newsBoard {}

    .newsBoard .newsBoardBox {
        /* margin: 0 15px; */
    }

    .newsBoard .newsBoardBox .img_wrap {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .newsBoard .newsBoardBox .txt_wrap {
        margin-bottom: 15px;
        margin-top: 0;
        width: 100%;
    }

    .newsBoard .newsBoardBox li:hover {
        background: #fff;
    }

    .newsBoard .newsBoardBox li {
        padding: 20px 0 5px 0px;
    }

    .newsBoard .newsBoardBox li:first-child {}

    .newsBoard .newsBoardBox li:last-child {
        margin-bottom: 35px;
        border-bottom: 1px solid #555;
    }

    .newsBoard .newsBoardBox li img {
        width: 300px;
        height: 206px;
        float: initial;
        padding-right: 0;
    }

    .newsBoard .newsBoardBox li .img {
        width: 300px;
        height: 206px;
        float: initial;
        padding-right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    .newsBoard .newsBoardBox .txt_wrap .tit {
        padding-bottom: 15px;
        font-size: 0.7rem;
    }

    .newsBoard .newsBoardBox .txt_wrap_text p {
        font-size: 0.6rem
    }

    .newsBoard .newsBoardBox .txt_wrap_text p .tbold {
        width: 12%;
    }

    .newsBoard .newsBoardBox .txt_wrap_text p .tnormal {
        width: 85%;
    }

    /* 센터보유영화 */
    .cenmovie_wrap .top_con {
        margin-bottom: 40px;
    }

    .cenmovie_wrap .top_con .search_btn {
        padding: 22px 18px 10px;
    }

    .cenmovie_wrap .top_con .search_btn a {
        font-size: 0.6rem;
        margin-right: 8px;
        padding: 4px 8px;
    }

    .cenmovie_wrap .searchFormBox .alert-default .rightForm {
        float: left;
        width: 100%;
    }
    .cenmovie_wrap .searchFormBox .alert-default .rightForm .select_none {width: 25%;}

    .cenmovie_wrap .searchFormBox .alert-default .rightForm select {
        width: 100%;
        height: 40px;
    }

    .cenmovie_wrap .searchFormBox .alert-default .rightForm input {
        width: 65%;
    }

    .cenmovie_wrap .searchFormBox .alert-default .rightForm button {
        width: 10%;
        height: 40px !important;
        line-height: 20px;
        padding: 2px 5px;
    }

    .cenmovie_wrap .searchFormBox .alert-default .rightForm button img {
        max-width: 60%;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list {
        padding: 24px 0 19px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .no_wrap {
        display: none;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .img_wrap {
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: block;
        height: auto;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap {
        width: 100%;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap h3 {
        font-size: 0.72rem;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .info {
        font-size: 0.6rem;
        padding-bottom: 15px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li {
        font-size: 0.58rem;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li .tit {
        width: 12%;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .txt_list li .txt {
        width: 88%;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .txt_wrap .rank {
        padding: 5px 15px 6px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop {
        padding: 20px 26px;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop h3 {
        font-size: 0.7rem;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop p {
        font-size: 0.6rem;
    }

    .cenmovie_wrap .cenmovieBox .cenmovieBox_list .synopsys-pop .more {
        top: 14px;
        right: 14px;
    }

    /* 월간상영작 */
    .month_movie_wrap .month_top {
        text-align: left;
        margin-bottom: 20px;
    }

    .month_movie_wrap .month_top .month_top_list li {
        margin-right: 20px;
        margin-bottom: 10px;
        font-size: 0.58rem;
    }

    .month_movie_wrap .calendar-table {}

    .month_movie_wrap .calendar-table thead th {
        font-size: 0.68rem;
    }

    .month_movie_wrap .calendar-table tbody td {
        padding: 10px 0;
        height: 2.7rem;
        font-size: 0.65rem;
    }

    .month_movie_wrap .calendar-table tbody td a {
        font-size: 0.65rem;
    }

    .month_movie_wrap .calendar-table tbody td.event a {
        font-size: 0.65rem;
    }

    .month_movie_wrap .calendar-table tbody td span {
        margin-top: 0;
        text-align: center;
        padding: 1px 0;
        font-size: 0.6rem;
    }

    .month_movie_wrap .calendar-table tbody td span:first-child {
        margin-top: 10px;
    }

    .month_movie_wrap .month-select {
        padding: 0.9rem 0;
    }

    .month_movie_wrap .month-select span {
        font-size: 1rem;
        margin: 0 30px;
    }

    .month_movie_wrap .month-select a img {
        max-width: 80%;
    }

    .month_movie_wrap .schedule_list {
        padding: 20px 25px;
    }

    .month_movie_wrap .schedule_list h2 {
        font-size: 1rem;
        margin-top: 0;
        margin-right: 0;
        margin: 0 0 15px 0;
        display: block;
    }

    .month_movie_wrap .schedule_list .schedule_info {
        width: 100%;
    }

    .month_movie_wrap .schedule_list .schedule_info .icon_wrap {
        margin-right: 4%;
        width: 20%;
        margin-bottom: 10px;
    }

    .month_movie_wrap .schedule_list .schedule_info .icon {
        font-size: 0.8rem;
        margin-right: 0;
    }

    .month_movie_wrap .schedule_list .schedule_info .info_wrap {
        width: 75%;
    }

    .month_movie_wrap .schedule_list .schedule_info .info_list {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .month_movie_wrap .schedule_list .schedule_info .info_list .time {
        padding: 5px 20px;
        font-size: 0.6rem;
    }

    .month_movie_wrap .schedule_list .schedule_info .info_list .time .color {
        font-size: 0.65rem;
    }

    .month_movie_wrap .schedule_list .schedule_info .info_list .tit {
        font-size: 0.65rem;
    }
}
