.redTxt {color:#c00000;}

/*기본List*/
.all-hidden {overflow:hidden; position:absolute !important; clip:rect(0,0,0,0); width:1px; height:1px; margin:-1px; border:0; padding:0;}

.boardType01 {border-top:2px solid #222;}
.boardType01 .none {text-align:center; padding:40px 0; color:#777; border-bottom:1px solid #e0e0e0;}
.boardType01 ul.board_ul li {overflow:hidden; position:relative; padding:20px 10px; color:#777; border-bottom:1px solid #e0e0e0;}
.boardType01 ul.board_ul li:not(.title_li):hover {background:#fafafa;}
.boardType01 ul.board_ul li.title_li {display:none;}
.boardType01 ul.board_ul li a {color:#333; font-weight:600;}
.boardType01 ul.board_ul li span {display:block; font-size:0.9em;}
.boardType01 ul.board_ul li span.notice {display:inline-block; margin-bottom:10px; background:#2747a5; padding:5px 10px; color:#fff; font-weight:600;}
.boardType01 ul.board_ul li span.num {display:none;}
.boardType01 ul.board_ul li span.cate {display:inline-block; margin-bottom:10px; background:#aaa; padding:5px 10px; color:#fff; font-weight:600;}
.boardType01 ul.board_ul li span.title {font-size:1.1em; margin:0 0 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.boardType01 ul.board_ul li .boardInfo {display:flex; align-items:center;}
.boardType01 ul.board_ul li span.date:before {content:''; display:inline-block; width:1px; height:0.8em; margin:0 0.5em; background:#ccc;}

@media all and (min-width:768px) {
  .boardType01 ul.board_ul li {padding:30px 10px 30px 20px; display:flex; align-items:center;}
  .boardType01 ul.board_ul li span {font-size:1em;}
  .boardType01 ul.board_ul li span.select_btn {margin:0;}
  .boardType01 ul.board_ul li span.num {}
  .boardType01 ul.board_ul li h5 {width:60%;}
  .boardType01 ul.board_ul li a {display:flex; align-items:center;}
  .boardType01 ul.board_ul li span.notice,
  .boardType01 ul.board_ul li span.cate {margin:0 1em 0 0;}
  .boardType01 ul.board_ul li span.title {margin:0; font-size:1.15em;}
  .boardType01 ul.board_ul li .boardInfo {width:40%; text-align:center;}
  .boardType01 ul.board_ul li .boardInfo span {padding:0 10px;}
  .boardType01 ul.board_ul li span.name {width:60%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
  .boardType01 ul.board_ul li span.date {width:40%;}
  .boardType01 ul.board_ul li span.date:before {display:none;}

  .boardType01 ul.board_ul li.title_li {display:flex; color:#222; font-weight:600;}
  .boardType01 ul.board_ul li.title_li .board_h5 {width:60%; text-align:center;}
  .boardType01 ul.board_ul li.title_li .boardInfo {width:40%;}
  .boardType01 ul.board_ul li.title_li span.name {width:60%;}
  .boardType01 ul.board_ul li.title_li span.date {width:40%;}
}

@media all and (min-width:1200px) {
  .boardType01 ul.board_ul li h5 {width:70%;}
  .boardType01 ul.board_ul li .boardInfo {width:30%;}

  .boardType01 ul.board_ul li.title_li .board_h5 {width:70%;}
  .boardType01 ul.board_ul li.title_li .boardInfo {width:30%;}
}


/*list-gallery*/
.column_li .none {text-align:center; padding:40px 0; color:#777; border-bottom:1px solid #e0e0e0; border-top:2px solid #222;}
.column_li ul {display:flex; flex-wrap:wrap; margin:0 -1%;}
.column_li ul li {width:48%; margin:0 1% 10px; background:#fff; -webkit-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.1); -moz-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.1); box-shadow:0px 0px 20px -5px rgba(0,0,0,0.1); position:relative;}
.column_li ul li .select_btn {position:absolute; left:10px; top:10px; display:inline-block; width:30px; height:30px; z-index:3;}
.column_li ul li .select_btn input {width:100%; height:100%;}
.column_li .photo {overflow:hidden; height:0; padding-bottom:62%;}
.column_li .photo img {width:100%;}
.column_li .txt {padding:10px; position:relative;}
.column_li .txt dt span.tit {display:block; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; line-height:1.3em; max-height:2.6em; overflow:hidden; text-overflow:ellipsis; white-space:normal; word-break:break-all; font-weight:500; margin:0 0 10px;}
.column_li .txt dd.date {font-size:0.9em; color:#888; text-align:right;}

@media all and (min-width:768px) {
  .column_li ul li {width:23%; margin-bottom:20px;}
  .column_li ul li .txt:before {content:''; display:inline-block; width:0; height:4px; background:#2747a5; position:absolute; left:0; bottom:0; transition:0.5s;}
  .column_li ul li:hover .txt:before {width:100%;}
}

@media all and (min-width:1024px) {
  .column_li .txt {padding:20px;}
}


/*list-movie*/
.movie_li ul {display:flex; flex-wrap:wrap; margin:0 -1%;}
.movie_li ul li {width:48%; margin:0 1% 10px; background:#fff; -webkit-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.1); -moz-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.1); box-shadow:0px 0px 20px -5px rgba(0,0,0,0.1); position:relative;}
.movie_li ul li .select_btn {position:absolute; left:10px; top:10px; display:inline-block; width:30px; height:30px; z-index:3;}
.movie_li ul li .select_btn input {width:100%; height:100%;}
.movie_li .photo {overflow:hidden; height:0; padding-bottom:62%;}
.movie_li .photo img {width:100%;}
.movie_li .txt {padding:10px; position:relative;}
.movie_li .txt dt span.tit {display:block; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; line-height:1.3em; max-height:2.6em; overflow:hidden; text-overflow:ellipsis; white-space:normal; word-break:break-all; font-weight:500; margin:0 0 10px;}
.movie_li .txt dd.date {font-size:0.9em; color:#888; text-align:right;}

@media all and (min-width:768px) {
  .movie_li ul li {width:23%; margin-bottom:20px;}
  .movie_li ul li .txt:before {content:''; display:inline-block; width:0; height:4px; background:#2747a5; position:absolute; left:0; bottom:0; transition:0.5s;}
  .movie_li ul li:hover .txt:before {width:100%;}
}

@media all and (min-width:1024px) {
  .movie_li .txt {padding:20px;}
}


/*popup-movie*/
.moviepop {background:#fff;}
.moviepop h1 {background:#2747a5; color:#fff; font-size:1.1em; padding:10px; font-weight:500;}
.moviepop .video-container {position:relative; padding-bottom:56.25%; height:0; overflow:hidden;}
.moviepop .video-container iframe,
.moviepop .video-container object,
.moviepop .video-container embed {position:absolute; left:0; top:0; width:100%; height:100%;}

@media only screen and (min-width:768px) {
  .moviepop h1 {font-size:1.25em; padding:20px;}
}


/*검색*/
.searchTop {padding:20px 0; margin:0 0 20px; text-align:center;}
.searchTop .list_info {margin-bottom:10px;}
.searchTop .list_info b {font-weight:600;}
.searchBox form {display:flex; align-items:center; justify-content:space-between; border:1px solid #e0e0e0;}
.searchBox select,
.searchBox button,
.searchBox input {line-height:45px; height:45px; border:0;}
.searchBox select {width:70px; text-align:center;}
.searchBox span {display:flex; align-items:center; justify-content:space-between; width:calc(100% - 70px); position:relative;}
.searchBox span:before {content:''; display:inline-block; width:1px; height:25px; position:absolute; left:0; top:10px; background:#e0e0e0;}
.searchBox span input {width:calc(100% - 80px);}
.searchBox span button {background:#222; border:0; color:#fff; width:80px; padding:0;}

.searchTop.type02 {background:#fafafa; border:1px solid #f0f0f0; padding:20px;}

@media all and (min-width:768px) {
  .searchTop {display:flex;}
  .searchBox button,
  .searchBox input,
  .searchBox select {font-size:1em;}
  .searchTop .list_info {width:50%; text-align:left; line-height:45px; margin-bottom:0;}
  .searchTop .searchBox {width:50%; max-width:480px; margin-left:auto;}

  .searchTop.type02 {padding:30px; margin:0 0 30px;}
}


/*버튼*/
.boardButton {margin:20px 0; height:40px; line-height:40px; display:flex; justify-content:flex-end; font-weight:500;}
.boardButton li a,
.boardButton button {display:block; color:#fff; padding:0 10px;}
.boardButton li {display:inline-block; margin-left:3px}
.boardButton span {background:#999; display:inline-block;}
.boardButton li:last-child span {background:#2747a5;}

@media all and (min-width:768px) {
  .boardButton {margin:40px 0; height:50px; line-height:50px;}
  .boardButton li a,
  .boardButton button {padding:0 20px;}
}


/*페이지*/
.pageList {display:flex; align-items:center; justify-content:center;}
.pageList span {font-size:14px;}
.pageList a {display:flex; width:24px; height:24px; align-items:center; justify-content:center; color:#666;}
.pageList a.on {font-weight:600; background:#eee; border-radius:2px;}
.pageList span.btn a:after {font-family:'xeicon'; content:'\e93c'; color:#444;}
.pageList span.btn_next a:after {content:'\e93f';}
.pageList span.btn a img {display:none;}

@media all and (min-width:768px) {
  .pageList a {width:30px; height:30px;}
}


/*카테고리탭*/
.bbs_cate ul.tabs {display:flex; flex-wrap:wrap; text-align:center;}
.bbs_cate ul.tabs li {width:49%; margin:5px 0.5%; border:1px solid #e0e0e0; color:#888; font-weight:600;}
.bbs_cate ul.tabs li:hover {background:#fafafa;}
.bbs_cate ul.tabs li.current {background:#666; border-color:#666; color:#fff;}
.bbs_cate ul.tabs li a {width:100%; padding:10px 0; display:flex; align-items:center; justify-content:center;}

.bbs_cate .tabscontent {padding:30px 0px; width:100%;}

@media only screen and (min-width:768px) {
  .bbs_cate ul.tabs li {width:24%;}
}

@media only screen and (min-width:1200px) {
  .bbs_cate ul.tabs li {width:auto; min-width:180px;}
  .bbs_cate ul.tabs li a {padding:15px 0;}
}


/*view*/
.board_view {border-top:2px solid #222; border-bottom:1px solid #e0e0e0;}
.board_view:after {content:''; display:block; clear:both;}
.board_view_top {padding:20px 0; border-bottom:1px solid #e0e0e0;}
.board_view_top .mark_box {margin-bottom:10px;}
.board_view_top .mark {display:inline-block; padding:5px 10px; background-color:#f6750e; color:#fff;}
.board_view_top .mark.new {background-color:#888;}
.board_view_top .mark.sort {background:#bbb;}
.board_view_top .tit {margin:0 0 10px; font-size:1.2em; font-weight:600;}
.board_view_top .tit .sort {margin-right:0.2em;}
.board_view_top .info {color:#777; display:flex;}
.board_view_top .info .each {display:flex; align-items:center;}
.board_view_top .info .each:not(:last-child):after {content:""; display:inline-block; width:1px; height:0.8em; background:#e0e0e0; margin:0 0.5em;}
.board_view_con {padding:40px 3%;}
.board_view_file {border-top:1px solid #e0e0e0; padding:10px 0;}
.board_view_file .tit {font-weight:600; margin:0 0 10px;}
.board_view_file .file_each a {display:flex; align-items:center; margin:10px 0 0;}
.board_view_file .file_each:first-child a {margin:0;}
.board_view_file .file_each a:before {content:'\eb7c'; font-family:'xeicon'; margin:0 0.2em 0 0;}
.board_view_file .file_each a:hover {text-decoration:underline;}
.board_view_link {border-top:1px solid #e0e0e0; padding:10px 0;}
.board_view_link .tit {font-weight:600; margin:0 0 10px;}
.board_view_link .link_each a {display:flex; align-items:center; margin:10px 0 0;}
.board_view_link .link_each:first-child a {margin:0;}
.board_view_link .link_each a:before {content:'\e980'; font-family:'xeicon'; margin:0 0.2em 0 0;}
.board_view_link .link_each a:hover {text-decoration:underline;}
.board_view_bottom {border-top:1px solid #e0e0e0; padding:15px 0; width:50%; float:left;}
.board_view_bottom .tit {font-weight:600; margin:0 0 10px;}
.board_view_bottom .tit:before {content:'\e93c'; font-family:'xeicon'; margin-right:10px;}
.board_view_bottom .link {overflow:hidden; padding:0 20px 0 0;}
.board_view_bottom .link a {display:block; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.board_view_bottom.right .tit:before {display:none;}
.board_view_bottom.right .tit:after {content:'\e93f'; font-family:'xeicon'; margin-left:10px;}
.board_view_bottom.right {border-left:1px solid #e0e0e0; text-align:right;}
.board_view_bottom.right .link {padding:0 0 0 20px;}


@media all and (min-width:768px) {
  .board_view_top {padding:40px 20px;}
  .board_view_top .tit{font-size:1.5em}
  .board_view_file,
  .board_view_link {display:flex; align-items:stretch; padding:0;}
  .board_view_file .tit,
  .board_view_link .tit {margin:0; width:160px; padding:20px 0; display:flex; justify-content:center; background:#fafafa;}
  .board_view .file_box {padding:20px; width:calc(100% - 160px);}
  .board_view_bottom {padding:20px;}
}

@media all and (min-width:1200px) {
  .board_view_top .tit{font-size:1.75em}
  .board_view_con {padding:40px 20px;}
}


/*write*/
.write_apply ul {overflow:hidden; border-top:2px solid #222;}
.write_apply li {overflow:hidden; border-bottom:1px solid #e0e0e0; padding:20px 10px;}
.write_apply li .fm_list {display:block; font-weight:600; margin:0 0 10px;}
.write_apply li .fm_txt {display:block;}
.write_apply li .fm_txt input {width:100%; height:36px; line-height:36px; margin:2px 0;}
.write_apply li .fm_txt input[type="radio"],
.write_apply li .fm_txt input[type="checkbox"] {display:none;}
.write_apply li .fm_txt input[type="radio"] + label,
.write_apply li .fm_txt input[type="checkbox"] + label,
.write_apply .radio-inline input[type="radio"] + span,
.write_apply .radio-inline input[type="checkbox"] + span {margin:0 0.5em 0 0; border:1px solid #e0e0e0; color:#888; font-weight:500; padding:10px 15px; display:inline-block; min-width:80px; text-align:center;}
.write_apply li .fm_txt input[type="radio"]:checked + label,
.write_apply li .fm_txt input[type="checkbox"]:checked + label,
.write_apply .radio-inline input[type="radio"]:checked + span,
.write_apply .radio-inline input[type="checkbox"]:checked + span {background:#2747a5; border-color:#2747a5; color:#fff;}
.write_apply li .fm_txt button {line-height:36px; height:36px}
.write_apply li .fm_txt .input_zip {position:relative;}
.write_apply li .fm_txt .input_zip a {position:absolute; right:0; top:2px; display:inline-block; height:36px; line-height:36px; padding:0 15px; background:#fff; border:1px solid #e0e0e0; font-size:0.9em; font-weight:500; color:#888;}
.write_apply .editorin {min-height:300px;}

@media all and (min-width:768px) {
  .write_apply li {padding:20px; display:flex; align-items:center;}
  .write_apply li .fm_list {width:20%; max-width:160px; line-height:36px; margin:0;}
  .write_apply li .fm_txt {width:80px; min-width:calc(100% - 160px);}
  .write_apply li .fm_txt .input_addr {display:flex; justify-content:space-between;}
  .write_apply li .fm_txt .input_addr input {width:calc(50% - 2px);}
}


/*첨부파일*/
.filebox {position:relative; font-size:0.9em;}
.filebox input[type="file"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.filebox label.file_label {padding:0; position:absolute; right:0; top:0; bottom:0; width:80px; line-height:36px; height:36px; text-align:center; display:block; background:#666; cursor:pointer; color:#fff; font-weight:500;}
.filebox .upload-name {display:block; line-height:36px; height:36px; width:100%; color:#888; padding:0 10px; background:#fcfcfc; border:1px solid #e0e0e0; -webkit-appearance:none; -moz-appearance:none; appearance:none;}

@media all and (min-width:768px) {
  .filebox label.file_label {width:100px;}
}


/*등록버튼*/
.btn_li ul {display:flex; align-items:cetner; justify-content:center; text-align:center;}
.btn_li li {width:35%; max-width:200px; margin:0 1%;}
.btn_li li a.btn_link {display:block; width:100%; line-height:55px; height:55px; padding:0 10px; background:#666; color:#fff; font-weight:500;}
.btn_li li a.btn_link.type01 {background:#2747a5;}


/*검색결과*/
.total_result .result_top {position:relative; text-align:center; border:1px solid #f0f0f0; background:#fafafa; padding:20px 10px; margin-bottom:30px;}
.total_result .result_top h4 {font-size:1.25em; font-weight:600; margin:0 0 10px;}
.total_result .result_top h4 span {color:#2747a5}
.result_category ul {margin:0 0 20px; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; text-align:center;}
.result_category li {margin:5px 0.2em;}
.result_category li a {display:block; padding:10px; border:1px solid #e0e0e0; display:flex; align-items:center;}
.result_category li a b {color:#2747a5; margin:0 0 0 0.5em;}
.result_category li a.on {background:#2747a5; border-color:#2747a5; color:#fff;}
.result_tit {position:relative; overflow:hidden; display:flex; align-items:center; justify-content:flex-start;}
.result_tit h5 {display:inline-block; font-size:1.1em; font-weight:500;}
.result_tit h5.tit_nm b {color:#2747a5;}
.result_tit .search_more {color:#888; margin:0 0 0 auto; display:flex; align-items:center;}
.result_tit .search_more:after {content:'\e93f'; font-family:'xeicon'; margin:0 0 0 0.2em;}
.total_result .result_bottom {border-top:2px solid #222; border-bottom:1px solid #e0e0e0; padding:20px 0;}
.total_result .result_bottom .none {color:#888; text-align:center;}

@media all and (min-width:768px) {
  .total_result .result_top h4 {font-size:1.5em;}
  .result_tit h5 {font-size:1.25em;}
}


/*온라인문의*/
.writeinfo {border:1px solid #f0f0f0; background:#fafafa; padding:20px 10px; margin:0 0 30px; text-align:center;}
.write_agree {padding:20px; border:1px solid #e0e0e0; background:#fafafa; margin:40px 0 20px; max-height:240px; overflow-y:scroll;}
.write_agree + input[type="checkbox"] {display:none;}
.write_agree + input[type="checkbox"] + label {display:flex; align-items:center; font-weight:500;}
.write_agree + input[type="checkbox"] + label:before {content:'\e92b'; font-family:'xeicon'; margin:0 0.2em 0 0; color:#ddd; font-size:1.5em;}
.write_agree + input[type="checkbox"]:checked + label:before {color:#2747a5;}

@media all and (min-width:768px) {
  .write_agree {padding:30px;}
}


/* 댓글 */
.board_comment {border-top:1px solid #e0e0e0; margin:30px 0 0;}
.board_comment .comment_top {padding:10px 10px 0; display:flex; align-items:center;}
.board_comment .comment_top span.name {font-weight:600;}
.board_comment .comment_top span.date {font-size:0.9em; color:#888; margin-left:10px;}
.board_comment .comment_top ul.btns {display:flex; margin:0 0 0 auto;}
.board_comment .comment_top ul.btns li {flex:1; margin:0 0 0 10px;}
.board_comment .comment_top ul.btns li a {font-size:0.9em; font-weight:500; color:#999;}
.board_comment .comment_box {padding:10px;}
.board_comment.write .comment_top .tit {display:flex; align-items:center; justify-content:space-between; width:80%; max-width:400px;}
.board_comment.write .comment_top .tit input {width:calc(50% - 5px);}
.board_comment.write .commnet_secret {width:auto; margin:0 0 0 auto;}
.board_comment.write .commnet_secret input[type="checkbox"] {display:none;}
.board_comment.write .commnet_secret input[type="checkbox"] + label {font-weight:500;}
.board_comment.write .commnet_secret input[type="checkbox"] + label:before {content:'\e92b'; font-family:'xeicon'; margin:0 0.2em 0 0; color:#ddd;}
.board_comment.write .commnet_secret input[type="checkbox"]:checked + label:before {color:#2747a5;}
.board_comment.write .comment_box {display:flex; flex-wrap:wrap; align-items:center;}
.board_comment.write .comment_box button {background:#2747a5; border:0; color:#fff; font-weight:500; width:100%; margin:10px 0 0;}

@media all and (min-width:768px) {
  .board_comment .comment_top {padding:20px 20px 0;}
  .board_comment .comment_box {padding:20px;}
  .board_comment.write .comment_box textarea {width:calc(100% - 100px);}
  .board_comment.write .comment_box button {width:100px; height:8em; margin:0;}
}
