@import url('/response/comm/css/font.css');

html, body, ul, form, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {margin:0; padding:0; list-style:none; filter: expression(document.execCommand('BackgroundImageCache', false, true));}

/*a:link { color: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover { color: #000; text-decoration: none }
a:active { color: #666; text-decoration: none }*/

p { margin-top: 0px; margin-bottom: 0px }
td,table {font-size:1rem; font-weight:400; color: #666; line-height: 150%; font-family:'Noto Sans KR', NanumGothic,'NanumGothic', 나눔고딕, NG, Tahoma, Geneva, sans-serif;}


/*********** 공통 css *************/
select {font-size:14px; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:7px 5px; font-family:'Noto Sans KR', NanumGothic,'NanumGothic', 나눔고딕, NG, Tahoma, Geneva, sans-serif;}
.input {font-size:14px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:8px 5px; font-family:'Noto Sans KR', NanumGothic,'NanumGothic', 나눔고딕, NG, Tahoma, Geneva, sans-serif;}
.search_input {transition: border 0.3s ease-out; -webkit-appearance: none; -webkit-border-radius: 0;font-size:14px; color: #666; border: #d4d4d4 1px solid;
background-color: #ffffff; padding:8px 5px; width:76.9230769231%;}
.search_input:focus{border-color:#393939; transition:border 0.3s ease-out;}
.blind {font-size:0; line-height:0; width:0px; height:0px;}
.textarea {width:100%; font-family:inherit; color:#666; line-height:150%; letter-spacing:-0.5px; padding:6px; border:#d4d4d4 1px solid; background-color:#fff; box-sizing:border-box;}

/* input 디자인 */
.input_m {width:50%;}
.input_s {width:190px;}
.input_l {width:98%; box-sizing:border-box;}
.input_file {padding:5px; border:1px solid #ddd;}

/* 버튼디자인 */
.btn_w {display:inline-block; text-align:center; height:36px; line-height:36px; width:80px; border:1px solid #ccc; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
.btn_w:hover {color:#333; border:1px solid #333; transition:all 0.3s}
.btn_b:link, .btn_b:visited {display:inline-block; text-align:center; height:36px; line-height:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
.btn_b:hover  {background:#333; border:1px solid #333; color:#fff; transition:all 0.3s}
.btn_b_s {-webkit-appearance: none; -webkit-border-radius: 0;display:inline-block; text-align:center; cursor:pointer; line-height:45px !important; height:45px !important;
color:#fff; width:90px; border:1px solid #333 !important; background:#333 !important; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s;}
.btn_b_s:hover  {background:#000 !important; border:1px solid #000 !important; transition:all 0.3s;}




input.btn_w {text-align:center; height:36px; line-height:30px; width:80px; border:1px solid #ccc; background:#fff; color:#555; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
input.btn_w:hover {color:#333; border:1px solid #333; transition:all 0.3s}
input.btn_b {text-align:center; height:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
input.btn_b:hover {background:#333; border:1px solid #333; transition:all 0.3s}


/* 카테고리 */
.pr_tab{position: relative;  margin:0 auto 80px auto; max-width:1280px; text-align:center; }
.pr_tab ul{position: relative; text-align: center; }
.pr_tab:after {content: ''; display: block; clear: both;}
.pr_tab li{width:25%; position:relative; display:inline-block;}
.pr_tab .three li{width:33.3333333333%; }
.pr_tab li a{background:#fff; border:1px solid #ddd; box-sizing: border-box; margin-left: -1px; font-size:18px;
text-align:center;letter-spacing:-0.5pt; color:#777; display:block; line-height:100%; padding:21px 10px;
position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.pr_tab li:nth-child(n+5) a{border-top:none;}
.pr_tab li a.hover{background:#e10012; font-weight:700; color:#fff; border-color:#e10012;}
.pr_tab li a:hover{background:#e10012; border-color:#e10012; color:#fff;}


/*********** List *************/
.bbs_con {width:100%; border-collapse:separate; border-spacing:0;}
.bbs_con th {color:#222; font-weight:400; font-size:1.125rem; letter-spacing: -0.5pt; text-align:center; padding:14px 0; border-bottom:1px solid #bbb; border-top:1px solid #333;}
.bbs_con td {padding:14px 0; text-align:center; border-bottom:1px solid #e9e9e9}
.bbs_con .news_btn{font-size:0.813rem; background:#fff; box-sizing: border-box; border:1px solid #144385; color:#144385 !important; line-height:100%; padding:5px 8px; letter-spacing: -0.5pt; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.bbs_con .news_btn:hover{background:#144385; color:#fff !important; }

.bbs_con .mo_line{display:none}
.bbs_con td img{margin-left:5px}
.bbs_con td.left {text-align:left; padding-left:10px;}
.bbs_con td .subject{font-weight:500;}

.prd_tit ul{position:relative; overflow:hidden}
.prd_tit li{float:left;}
.prd_tit li.tit{padding:0 0 0 13px}
.prd_tit li.tit span a{display:inline-block; color:#888; font-size:12px; padding:2px 0 0 0;}




/*********** List *************/
.photo_list {position:relative; overflow:hidden; width:100%;}
.photo_list dl{float:left; width:31.71875%; margin-right:2.421875%; margin-bottom:2.421875%; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.photo_list dl:nth-child(3n){margin-right:0 }
.photo_list dl a{display:block;}
.photo_list dl:hover dt{border-color:#888}
.photo_list dl:hover dd p.title{color:#18417b;}
/* .photo_list dl:hover dd{background:#888; border-color:#888}
.photo_list dl:hover dd p.date{color:rgba(255,255,255,0.7); background:url('/comm/script_bbs/img/time2.png') left center no-repeat;} */
.photo_list dl dt{border:1px solid #ddd; box-sizing:border-box; }
.photo_list dl dt img{background-size:cover !important;background-repeat: no-repeat;  background-position: center; transform:rotate(0.01deg) scale3d(1, 1, 1);transition:transform 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.photo_list dl:hover dt img{transform:rotate(0.01deg) scale3d(1.05, 1.05, 1);}
.photo_list dt{overflow:hidden; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.photo_list dt img{width:100%}
.photo_list dd{transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; position:relative; overflow: hidden; box-sizing:border-box; padding:6.29095354523% 0;}
.photo_list dd p.title{font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size:1.125rem; color:#333;  font-weight: 500;  letter-spacing: -0.5pt; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; word-wrap:break-word; /* word-break: break-all; */ line-height: 1.4em; height: 1.4em;}
.photo_list dd p.date{color:#999; font-size:13px; padding-top:4px; font-size: 0.938rem; color: #777; margin-top:5px; padding: 2px 0 2px 21px; background: url('/comm/script_bbs/img/time.png') left center no-repeat; font-family: 'Montserrat', 'Noto Sans KR', sans-serif;}



.movie_list {position:relative; overflow:hidden; width:100%;}
.movie_list dl{float:left; width:31.71875%; margin-right:2.421875%; margin-bottom:2.421875%; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.movie_list dl:nth-child(3n){margin-right:0 }
.movie_list dl a{display:block;}
.movie_list dl:hover dt{border-color:#888}
.movie_list dl:hover dd p.title{color:#18417b;}
/* .movie_list dl:hover dd{background:#888; border-color:#888}
.movie_list dl:hover dd p.date{color:rgba(255,255,255,0.7); background:url('/comm/script_bbs/img/time2.png') left center no-repeat;} */
.movie_list dl dt{position:relative; border:1px solid #ddd; box-sizing:border-box; }
.movie_list dl dt:before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; background: rgba(0,0,0,0.3) url("/comm/script_bbs/img/icon_play_s.png") center center no-repeat; z-index: 1;}
.movie_list dl dt img{background-size:cover !important;background-repeat: no-repeat;  background-position: center; transform:rotate(0.01deg) scale3d(1, 1, 1);transition:transform 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.movie_list dl:hover dt img{transform:rotate(0.01deg) scale3d(1.05, 1.05, 1);}
.movie_list dt{overflow:hidden; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.movie_list dt img{width:100%}
.movie_list dd{transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; position:relative; overflow: hidden; box-sizing:border-box; padding:6.29095354523% 0;}
.movie_list dd p.title{font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size:1.125rem; color:#333;  font-weight: 500;  letter-spacing: -0.5pt; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; word-wrap:break-word; /* word-break: break-all; */ line-height: 1.4em; height: 1.4em;}
.movie_list dd p.date{color:#999; font-size:13px; padding-top:4px; font-size: 0.938rem; color: #777; margin-top:5px; padding: 2px 0 2px 21px; background: url('/comm/script_bbs/img/time.png') left center no-repeat; font-family: 'Montserrat', 'Noto Sans KR', sans-serif;}








/* page_num */
.page_num{padding:20px 0; margin-top:40px; }

/* 페이지 넘버 */
.page_number_on{font-weight:bold; float:left; line-height:12px; padding-top:4px; width:24px; height:20px; text-align:center; margin:0 2px; background:#646b74; color:#fff;}
.page_number{border:1px solid #ddd; font-weight:bold; line-height:12px; padding-top:4px; width:24px; height:20px; float:left; text-align:center; margin:0 2px;}

.page_num { position: relative; width: 100%; text-align: center; padding: 15px 0 0 0 }
.page_num ul.pagination { display: inline-block; padding: 0; margin: 0 }
.page_num ul.pagination li { display: inline-block;  }
.page_num ul.pagination li .page_prev{margin:0 10px 0 0px; width:12px}
.page_num ul.pagination li .page_prev2{width:26px; margin:0 1px}
.page_num ul.pagination li .page_next{margin:0 0 0 10px; width:12px}
.page_num ul.pagination li .page_next2{width:26px;  margin:0 1px}
.page_num ul.pagination li a {position: relative; font-size:14px; height:28px; line-height:28px;  color: #777; float: left; text-decoration: none; margin: 0 4px }
.page_num ul.pagination li a.page_prev2{background:url('/comm/script_bbs/img/prev2.png') center no-repeat;}
.page_num ul.pagination li a.page_prev{background:url('/comm/script_bbs/img/prev.png') center no-repeat; }
.page_num ul.pagination li a.page_next2{background:url('/comm/script_bbs/img/next2.png') center no-repeat;}
.page_num ul.pagination li a.page_next{background:url('/comm/script_bbs/img/next.png') center no-repeat; }
.page_num ul.pagination li a.active {color: #333; font-size:14px; line-height:28px; font-weight:700; font-family: 'Montserrat', sans-serif; }
.page_num ul.pagination li a.active:after{width:100%; height:1px; background:#333; display:block; content:''; position: absolute; bottom: 7px;}




/* 검색바 */
.bbs_search {text-align:center; padding-top:20px; width:44.4444444444%; margin:0 auto}
.bbs_search:after { content: ""; display: block; clear: both;}
.bbs_search dt {float:left; width:23.0769230769%; margin-right:1.92307692308%}
.tbl_bbslist_srch select{    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 45px;
    background: url('/comm/script_bbs/img/sh.gif') no-repeat right 14px top 19px, #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 14px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.35pt;}


.bbs_search dd {float:left; width:75%}
.bbs_search dd .search_input{float:left; height:45px; box-sizing:border-box; line-height:45px}
.bbs_search dd .btn_b_s{float:left; width:23.0769230769%; font-size:15px}


/* 하단 버튼 */
.bbs_btn {position:relative; overflow:hidden; width:100%; padding-top:20px;}
.bbs_btn.align_right {text-align:right;}
.bbs_btn li.sel_btn{float:left;}
.bbs_btn li.list_btn{float:right;}
.bbs_btn li.list_btn:after {display:block; content:""; overflow:hidden;}
.bbs_btn a{margin:0 1px;}
.bbs_btn input{margin:0 1px;}


/*********** View *************/
.board_view .titArea{padding: 30px 20px; border-top:1px solid #222; border-bottom: 1px solid #ddd; position: relative;}
.board_view .titArea .tit_wrap{position: relative;}
.board_view .titArea .btit{color:#222; font-size:20px; line-height:30px; letter-spacing:-0.8pt; margin-bottom:10px; }
.board_view .titArea .bdate{position: relative; color:#777; line-height:100%; font-size:15px;}
.board_view .titArea .bdate span{position: relative; display:inline-block;   margin-right:20px}
.board_view .titArea .bdate span:after{width:1px; height:17px; background:#ddd; content:''; display:block;  position: absolute; right:-10px; top:5px }
.board_view .titArea .bdate span:last-child:after{display:none;}
.board_view .titArea .bdate span:last-child{margin-right:0}
.board_view .conArea{padding:50px 20px; border-bottom:1px solid #222;}
.board_view .conArea img{max-width:100% !important; height:auto !important}

.board_view .movie_box {position:relative; margin:0 auto 40px auto; width:100%; max-width:800px; box-sizing:border-box; background:#000; padding:10px 10px 25px 10px; border: 2px solid #fff; border-radius:10px; box-shadow:5px 5px 5px rgba(0,0,0,0.2);}
.board_view .movie_box img {position:relative; max-width:100%; vertical-align:top; margin:0 auto;}
.board_view .movie_box > div {position:relative; width:100%; padding-bottom:56.56%; }
.board_view .movie_box > div iframe {position:absolute; top:0; left:0; width:100%; height:100%; box-sizing:border-box;}


.board_view .page_next{ position: relative;overflow: hidden; border-top:1px solid #222}
.board_view .page_next .prev{  position: relative;  overflow: hidden; margin:25px 0; padding:0 20px 20px 20px; border-bottom:1px solid #ddd;}
.board_view .page_next .next{  position: relative; overflow: hidden; margin:25px 0; padding:0 20px 20px 20px; border-bottom:1px solid #ddd;}
.board_view .page_next .pt{letter-spacing:-0.3pt; position: relative;font-size:16px; width:70px; float:left; margin-right:40px; color:#222; line-height:100%;}
.board_view .page_next .pt:after{content:''; display:inline-block; width:12px; height:8px; background:url('/img/pt.png') no-repeat; margin-left:12px; vertical-align: middle;}
.board_view .page_next .next .pt:after{ background:url('/img/pb.png') no-repeat;}
.board_view .page_next .pt2{position: relative; float:left;  width: calc(100% - 110px);}
.board_view .page_next .pt2 a{ display: block; letter-spacing:-0.3pt; color:#777; font-size:16px; line-height:130%; position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.board_view .con_box{margin-top:30px;}

.board_view .view_file{position: relative;overflow: hidden; background:#f1f3f6; padding:20px;  margin-top:20px;}
.board_view .view_file .btit{font-size:16px; color:#222; float:left; width:100px;}
.board_view .view_file .bstxt{float:left; width:calc(100% - 100px);}
.board_view .view_file .bstxt a{word-break: break-all;}

.view_newsbtn{background:#014099;  border:1px solid #014099; display:block; text-align:center; color:#fff !important; line-height:100%; width:160px; font-size:1rem; padding:15px 5px; letter-spacing: -0.3pt; margin:20px auto 0 auto;  transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.view_newsbtn:hover{background:#fff; color:#014099 !important; }


/*********** Input *************/

/* 저작권공지 */
.input_notice{border:1px solid #ddd; background-color:#f9f9f9; padding:18px 20px;}
.input_notice h4{font-size:16px; font-weight:600; color:#333; letter-spacing:-1pt; padding:0 0 5px 0;}
.input_notice h4 span{color:#d51921; letter-spacing:-1pt;}
.input_notice p.txt{color:#666; line-height:21px; font-size:13px;}
.input_notice p.point{color:#d51921;line-height:21px; padding:3px 0 0 0; text-decoration:underline; font-size:13px;}


.input_msg {padding:15px 0 10px 0; text-align:right;}
.bbs_input {width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #222;}
.bbs_input th {color:#333; text-align:left; padding:8px 10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_input td {border-bottom:1px solid #d4d4d4; padding:8px 10px; text-align: left;}
.bbs_input td span{display:inline-block;}
.bbs_input td span.cat {width:18%;}
.bbs_input td span.cat select{width:98%; box-sizing:border-box}
.bbs_input td span.subject{width:80%;}
.bbs_input td span.subject .input_l{box-sizing:border-box}
.bbs_input td.line {border-right:1px solid #d4d4d4; }
.bbs_input td.input_contents textarea {width:100%; padding:5px; box-sizing:border-box; line-height:150%;}

	.subject_table {width:100%;border-collapse:separate; border-spacing:0px;}
	.subject_table td {border:none; padding:0;}

/* 동의폼 */
.pri_box {width:100%; border:1px solid #dddddd; padding:15px; margin:10px 0px 20px 0px; box-sizing:border-box;}  
.pri_box p.pri_tit {font-size:14px; font-weight:600; padding-bottom:10px; color:#333;} 
.pri_box .textarea {height:100px;}
.pri_message {width:100%; text-align:right; padding-top:8px; font-family:inherit;}
.pri_message input[type=13px] {width:12px; height:12px; margin-right:5px;}

.reply_icon {position:relative; float:left; width:18px; height:30px; background:url('/admin/images/reply_icon.gif') 0 0 no-repeat}


/*********** Passwd *************/
.passwd {width:530px; margin:0 auto; border:2px solid #eaeaea; padding:20px 15px;}
.passwd ul {width:98%; overflow:hidden;}
.passwd li {float:left;}
.passwd .pw_img {margin-right:5px;}
.passwd .line {width:1px; background:#ddd; height:63px;}
.passwd .info {padding-left:28px;}

.passwd  .msg {padding-bottom:10px;}
.passwd  .input_passwd {margin-right:10px}
.passwd  .btn {}


/*********** Comment *************/
.comments {padding:15px 18px; background:#f9f9f9; border-bottom:1px solid #ddd;}
.comments dl{overflow:hidden; padding:0 0 5px 0;}
.comments dl dt{display:inline-block; font-size:13px;}
.comments dl dd{display:inline-block; margin-right:10px;}

.comments ul{overflow:hidden;}
.comments li{float:left; width:calc(100% - 83px);}
.comments li.btn{float:right; width:80px;}
.comments textarea {height:58px;}
.comments .spam_check{}
.comments .spam_check .sub_txt{font-size:13px; display:inline-block;}
.comm_btn_confirm {display:inline-block; width:80px; cursor:pointer; height:58px; text-align:center; color:#fff; border:1px solid #555; background:#555; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}


.comments_body{overflow:hidden; border-bottom:1px solid #ddd; padding:15px;}
.comments_body p.file{color:#888; font-size:13px;}
.comments_body p.cont{padding:3px 0 5px 0;}
.comments_body p.info{color:#888; font-size:13px;}
.comments_body p.info strong{color:#333; margin-right:7px}
.comments_body p.info span{margin-right:7px;}
.comments_body p.info span:before{display:inline-block; content:""; width:1px; height:13px; background:#ccc; margin:0 10px -2px 0; overflow:hidden;}


.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 {display: inline-block;	padding:8px 12px 9px 12px; color: #999;	font-size: inherit;	line-height: normal; font-size:13px;
	vertical-align: middle; background-color: #fff; cursor: pointer;	border: 1px solid #ccc; transition:all 0.3s;}
.filebox label:hover{border:1px solid #333; color:#333; transition:all 0.3s;}

/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;  /* label의 패딩값과 일치 */
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}

.upload-hidden {
	margin:1px 0;
	border:0px;
	font-size:12px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	border:1px solid #d86771;
	padding:3px 5px;
	background-repeat: no-repeat;
	background-position:right 3px center;
	background-color: #d86771;
}


/* imaged preview */
.filebox .upload-display {  /* 이미지가 표시될 지역 */
	margin-bottom: 5px;
}

@media(min-width: 768px) { 
	.filebox .upload-display {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
	}
}

.filebox .upload-thumb-wrap {  /* 추가될 이미지를 감싸는 요소 */
	display: inline-block;
	width: 70px;
	height: 34px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
}

.filebox .upload-display img {  /* 추가될 이미지 */
	display: block;
	max-width: 100%;
	width: 100%;
	/*height: auto;*/
	height: 100%;
}


/*******************************************************************************
	@media 801~980px
*******************************************************************************/
@media all and (max-width:980px){


.bbs_search{width:100%}

/* 카테고리 */
.pr_tab li a{font-size:16px;}


.bbs_con th{font-size:15px;}
.bbs_con td{font-size:15px;}



.board_view .titArea{padding:20px 15px;}
.board_view .titArea .btit{font-size:18px; letter-spacing:-0.5pt};
.board_view .conArea{padding:25px 15px}
.board_view .titArea .bdate{font-size:13px}
.board_view .titArea .bdate span:after{top:2px;}
.board_view .page_next .pt{font-size:13px; margin-right:20px; width:60px}
.board_view .page_next .pt2{    width: calc(100% - 80px);}
.board_view .page_next .pt2 a{font-size:13px;}
.board_view .page_next .prev{margin:20px 0; padding:0 15px 20px 15px}
.board_view .page_next .next{margin:20px 0; padding:0 15px 20px 15px}
.btn_w{height:45px; line-height:45px; font-size:14px}

.board_view .view_file{padding:15px;}
.board_view .view_file .btit{font-size:13px; width:80px;}
.board_view .view_file .bstxt a{font-size:13px;}



.photo_list dl{width:49%; margin-right:2%; margin-bottom:2%}
.photo_list dl:nth-child(odd){margin-right:2%}
.photo_list dl:nth-child(even){ margin-right:0%}



.movie_list dl{width:49%; margin-right:2%; margin-bottom:2%}
.movie_list dl:nth-child(odd){margin-right:2%}
.movie_list dl:nth-child(even){ margin-right:0%}


}


/*******************************************************************************
	@media 681~800px
*******************************************************************************/
@media all and (max-width:768px){

/* 카테고리 */
.pr_tab{margin-bottom:40px }
.pr_tab .four li{width:33.333333%}
/*.pr_tab li{width:50%; font-size:14px; float:left; display:block; }*/
.pr_tab li a{font-size:15px;padding:12px 5px;}
/*.pr_tab .four li:nth-child(3) a{border-top:none;}
.pr_tab .four li:nth-child(4) a{border-top:none;}*/


/*********** List *************/
.bbs_con {border-top:1px solid #333}
.bbs_con th {display:none}
.bbs_con td {padding:8px 0;}
.bbs_con .pc_line{display:none}
.bbs_con .mo_line{display:block}

.m_notice{background:#e10012; color:#fff; font-size:12px; text-align:center; font-weight:600; line-height:100%; width:40px; padding:4px 0}
.mo_line .list_cate{color:#858585; font-size:12px; letter-spacing:-0.55pt; line-height:20px; padding:0 0 3px}
.mo_line .list_cate .notice{display:inline-block; width:36px; line-height:20px; margin:0 7px 0 0; text-align:Center; font-size:12px; color:#fff; letter-spacing:-0.55pt; background:#f1001c; border-radius:20px}
.mo_line .subject, .mo_line .subject a{font-size:14px; font-weight:600; color:#333; letter-spacing:-0.55pt;}
.mo_line .writer {overflow:hidden; clear:both; }
	.mo_line .writer li{float:left; font-size:12px; color:#777; padding:0 6px; background:url('image/bbs_list_line.gif') no-repeat left center;}
	.mo_line .writer li:first-child{padding-left:0; background:none;}
.mo_line .img{vertical-align:middle; margin:0 0 3px}
.mo_line .re_icon{display:inline-block; float:left; padding:7px 7px 0 0 }
.mo_line .list{float:left; }
.mo_line .commentBg{display:block; position:absolute; right:3px; top:30%; width:30px; height:30px; text-align:center; line-height:30px; background:url('image/comment_bg.gif') no-repeat center;  font-size:PT Sans; font-size:10px; color:#858585; font-weight:400; }
.mo_line .recom{background:url('image/recom.gif') no-repeat left center; background-size:11px 10px; padding:0 0 0 13px; font-size:PT Sans; font-size:10px; color:#858585;}


.addin{position: relative; overflow: hidden; margin-top:5px}
.addin .news_btn{position: relative; overflow: hidden; display: inline-block; width:100%; text-align:center; padding:5px 0}


.view_newsbtn{width:130px; padding:10px 5px}

/* 검색바 */
.bbs_search {padding-top:20px}
.bbs_search dd .btn_b_s{ height:45px; font-size:14px;}
.bbs_search dt select{font-size:14px;}


}

/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:680px) {

.board_view{padding-top:0}

}


/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:640px) {

td,table {font-size:13px;}

/*********** 공통 css *************/
select {font-size:13px; padding:6px 5px;}
.input {font-size:13px; padding:7px 5px;}
.search_input {font-size:13px; padding:7px 5px;}

/* 버튼디자인 */
.btn_w {height:32px; line-height:32px; width:75px; font-size:0.8125rem}
.btn_b:link, .btn_b:visited {height:32px; line-height:32px; width:75px;}
.btn_b_s {height:32px;}

input.btn_w {height:32px; line-height:28px; width:75px;}
input.btn_b {height:32px; width:75px;}

/* 카테고리 */
.pr_tab li a{font-size:14px;}




/* page_num */
.page_num{padding:0 0 0 0; margin-top:30px !important}



/*********** View *************/
.board_view .titArea{padding:15px 15px;}
.board_view .titArea .btit{font-size:16px; line-height:24px}
.board_view .titArea .sns_shbtn span.icon{width:35px; height:35px; background-size:13px;}
.board_view .conArea{padding:20px 15px}
.board_view .con_box{margin-top:20px}
.board_view .conArea{font-size:14px}


/*********** Passwd *************/
.passwd {width:80%; padding:20px 10px; box-sizing:border-box}
.passwd ul {width:98%; overflow:hidden; text-align:center;}
.passwd li {float:none; display:inline-block;}
.passwd .pw_img {margin-right:0;}
.passwd .line {display:none}
.passwd .info {padding-left:0;}

.passwd  .msg {padding:5px 0; letter-spacing:-0.5pt;}
.passwd  .input_passwd {margin-right:0}
.passwd  .input_passwd .input_s{width:100%; box-sizing:border-box; margin-bottom:5px;}


/*********** Comment *************/
.comments {padding:10px;}
.comments dl{overflow:hidden; padding:0 0 5px 0;}
.comments dl dt{display:block; font-size:12px;}
.comments dl dd{display:inline-block; margin-right:0;}

.comments li{width:calc(100% - 73px);}
.comments li.btn{float:right; width:70px;}
.comments textarea {height:50px;}
.comments .spam_check{}
.comments .spam_check .sub_txt{font-size:12px;}
.comm_btn_confirm {width:70px; height:50px;}

.comments_body{overflow:hidden; border-bottom:1px solid #ddd; padding:10px;}
.comments_body p.file{color:#888; font-size:12px;}
.comments_body p.cont{padding:2px 0 3px 0;}
.comments_body p.info{color:#888; font-size:13px;}
.comments_body p.info strong{color:#333; margin-right:5px}
.comments_body p.info span{margin-right:0;}
.comments_body p.info span:before{display:inline-block; content:""; width:0; height:13px; margin:0 0 0 0; overflow:hidden;}

.filebox label {padding:7px 9px 8px 9px; font-size:12px;}


/*********** Input *************/

/* 저작권공지 */
.input_notice{padding:15px;}
.input_notice h4{font-size:14px;}
.input_notice p.txt{line-height:18px; font-size:12px;}
.input_notice p.point{line-height:18px; font-size:12px;}

.input_msg {padding:12px 0 10px 0; text-align:center; font-size:12px; letter-spacing:-0.4pt;}
.bbs_input th {display:block; border-right:0;}
.bbs_input td {display:block; padding:7px 10px;}
.bbs_input td span.cat {display:block; width:50%; margin-bottom:2px;}
.bbs_input td span.subject{width:100%;}

/* 동의폼 */
.pri_box {padding:12px 10px; margin:10px 0px 0 0px;}  
.pri_box p.pri_tit {padding-bottom:5px;} 
.pri_box .textarea {height:90px;}
.pri_message {text-align:center; padding-top:5px; font-size:12px; font-family:inherit;}
.pri_message span{display:block;}
.pri_message input[type=radio] {width:13px; height:13px; margin:0 5px 0 0;}

}
/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:480px) {

/* 검색바 */
.bbs_search dt{width:100%; margin-bottom:5px}
.bbs_search dt select{height:40px; padding:3px 10px; font-size:13px;}
.bbs_search dd{width:100%}
.bbs_search dd .search_input{height:40px; line-height:40px; width: calc(100% - 70px); font-size:13px;}
.bbs_search dd .btn_b_s{line-height:40px !important; height:40px !important; width:70px; font-size:13px; }


/* 카테고리 */
.pr_tab li a{font-size:13px;}

.board_view .conArea{font-size:13px}

.board_view .titArea .btit{font-size:15px; line-height:19px}
.board_view .titArea .bdate{font-size:12px}



/*********** List *************/
.photo_list dl{float:none; width:100%; margin-right:0}
.photo_list dd{padding:20px}
.photo_list dd p.date{margin-top:10px;}
.photo_list dd p.title{font-size:14px;}


.movie_list dl{float:none; width:100%; margin-right:0}
.movie_list dd{padding:20px}
.movie_list dd p.date{margin-top:10px;}
.movie_list dd p.title{font-size:14px;}


}


/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:330px) {

/* 검색바 */
.bbs_search dt select{height:35px; font-size:12px;}
.bbs_search dd .search_input{height:35px; line-height:35px; font-size:12px}
.bbs_search dd .btn_b_s{line-height:35px !important; height:35px !important; font-size:12px; }


.board_view .titArea .btit{font-size:14px}

}



/*******************************************************************************
	@media
*******************************************************************************/
@media all and (max-width:280px) {


/* 카테고리 */
.pr_tab li a{font-size:12px;}


}
