@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-wrap h4 {margin-bottom: 50px; font-size: 2rem;}
.search-result-wrap h5 {margin: 30px 0 10px; font-size: 2rem; font-weight: 600; color:#333;}
.search-result-wrap .total-num {margin-bottom: 15px; font-weight: 600;}
.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.6rem;}
.search-result li .title {font-weight: 500; margin:0px 0 5px; color:#000;}
.search-result li .pg-location {margin-bottom: 10px;}
.search-result li .pg-location span {font-size: 1.6rem; 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); -webkit-transform: rotate(45deg); vertical-align: middle; margin:0 20px; position: relative; top:-1px;}
.search-result li .pg-location span:last-of-type {color:#ac0430; font-weight: 500;}
.search-result li .pg-location span:last-of-type:after {display: none; }

/* 갤러리 게시판 리스트 */
.board-thumb {overflow: hidden;}
.board-thumb  {border-top:2px solid #ddd; }
.board-thumb ul li {display: inline-block; vertical-align: top;  width:31.1%; margin:3% 1% 0 1%; border:1px solid #ddd; }
.board-thumb ul li a {display: block; position: relative;}
.board-thumb ul li .txt-box {padding:7%; }
.board-thumb ul li .txt-box .title {font-weight: 600; color:#000; min-height: 45px;}
.board-thumb ul li .txt-box .date {font-size: 1.5rem; color:#666; margin-bottom: 7px;}
.board-thumb ul li .img-box {position: relative; padding-top:56%; overflow: hidden}
.board-thumb ul li .img-box img {position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%) scale(1); -webkit-transform: translate(-50%,-50%) scale(1); width: 100%; height: auto; max-width:inherit; transition: all .4s ease; -webkit-transition: all .4s ease;}
.board-thumb ul li a:hover .img-box img {transform: translate(-50%,-50%) scale(1.1); -webkit-transform: translate(-50%,-50%) scale(1.1);}


.board-list {}
.board-list ul {border-top: 2px solid #ddd;}
.board-list ul li a {display: block; overflow: hidden; padding:15px 0; border-bottom: 1px solid #ddd; position: relative; transition: all .4s ease; -webkit-transition: all .4s ease;}
.board-list ul li a:hover {background: #f9f9f9;}
.board-list ul li a:hover .txt-box .title {color:#ac0430}
.board-list .txt-box {float: left; width:calc(100% - 80px); padding: 2%;}
.board-list .txt-box .title {font-size: 2.2rem; color:#000; margin-bottom: 10px; font-weight: 500}
.board-list .txt-box .txt {margin-bottom: 10px;}
.board-list .txt-box .press-name span {border:1px solid #ddd; padding:5px 10px 6px 10px; font-size: 1.4rem; margin-top: 5px; margin-right: 4px;}
.board-list .date {float: left; width: 80px; text-align: right; font-size: 1.5rem; font-weight: bold; padding-top: 2%;}
.board-list .date .new-ico {margin-top: 5px;}

.board-view {margin-top: 40px;}
.board-view .view-top { margin-bottom: 40px; border-bottom: 1px solid #ccc; border-top: 2px solid #ddd; padding: 20px; background: #f8f8f8; position: relative;}
.board-view .view-top .title {font-size: 2.3rem; color:#000; font-weight: 500;}
.board-view .view-top .date {margin-top: 10px; font-size: 1.4rem; }
.board-view .txt {padding:20px 20px 50px 20px; border-bottom: 1px solid #333;}


.board-view .video-box {overflow: hidden; padding:20px;}
.board-view .video-box .video {float: left; width: 73%; position: relative; padding-top:42.3%}
.board-view .video-box .video iframe {position: absolute; top:0; left: 0; width: 100%; height: 100%;}
.board-view .video-box .relate-video a {display: block;}
.board-view .video-box .relate-video {float: right; width: 21%}
.board-view .video-box .relate-video h3 {font-size: 2.3rem; margin-bottom: 20px}
.board-view .video-box .relate-video .img-box {position: relative; padding-top: 40%; overflow: hidden}
.board-view .video-box .relate-video .img-box img {width: 100%; height: auto; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.board-view .video-box .relate-video dl {margin: 10px 0 15px;}
.board-view .video-box .relate-video dl dt {color:#000; }
.board-view .video-box .relate-video dl dd {font-size: 1.4rem;}
.relate-video-slide .slick-dots {top:-43px; left: inherit; bottom: inherit; right: 0; text-align: right}
.relate-video-slide .slick-dots li.slick-active button {background: #000; border:2px solid #000; outline: none;}

/*파일첨부*/
.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 {border-top:2px solid #000;}
.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:6px 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:#ac0430; margin-right: 10px; vertical-align: middle}
.board-write .input-field {float: left; width: 50%; padding:5px 10px;  }
.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 .input-field label {display: block; width: 100%; margin-bottom: 5px; font-size: 1.4rem; font-weight: 600; position: relative; 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"] {width: 100%;}
.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 .title { margin-bottom: 5px; font-size: 1.7rem; font-weight: 500; display: block;}
.board-write .privacy-wrap {background: #eee; padding:10px; margin-top: 10px;}
.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 input[type="checkbox"] + label {font-size: 1.5rem;}
.board-write .privacy-wrap .check-set a {color:#851b21}

/*이전글 다음글*/
.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: 40px; height: 40px; line-height: 40px; color:#333; vertical-align: middle; color:#666; border:1px solid #ddd;}
.paging > a.on {border:1px solid #ac0430; color:#ac0430;}
.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%; background-size: 30px;}
.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-top {margin-bottom:40px; position: relative; min-height: 40px;}
.category-filter li { display: inline-block; vertical-align: top; margin-right: 10px;}
.category-filter li a { color: #000;  margin: 5px; padding: 0px 20px; height: 40px;line-height: 40px; font-size: 1.6rem; position: relative; font-weight: 600;}
.category-filter li a:after {content: ''; display: block; width: 3px; height: 3px; background: #666; position: absolute; top:50%; right: -13px; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.category-filter li.on a {color: #fff; font-weight: 600; background: #ac0430; border-radius: 30px;}
.category-filter li:last-of-type a:after {display: none;}
.border-top .select {position: absolute; top:0; right: 0; border:2px solid #000; border-radius: 30px; overflow: hidden; padding:5px 10px; width: 170px;}
.border-top .select select {height: 35px; line-height: 35px; border:0; width: 100%}
.border-top .search-box { border:1px solid #ccc;padding:5px 15px; width: 300px; position: relative; overflow: hidden; position: absolute; top:0; right: 0; background: #fff;}
.border-top .search-box input[type="text"] {width: calc(100% - 40px); border:0; height: 30px;}
.border-top .search-box .submit-btn {background: url(../img/common/ico-search-dark.png) no-repeat 50% 50%; position: absolute; top:50%; right: 18px; width: 25px; height: 25px; transform: translateY(-50%); -webkit-transform: translateY(-50%); background-size: 17px;}

/*FAQ 리스트*/
.faq-list { border-top:2px solid #ddd; line-height: 1.5; overflow-anchor: none;}
.faq-list li {border-bottom: 1px solid #ddd; position: relative;}
.faq-list li .faq-open-btn {font-weight: 500; padding:20px 10px 20px 60px; display:inline-block; width:100%; text-align: left; position: relative; line-height: 1.5; }
.faq-list li .faq-open-btn:after {content: 'Q';display: block;width: 30px; height: 30px; border-radius: 100px; background: #999; position: absolute; top:50%; left: 10px; transform: translateY(-50%); -webkit-transform: translateY(-50%);  text-align: center; color:#fff; font-weight: bold; line-height: 30px;}
.faq-list li .faq-open-btn span {display: inline-block; vertical-align: middle;}
.faq-list li .faq-open-btn .title { width: calc(100% - 200px); font-size: 1.6rem;}
.faq-list li .faq-open-btn:hover .title{text-decoration: underline;}
.faq-list li .faq-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%); -webkit-transform: rotate(135deg) translateY(-50%); transform-origin: center center; -webkit-transform-origin: center center;}
.faq-list li .faq-open-btn.on:before { transform: rotate(-45deg) translateY(-50%); -webkit-transform: rotate(-45deg) translateY(-50%); top:50%; right: 18px; border-color:#91001f;}
.faq-list li .faq-open-btn .category {color:#ac0430; border-radius: 100px; margin-right: 20px; padding:0px 15px; line-height: 30px; font-size: 1.4rem; max-width: 160px; width: 100%; line-height: 1.4}
.faq-list li .faq-content {display: none; padding:20px; padding-left: 242px; color:#666; border-top:1px solid #ddd;  background: #f8f9fa; position: relative; font-size: 1.6rem;}
.faq-list li .faq-content:before {content: 'A'; display: block; width: 30px; height: 30px; background: #91001f; border-radius: 100px; position: absolute; top:18px; left: 10px; color:#fff; text-align: center; line-height: 30px;}
.faq-inquiry {background: #f9f9f9; overflow: hidden; padding:50px 20px; position: relative; text-align: center}
.faq-inquiry a {position: relative; }
.faq-inquiry p {text-align: center; font-size: 2.2rem; font-weight: 500; margin-bottom: 20px;}
.faq-search-result {text-align: center; font-size: 2rem; padding:30px 0 40px 0; color:#333}
.faq-search-result strong {margin-right: 7px; color:#ac0430}

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



/*error*/
.pg-error {text-align: center; position: fixed; top:50%; left: 50%; transform: translate(-50%,-50%); -webkit-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;}

/*other list*/
.other-list {border-top:1px solid #ddd; margin-top: 70px;}
.other-list li {padding:20px; border-bottom: 1px solid #ddd; display: flex; align-items: center;}
.other-list li strong {width: 150px; font-weight: 600; color:#000;}
.other-list li strong img {vertical-align: middle; margin-left: 10px; position: relative; top:-2px;}
.other-list li a:hover {text-decoration: underline; color:#000;}

/*contact*/
.contact-form {background: #f5f5f5; padding-top:100px;}
.contact-form h3 {font-size:3rem; margin-bottom: 20px;}
.contact-form h4 {font-size: 2.5rem; margin-bottom: 10px;}
.contact-form .img-box {margin:40px 0;}
.contact-form  .contact-info li {margin-bottom: 10px; font-size: 1.6rem;}

@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;}
	.board-thumb ul li {width: 30.9%}
	.border-top .search-box {width: 220px;}
}
@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;}
	.border-top .search-box {position: relative;}
	.border-top .category-filter li a {padding:0 10px;}
	.border-top .category-filter {margin-bottom: 20px;}
}

@media all and (max-width:1000px){ 
	.board-write {padding-top: 25px;}
	.board-write .input-field {float: none; width: 100%; padding:0; padding-bottom:25px; margin-bottom:25px; }
	.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;}
	
	.category-filter .search-box,
	.category-filter .select {position: relative; width: 100%; margin-top: 10px;}
	.board-view .video-box {padding:10px;}
	.board-view .video-box .video {float: none; width: 100%;}
	.board-view .video-box .relate-video {float: none; width: 100%; margin-top: 30px;}
	
	.contact-form {padding-top: 50px;}
	.contact-form .img-box {margin:20px 0;}
	.contact-info {margin-bottom: 40px;}
	.board-write .input-field {padding-bottom: 0;}
}

@media all and (max-width:768px){ 

	.paging {padding:40px 0}
	.board-thumb ul li {width: 47.5%;}
	.border-top {margin-bottom: 30px;}
	.faq-list li .faq-open-btn .title {width:calc(100% - 160px)}
	.faq-list li .faq-open-btn .category {margin-right: 0; max-width: 100px;}
	.faq-list li .faq-content {padding-left: 75px;}
	.category-filter li a {height: 25px; line-height: 25px;}
	.border-top .category-filter {margin-bottom: 10px;}
	
}
@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-list .date {width: 60px; padding-top: 10px;}
	.board-list .txt-box {width:calc(100% - 60px); padding:7px 20px;}
	.board-list .txt-box .title {font-size: 2rem;}
	.border-top .search-box {width: 200px;}
	.board-view .view-top {margin-bottom: 20px; padding:15px;}
	.board-view .view-top .title {font-size: 2rem;}
	.board-view .txt {padding:15px 15px 30px 15px}
	.other-list {margin-top: 40px;}
	.board-thumb ul li .txt-box {padding:20px 20px 10px 20px;}
	.board-thumb ul li {width: 47.5%; }
	
}

@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;}
	.board-thumb ul li {width: 100%; margin:20px 0 0 0;}
}



