@import url('/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: 0.9rem;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: #ddd 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}


/* 카테고리 */
.tabCont.admin {margin:0 auto 50px;}
.tabCont.admin ul {display: table; width: 100%; table-layout: fixed;}
.tabCont.admin ul li {display: table-cell; vertical-align: middle; width:auto; min-height:50px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; box-sizing:border-box; text-align:center;}
.tabCont.admin ul li a {display:block; position:relative; font-family:'Noto Sans KR', 'Manrope', sans-serif; min-height:50px; color:#777; line-height:1.17; font-size:1rem; 
z-index:10; transition:all 0.4s; padding:0 10px; word-break: keep-all;display: flex; justify-content: center; align-items: center;}
.tabCont.admin ul li a:hover {color:#59289c; transition:all 0.4s; z-index:20;}
.tabCont.admin ul li a:after {content:''; width:calc(100% + 2px); height:calc(100% + 2px); background:transparent; position:absolute; top:-1px; left:-1px; z-index:-1; transition:all 0.4s; border:1px solid #ddd; box-sizing:border-box;}
.tabCont.admin ul li a:hover:after {border:1px solid #59289c; transition:all 0.4s;}
.tabCont.admin ul li.tab_up a {color:#fff; font-weight:bold; transition:all 0.4s;}
.tabCont.admin ul li.tab_up a:after {background:#59289c; border:1px solid #59289c; transition:all 0.4s;}

/*********** List *************/
.bbs_con {width:100%; border-collapse:separate; border-spacing:0; border-top:1px solid #333;}
.bbs_con th {color:#222; font-weight:500; font-size:1rem; letter-spacing: -0.5pt; text-align:center; padding:18px 0; border-bottom:1px solid #bbb; }
.bbs_con td {padding:18px 0; text-align:center; border-bottom:1px solid #e9e9e9}
.bbs_con .mo_line{display:none}
.bbs_con td img{margin-left:5px}
.bbs_con td.left {text-align:left; padding-left:10px;}

.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;}

/* page_num */
.page_num{/* padding:20px 0; margin-top:40px;  */
position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;}

/* 페이지 넘버 */
.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;}

/* 검색바 */
.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%}
.bbs_search dt select{    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 45px;
    background: url('/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: 0.882rem;
    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;width: inherit;}
.bbs_search dd .btn_b_s{float:left; width:23.0769230769%; font-size:0.882rem}


/* 하단 버튼 */
.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 #333; border-bottom: 1px solid #ddd; position: relative;}
.board_view .titArea .tit_wrap{position: relative;}
.board_view .titArea .btit{color:#222; font-size:1.176rem; letter-spacing:-0.8pt; margin-bottom:10px; font-weight:700 }
.board_view .titArea .bdate{position: relative; color:#777; line-height:100%; font-size:0.882rem;}
.board_view .titArea .bdate span{position: relative; display:inline-block;   margin-right:20px}
.board_view .titArea .bdate span:after{width:1px; height:10px; background:#ddd; content:''; display:block;  position: absolute; right:-10px; top:3px }
.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}
.board_view .conArea img{max-width:100% !important; height:auto !important}
.board_view .titArea .count {font-style:normal; position:absolute; top:50%; right:0; transform:translateY(-50%);}
.board_view .titArea .count img {margin-right:7px; position:relative; top:-2px;}

.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:0.941rem; 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:0.941rem; 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:0.941rem; 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;}



/*********** Input *************/

/* 저작권공지 */
.input_notice{border:1px solid #ddd; background-color:#f9f9f9; padding:18px 20px;}
.input_notice h4{font-size:0.941rem; 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:0.882rem; 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%}





.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;}





}


/*******************************************************************************
	@media 681~800px
*******************************************************************************/
@media all and (max-width:768px){



/*********** List *************/
.bbs_con {}
.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:700; 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: 17px;font-weight:700;color:#333;letter-spacing:-0.55pt;}
.mo_line .writer {overflow:hidden;clear:both;font-size: 15px;margin-top: 4px;}
	.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;}



/* 검색바 */
.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: 15px;}
.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; */}




/*********** 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; }



.board_view .conArea{font-size:13px}

.board_view .titArea .btit{font-size:15px; line-height:19px}
.board_view .titArea .bdate{font-size:12px}

}


/*******************************************************************************
	@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) {




}
.gallery_li {display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:flex;flex-flow:wrap;justify-content:flex-start;align-items:center;/*align-items: baseline;*/opacity: 1;animation:BottomIn .6s linear .8s forwards;}
.gallery_li::after { content:''; display:block; clear:both; }
.gallery_li .li { position:relative; margin:0 35px 2.5em 0; background:#fff; transition:all .5s cubic-bizier(.67,0,.285,1); overflow:hidden; }
.gallery_li .li a { display:block; }
.gallery_li .li a:hover img { transform:scale(1.2); }
.gallery_li .li a:hover .txt_hidden { top:0; transition:all .6s cubic-bezier(.67,0,.285,1); }
.gallery_li .li .img { position: relative; width: 100%; height: auto; padding-bottom: 55%; margin-bottom: 0; overflow: hidden; } 
.gallery_li .li .img img { display: block; position: absolute; width: 100%; height:100%; max-height:240px; object-fit: cover; transition: all 1s cubic-bezier(0.67, 0, 0.285, 1), opacity 0s linear; } 
.gallery_li .li .txt { position:relative; }
.gallery_li .li .subject { width:100%; height:3em; max-height: 3.9em; line-height:1.6em; margin-bottom: 20px; letter-spacing:-0.01em; line-height:1.5; font-weight:400; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal; overflow:hidden; text-overflow: ellipsis; }
.gallery_li .li .field {width:100%;font-size:.9em;margin: 0px;}
.gallery_li .li .institute {width:100%;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin: 0px;}
.gallery_li .li ul.bo_info { background:none; }
.gallery_li .li ul.bo_info { color: #afafaf; font-size: 0.9em; }
.gallery_li .li .label_round { margin-bottom:8px; padding:0px 7px 0px; font-size:.9em; }
.gallery_li .li .txt { margin-top: 15px; } 
.gallery_li .li .txt_hidden { position:absolute; left:0; top:100%; width:100%; height:100%; color:#fff; line-height:1.4; z-index:1; transition:all 1s cubic-bezier(.67,0,.285,1); }
.gallery_li .img { margin-bottom:25px; }
.gallery_li.col01 p.subject { width:100%; height:auto; margin-bottom:10px; white-space:nowrap; }

/* ������ �÷� �� (�ִ� 6) */
.gallery_li.col01 .li { width:100%; margin:0 0 2em 0; }
.gallery_li.col02 .li { width:calc( 50% - 30px ); }
.gallery_li.col03 .li { width:calc( 33.7% - 30px ); }
.gallery_li.col04 .li { width:calc( 25% - 30px ); }
.gallery_li.col05 .li { width:calc( 20% - 30px ); }
.gallery_li.col06 .li { width:calc( 16.66% - 30px ); }
.gallery_li.col02 .li:nth-child(2n),
.gallery_li.col03 .li:nth-child(3n),
.gallery_li.col04 .li:nth-child(4n),
.gallery_li.col05 .li:nth-child(5n),
.gallery_li.col06 .li:nth-child(6n) { margin-right:0; }

.gallery_li.col01 .li a { padding:1.5em; border:1px solid #ccc; }
.gallery_li.col01 .li a::after { content:''; display:block; clear:both; }
.gallery_li.col01 .li a:hover img { transform:scale(1.05); }
.gallery_li.col01 .li .img,
.gallery_li.col01 .li .txt { float:left; }
.gallery_li.col01 .li .img { width:40%; margin-right:5%; padding-bottom:18%; }
.gallery_li.col01 .li .img img { max-height:100%; }
.gallery_li.col01 .li .txt { width:55%; margin-top:10px; }
.gallery_li.col01 .li .txt p { margin-bottom:15px; font-size:1.3em; font-weight:bold; letter-spacing:-0.02em; }
.gallery_li.col01 .li .txt .more { position:relative; display:inline-block; margin-top:25px; padding:6px 20px; font-size:.9em; line-height:1.6; }
.gallery_li.col01 .li .txt .more01 { color:#f25d0c; border:1px solid #f25d0c; padding-right:120px; font-weight:400; }
.gallery_li.col01 .li .txt .more01::after { content:'\f178'; position:absolute; right:20px; top:50%; font-weight:normal; transform:translateY(-50%); }
.gallery_li.col01 .li .txt .more02 { color:#3c3c3c; border:1px solid #787878; }
.gallery_li.col01 .li .txt .more03 { color:#787878; border:1px solid #ddd; background:#ddd; }
.gallery_li.col01 .bo_info li { display:block; }
.gallery_li.col01 .bo_info li span { display:inline-block; vertical-align:middle; }
.gallery_li.col01 .bo_info li .field_name { width:65px; color:#3c3c3c; }
/* ���丮��Ʈ list */
.mentor_list .gallery_li .li { align-self:stretch; }
.mentor_list .gallery_li .li .subject { height:auto; margin-bottom:0; font-size:1.1em; }
.mentor_list .gallery_li .li .img { height:220px; padding-bottom:0; margin-bottom:20px; background:#f5f5f5; }
.mentor_list .gallery_li .li .img img { position:relative; height:100%; max-height:220px; }
.mentor_list .gallery_li .li .txt_hidden { padding:40px 20px 20px 20px; font-size:.8em; background:rgba(0,0,0,0.5); }
.mentor_list .gallery_li .li .txt_hidden li:nth-child(1) { margin-bottom:14px; font-size:1.7em; }
.mentor_list .gallery_li .li .txt_hidden li:nth-child(2) { height:8.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; }
.menotr_list .gallery_li .li .label_round { padding:2px 6px 0 6px; line-height:1.4; }
/***********************************************************************************
 No image 
************************************************************************************/
.noimg,
.noimg_man { position:relative; background:#f5f5f5; }
.noimg img,
.noimg_man img{ position:absolute; left:50%; top:50%; max-width:90%; height:auto !important; transform:translate(-50%,-70%); }
.noimg span,
.noimg_man span { position:absolute; left:50%; top:50%; transform:translateX(-50%); width:100%; margin-top:20px; text-align:center; font-size:.7em; letter-spacing:0.03em; color:#aaa; }
.label_round { display:inline-block; padding:2px 10px 0px; color:#737373; font-size:.9em; border:1px solid #ddd; border-radius:30px; white-space:nowrap; }
.label_round01 { color:#fff; background:#f25d0c; border-color:#f25d0c; }
.label_round02 { color:#787878; background:#eee; border-color:#eee; }



.gallery_wrap {
      max-width: 1400px;
      margin: 0 auto;
      padding: 60px 20px;
    }
    .gallery_title {
      text-align: center;
      margin-bottom: 40px;
    }
    .gallery_title h2 {
      font-size: 2rem;
      margin-bottom: 10px;
    }
    .gallery_title p {
      font-size: 1rem;
      color: #666;
    }

    .gallery_grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .gallery_card {
      border: 1px solid #e0e0e0;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.04);
      transition: all 0.2s;
      margin-bottom: 30px;
    }

    .gallery_card a {
      color: inherit;
      text-decoration: none;
      display: block;
    }

    .gallery_img_wrap {
      overflow: hidden;
    }

    .gallery_img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .gallery_card:hover .gallery_img {
      transform: scale(1.05);
    }

    .gallery_text {
      padding: 20px;
    }

    .gallery_text h3 {
      font-size: 0.9rem;
      color: #333;
      margin-bottom: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 2.8em;
      line-height: 1.4em;
    }

    .gallery_meta {
      font-size: 0.875rem;
      color: #888;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .gallery_meta i {
      margin-right: 4px;
    }

    @media screen and (max-width: 1024px) {
      .gallery_grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media screen and (max-width: 640px) {
      .gallery_grid {
        grid-template-columns: 1fr;
      }
		.gallery_text h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
    line-height: 1.4em;
}
		.gallery_meta {
    font-size: 1.4rem;
    color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
		.gallery_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 20px;
}
    }


	/* 선택적으로 추가 가능 */
.gallery_input_file {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  font-size: 0.95rem;
}
 .ga_container {
      width: 100%;
      margin: 40px auto;
      background: #fff;
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .ga_form_group {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px;
    }

    .ga_form_group label {
      font-weight: 600;
      margin-bottom: 8px;
      font-size: 0.95rem;
    }

    .ga_form_group input[type="text"],
    .ga_form_group input[type="file"] {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
    }

    .ga_form_group input[type="file"] {
      background: #fff;
    }

    .ga_editor_wrap {
      margin-bottom: 24px;
    }

    .ga_btn_wrap {
      text-align: right;
    }

    .ga_btn {
      background: #002f87;
      color: #fff;
      padding: 12px 28px;
      font-size: 1rem;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .ga_btn:hover {
      background: #001f5f;
    }

    @media screen and (max-width: 768px) {
      .ga_container {
        padding: 24px;
        border-radius: 0;
        width: calc(100% - 48px);
      }
.ga_form_group label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.7rem;
    color: #333;
}
		.ga_form_group input[type="text"], .ga_form_group input[type="file"] {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.5rem;
}
      .ga_btn {
        width: 100%;
        margin-top: 16px;
      }
    }


