@charset "utf-8";
/*검색*/
.search-wrap {position: relative; overflow: hidden; text-align: right; margin-bottom: 20px;}
.search-wrap select {width: 150px;}
.search-wrap .input-box {border:1px solid #ddd; padding:5px 10px; position: relative; width: 300px; display: inline-block; vertical-align: top; text-align: left;}
.search-wrap input[type="text"] { background: none; border:0; height: 38px; width: calc(100% - 40px);}
.search-wrap .submit-btn {width:30px; height: 30px; position: absolute; top:50%; right: 15px; background: url(../img/common/ico-search-blue.png) no-repeat 50% 50%; transform: translateY(-50%)}

.search-wrap .select-list {overflow: hidden; width:80%; float: left;}
.search-wrap .select-list select {float: left; width: 18%; margin-right: 2%;}
.search-wrap .select-list select:last-of-type {margin-right: 0;}
.search-wrap .btn-box {float: left; width: 20%; overflow: hidden; margin:0;}
.search-wrap .btn-box a {width: 50%; height: 55px; line-height: 55px; float: left; width: 49%; margin-right: 2%; color:#fff; font-weight: 500;}
.search-wrap .btn-box a:last-of-type {margin-right: 0;}




/*통합검색*/
.search-result {border-top:2px solid #000;}
.search-result li a {display: block; padding:30px 15px; border-bottom: 1px solid #ddd;}
.search-result li a:hover {background: #eee;}
.search-result li p {margin-bottom: 0; font-size: 1.7rem;}
.search-result li .title {font-weight: 500; margin:15px 0 5px; color:#000;}
.search-result li .pg-location {margin-bottom: 10px;}
.search-result li .pg-location span {font-size: 1.7rem; line-height: 1.5; font-weight: 500; color:#000;}
.search-result li .pg-location span:after {content: ''; display: inline-block; width: 7px; height: 7px; border-top:1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); vertical-align: middle; margin:0 20px; position: relative; top:-1px;}
.search-result li .pg-location span:last-of-type {color:#005b9e; font-weight: 500;}
.search-result li .pg-location span:last-of-type:after {display: none; }

/* 갤러리 게시판 리스트 */
.board-thumb {overflow: hidden;}
.board-thumb ul {margin:0 -15px; display: flex; flex-wrap: wrap}
.board-thumb ul li {width: 33.3%; padding:15px; }
.board-thumb ul li a {display: block; position: relative; border:1px solid #ddd;  }
.board-thumb ul li a:hover:before,
.board-thumb ul li a:hover:after {opacity: 1;}
.board-thumb ul li a:after {content: 'VIEW MORE'; display: block; position: absolute; top:50%; left: 50%; -wekbit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color:#fff; font-size: 1.4rem; padding-top: 50px; background: url(../img/ico-more2.png) no-repeat 50% 0; width: 100%; text-align: center; z-index: 2; opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease;}
.board-thumb ul li a:before {content: ''; background: rgba(68,0,153,0.9); width: 100%; height: 100%; position: absolute; top:50%; left: 50%; -wekbit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease; z-index: 2}
.board-thumb ul li .txt-box {padding:20px; background: #fff; text-align: center}
.board-thumb ul li .txt-box p {color:#000; font-size: 1.8rem; line-height: 1.4;}
.board-thumb ul li .txt-box span {margin-top: 7px; font-size: 1.5rem; color:#f230f2;}
.board-thumb ul li .img-box {position: relative; padding-top:99%; overflow: hidden}
.board-thumb ul li .img-box img {position: absolute; top:0; left: 0; width: 100%; height: auto; }

.board-list {border-top:1px solid #eee; background: #fff;}
.board-list ul {margin-bottom: 40px; border-top: 2px solid #000;}
.board-list ul li a {display: block; overflow: hidden; padding:15px 0; border-bottom: 1px solid #ddd; position: relative; transition: all .4s ease;}
.board-list ul li a:hover {background: #f9f9f9;}
.board-list .txt-box {float: left; width: 75%; padding: 3%;}
.board-list .img-box {float: left; width: 25%; padding-top: 18%; position: relative; overflow: hidden}
.board-list .img-box img {position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); max-width: none; height: 100%;}
.board-list .txt-box .title {font-size: 1.8rem; color:#000; margin-bottom: 10px;}
.board-list .txt-box .date { margin-top: 30px; }

.board-view {margin-top: 40px; background: #fff;}
.board-view .view-top { margin-bottom: 20px; border-bottom: 1px solid #eee; border-top: 2px solid #000; padding: 20px; background: #f8f8f8; position: relative; display: flex; align-items: center; }
.board-view .view-top .title {font-size: 1.7rem; color:#000; width: 70%}
.board-view .view-top span {width: 18%; text-align: center;}
.board-view .view-top .view {width: 10%; }
.board-view .txt {padding:20px 20px 50px 20px; border-bottom: 1px solid #333;}



/*파일첨부*/
.attach-file {position: relative; border-bottom: 1px solid #ddd; padding:20px;}
.attach-file .title {font-weight: 500; vertical-align: middle; margin-right: 15px; color:#000;}
.attach-file .mo-drop-tit {width: 100%; text-align: left; font-size: 1.7rem; line-height: 1;}
.attach-file .file-list {display: inline-block; vertical-align: top; }
.attach-file .file-list li {display: inline-block; margin-right: 17px; font-size: 1.6rem;  }
.attach-file .file-list li a {color: #666; position: relative; padding: 5px 0 5px 30px; background: url(../img/common/ico-file.png) no-repeat 0 50%; background-size: 17px;} 
.attach-file .file-list li a:hover {color:#000; text-decoration: underline;}

/* 게시판 작성 공통*/
.board-write {overflow: hidden; background: #fff; border-radius: 30px; padding:8% 10%; box-shadow: 0px 0px 5px rgba(0,0,0,0.1)}
.board-write .theater-info {width: 35px; height: 35px; text-align: center; text-indent: -99999px; background: #728189 url(../img/common/ico-help.png) no-repeat 48% 50%; margin-left: 7px; position: absolute; top:-7px; left: 154px;}
.board-write .section {padding:20px 0px; border-bottom: 1px dashed #ccc; }
.board-write .section:last-of-type {border-bottom: 0;}
.board-write .section:after {content: ''; display: block; width: 100%; clear: both;}
.board-write .ico-require {color:#f230f2; margin-right: 10px; vertical-align: middle; font-weight: normal}
.board-write .input-field {padding:0 10px; margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center}
.board-write .input-field:after {content: ''; display: block; width: 100%; clear: both;}
.board-write .input-field.wid-full {float: none; width: 100%}
.board-write .input-field .s-txt {font-size: 1.5rem; margin-bottom: 0; margin-top:10px;}
.board-write .title,
.board-write .input-field > label {display: block; width: 100%; margin-bottom: 5px; font-size: 1.8rem; font-weight: bold; position: relative; width: 49%; font-family: 'GongGothicLight', 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif; color:#000;}
.board-write .input-field label .s-txt {font-weight: normal; margin-top: 0; margin-left: 10px;}
.board-write .input-field input[type="email"], .board-write .input-field input[type="password"],
.board-write .input-field input[type="text"],
.board-write .input-field select {width: 49%;}
.board-write .input-field  small {width: 4%; line-height: 55px; float: left; display: inline-block; text-align: center;}
.board-write .input-field.input-number input[type="text"] {width:35%; float: left;}
.board-write .input-field.input-number .btn-m {width: 24%; float: right; min-width: auto;}
.board-write .input-field.input-email input[type="email"] {width:34%; float: left;}
.board-write .input-field.input-email select {width: 26%; float: right;}
.board-write .input-field .input-group {overflow: hidden; width:100%; float: none; padding:0;}
.board-write .input-field .input-group .group {width: 50%; float: left}
.board-write .input-field .input-group .group:last-of-type {float: right; text-align: right;}
.board-write .input-field .input-group .group select {width: 48%; margin:0 3%}
.board-write .input-field .txt { font-size: 1.8rem; margin-top: 20px; padding-left: 17px;}
.board-write .privacy-wrap {background: #eee; padding:20px; margin-top: 20px; position: relative;}
.board-write .privacy-wrap .privacy-txt {line-height: 1.5; padding:20px; background: #fff; border:1px solid #ccc; height: 195px; overflow-y: auto;font-size: 1.4rem;}
.board-write .privacy-wrap .check-set {margin-top: 20px; }


.privacy-wrap {text-align: center; margin-top: 35px;}
.privacy-wrap .check-set {position: relative; display: inline-block; text-align: left;}
.privacy-wrap .check-set p { display: inline-block; vertical-align: top; padding:0 30px; width: 86%; text-align: left; font-size: 1.4rem;}

.board-write .input-group {padding:10px 0 30px 0;}
.board-write .input-group .title {padding-left: 10px; margin-bottom: 20px;}
.board-write .input-group .input-field label  {font-size: 1.5rem; color:#888888; font-weight: normal; font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif; padding-left: 20px;} 
.board-write .input-group .input-field {margin-bottom: 10px;}


/*이전글 다음글*/
.prev-next-wrap {border-top:1px solid #ddd; margin:40px 0;}
.prev-next-wrap li {border-bottom: 1px solid #ddd; display: table; width: 100%; }
.prev-next-wrap li strong { padding:15px 0; text-align: center; background: #eee; display: table-cell; width:150px;}
.prev-next-wrap li strong:after {content: ''; display: inline-block; width:0; height: 0; border:6px solid transparent; border-bottom:6px solid #999; margin-left: 15px; position: relative; top:-2px;}
.prev-next-wrap li:last-of-type strong:after {content: ''; display: inline-block; width:0; height: 0; border:6px solid transparent; border-top:6px solid #999; margin-left: 15px; position: relative; top:4px;}
.prev-next-wrap li a {color:#666; display: table-cell; width: calc(100% - 150px); padding:15px 3%; line-height: 1.5;}
.prev-next-wrap li a:hover {text-decoration: underline; color:#000;}

/*페이지네이션*/
.paging {text-align: center; padding:70px 0px; text-align: center; font-size: 1.5rem;}
.paging > a {margin:0 2px; width: 25px; height: 30px; line-height: 30px; color:#333; vertical-align: middle;  }
.paging > a.on { color:#f459f4; border-bottom: 1px solid #f459f4;}
.paging strong.on {font-weight: bold; color:#fff; background: #0d6dbe; width: 30px; height: 30px; line-height: 30px; vertical-align: middle;}
.paging .first, .paging .last, 
.paging .prev, .paging .next {background-size: auto; background-repeat: no-repeat; background-position: 50% 50%;}
.paging .first {background-image: url(../img/common/ico-pg-first.png);}
.paging .last {background-image: url(../img/common/ico-pg-last.png);}
.paging .prev {background-image: url(../img/common/ico-pg-prev.png); margin-right:10px;}
.paging .next {background-image: url(../img/common/ico-pg-next.png); margin-left: 10px;}
.paging .page-num {display: inline-block; vertical-align: middle;}
.paging .page-num span {vertical-align: middle;}
.paging .page-num input[type="text"] {height: 30px; width: 50px; margin-right: 2px; text-align: center;}
.paging .page-num a {width: 50px; height: 30px; line-height: 30px; background: #0d6dbe; color:#fff; vertical-align: middle; margin-left: 5px;}

/*검색*/
.border-search{margin-bottom:20px; position: relative; min-height: 50px; text-align: right;}
.border-search select {width: 120px; display: inline-block; vertical-align: middle; }
.border-search .search-box { border:1px solid #ddd; overflow: hidden; padding:1.3px 10px; width: 260px; display: inline-block; vertical-align: middle;border-radius: 4px; text-align: left; background: #f9f9f9}
.border-search .search-box input[type="text"] {width: calc(100% - 40px); border:0; height: 40px;}
.border-search .search-box .submit-btn {background: url(../img/ico-search2.png) no-repeat 0 0; position: absolute; top:45%; right: 18px; width: 25px; height: 25px; transform: translateY(-50%); background-size: contain;}

.search-area {text-align: right; margin-bottom: 50px; padding-top:15px; border-top: 1px solid #ddd;}
.search-area .search {padding:5px 0px; width: 300px; border-bottom:1px solid #333;overflow: hidden; display: inline-block; vertical-align: top; }
.search-area .search input[type="text"] {border:0; margin:0; width: calc(100% - 30px); height: 30px; float: left;}
.search-area .search .submit-btn {width: 25px; height: 25px; background: url(../img/common/ico-search-dark.png) no-repeat 50% 50%; float: left; background-size: 20px}


/*faq 리스트
.acc-list { border-top:2px solid #000; line-height: 1.5; overflow-anchor: none;}
.acc-list li {border-bottom: 1px solid #ddd; position: relative;}
.acc-list li .acc-open-btn {font-weight: 500; padding:20px 10px; display:inline-block; width:100%; text-align: left; position: relative; line-height: 1.5; }
.acc-list li .acc-open-btn span {display: inline-block; vertical-align: top;}
.acc-list li .acc-open-btn .title {text-overflow: ellipsis;  white-space: nowrap; overflow: hidden; width: calc(100% - 130px); font-size: 1.8rem;}
.acc-list li .acc-open-btn:hover .title{text-decoration: underline;}
.acc-list li .acc-open-btn:before {content: ''; display: block; position: absolute; top:34%; right:25px;  width: 8px; height: 8px; border-top:2px solid #999; border-right: 2px solid #999; transform: rotate(135deg) translateY(-50%); transform-origin: center center; }
.acc-list li .acc-open-btn.on:before { transform: rotate(-45deg) translateY(-50%); top:50%; right: 18px; border-color:#0075ff;}
.acc-list li .acc-open-btn .category {color:#fff; background: #ddd; border-radius: 100px; margin-right: 20px; padding:0px 13px; height: 30px; line-height: 30px; font-size: 1.6rem;}
.acc-list li .acc-content {display: none; padding:20px; color:#666; border-top:1px solid #ddd;  background: #f8f9fa }*/

/*upload*/
.upload_set {overflow: hidden; width: 49%}
.upload_set input.upload_text { float:left; width:74% !important; height:45px !important; line-height:45px; padding:0 15px; border:1px solid #ccc;  margin:0;}
.upload_set .upload_btn_wrap input.input_file { position:absolute; top:-100%; right:0; width: 100%;  height: 200%; cursor:pointer; opacity:0; }
.upload_set .upload_btn_wrap { overflow:hidden; position:relative; float:left; width:24%; height:45px; margin-left: 2%; border-radius: 4px;}
.upload_set .upload_btn_wrap label {width:100%; height:45px; line-height: 45px; color:#fff; background: #999; vertical-align: top; display: block; font-size: 1.5rem ; text-align: center; font-weight: normal;}



/*error*/
.pg-error {text-align: center; position: fixed; top:50%; left: 50%; transform: translate(-50%,-50%); width: 100%; padding:0 15px;}
.pg-error p {font-size: 1.8rem; line-height: 1.7; margin-bottom: 50px; padding-top: 160px; background: url(../img/common/error-img2.png) no-repeat 50% 0;}
.pg-error p strong {font-size: 2rem; margin-bottom: 10px;}
.pg-error .btn-box a {margin:0 5px;}

.no-list {text-align: center; padding:3vw 1vw; border-top:1px solid #ddd; border-bottom: 1px solid #ddd;}



@media all and (max-width:1400px){ 
	.board-write .input-field .input-group .group {float: none !important; width: 100%; text-align: left !important;}
	.board-write .input-field .input-group .group:last-of-type {margin-top: 10px;}
}
@media all and (max-width:1240px){ 
	.board-write .section {padding:30px 0;}
	.board-write .input-field {padding:0 15px;}
	.board-write .privacy-wrap {padding:30px;}
	
}

@media all and (max-width:1000px){ 
	.board-write .input-field {float: none; width: 100%; padding:0; padding-bottom:15px; margin-bottom:15px; }
	.board-write .input-field small {line-height: 45px;}
	.board-write .help-wrap {left: 135px; top:-6px;}
	.board-write .help-btn {width: 30px; height: 30px; background-size: 20px !important;}
	.board-write .help-wrap .help-txt {right: -63px}
	.board-write .help-wrap .help-txt:before {right: 69px;}
	.board-write .privacy-wrap {padding:30px 15px;}
	.board-write .section {border-bottom: 0; padding:0;}
	.board-write .input-group .title,
	.board-write .input-group .input-field label  {padding-left: 0;}
	.board-view .view-top {flex-wrap: wrap}
	.board-view .view-top .title {width: 100%; margin-bottom: 15px;}
	.board-view .view-top span {text-align: left;}
	
}

@media all and (max-width:768px){ 
	.faq-list li .faq-open-btn {padding:15px 5px;}
	.faq-list li .faq-open-btn .category {padding:0 10px; height: 25px; line-height: 25px; margin-right: 5px;}
	.faq-list li .faq-open-btn:before, 
	.faq-list li .faq-open-btn.on:before {right: 15px;} 
	.faq-list li .faq-open-btn .title {width: calc(100% - 100px)}
	
	.board-list .img-box,
	.board-list .txt-box {float: none; width: 100%}
	.board-list .txt-box {padding:15px;}
	.board-list .img-box {padding-top: 50%;}
	.search-wrap .input-box {padding:3px 10px;}
	
	.border-search .search-box,
	.border-search .select {position: relative; width: 100%; margin-top: 10px;}
	
	.board-thumb ul {margin:0;}
	.board-thumb ul li {width: 50%; padding:1.5%}
	.paging {padding:40px 0;}
	
	
}
@media all and (max-width:600px){ 
    .paging > a {width:24px; height: 24px; line-height: 24px;}
    .paging > a:nth-child(n+9) {display: none;}
    .paging .first, .paging .last, .paging .prev, .paging .next {display: inline-block!important}
    .paging .prev {margin-right: 2px;}
    .paging .next {margin-left: 2px;}
	
	.board-write {padding:10% 6%}
	.board-write .input-field {display: block;}
	.board-write .title, .board-write .input-field > label {width: 100%}
	.upload_set,
	.board-write .input-field input[type="email"], .board-write .input-field input[type="password"], .board-write .input-field input[type="text"], .board-write .input-field select {width:100%;}
}

@media all and (max-width:500px){ 
	.search-wrap select {width: 100%; margin-bottom: 5px;}
	.search-wrap .input-box {width: 100%; padding:3px 0;}
	.search-wrap .submit-btn {right: 7px;}
	
	.search-area .search {width: 100%;}
}



