@charset "utf-8";
/**************************************************** 제이쿼리를 이용한 input // S *******************************************************/
/* 상단 검색 창 그룹 */
div.form_group{
	*zoom:1;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	text-align:right;
	width:100%;
} 
div.form_group:after {content:" "; display:block; clear:both;}
/* j-query 형식 선택 박스 */
.select_Option {
	position: relative;
	width: 37%;
	height:61px;
	padding:9px 8px;
	vertical-align:middle;
	border:none;
	display:inline-block;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../images/common/check.gif') no-repeat 90% 50% #fff; /* 화살표 아이콘 추가 */
	color:#bbb;
	letter-spacing:-0.01em;
	font-weight:500;
	font-size:17px;
}
.select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
.btn_primary{background:url('../images/common/search_icon.png') 13px center no-repeat #71c1d2; border:none; vertical-align:middle;
border-radius:2px; padding-left:15px; width:70px; height:38px; line-height:38px; font-size:14px; font-weight:600; color:#fff;}

/* input 감싼 박스 */
.placeholder_box {
	display:inline-block;
    position: relative;
	vertical-align:middle;

}
/* input 타이틀 */
.placeholder_box label {
    color: #797979;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 14px;
	font-weight:normal;
    cursor: text;
}
.placeholder_box input[type="text"] {
    height: 38px;
	line-height:38px;
    width: 270px;
	padding:0 15px;
    /*padding: 10px 15px;*/
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_box input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/**************************************************** 제이쿼리를 이용한 input Title // S *******************************************************/

/* input Title 감싼 박스 - 사용자*/
.placeholder_Title_user{
	display:inline-block;
    position: relative;
	vertical-align:middle;
	float:left;
}

/* input 타이틀 - 사용자*/
.placeholder_Title_user label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_Title_user input[type="text"] {
    height: 30px;
	line-height:30px;
    width: 600px;
	padding:0 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_Title_user input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* input 감싼 박스 - write 무단입력방지 */
.placeholder_chk {
	display:inline-block;
    position: relative;
	vertical-align:middle;
}
/* input 타이틀 */
.placeholder_chk label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_chk input[type="text"] {
    height: 25px;
	line-height:25px;
    width: 400px;
	padding:0 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_chk input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}




/* Gallery - new */
.gallery_box:before,.gallery_box:after{
  display: table;
  content: " ";
}
.gallery_box{
	margin-right: -20px;
	margin-left: -20px;
}
.col-md-3{
 position: relative;
  min-height: 1px;
  float:left;
  width:197px; margin:0 0 15px 20px;
}
.gallery_thumb a {
	display:block;
}
.gallery_thumb .thumbnail {

}
.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail:hover .bg-thumb {position:relative;}
.thumbnail:hover .bg-thumb span {position:absolute; width:100%; height:100%; background:url('../images/common/black_opa.png') repeat; opacity:0.5;}
.thumbnail:hover .caption {background:#f0f0f0; color:#000;}
.bg-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    width: 195px;
    height: 130px;
	border:1px solid #ccc;
	overflow:hidden;
}
.thumbnail .caption {
    padding: 20px 15px;
    color: #333;
	background:#f8f8f8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #666;
}
.thumbnail .caption p {font-size:14px; font-weight:400; color:#333; height:50px; width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.thumbnail .caption div span {display:inline-block; padding:0 0 0 15px; margin:0 0 0 50px; font-size:11px;}
.thumbnail .caption div span.datetime {background:url('../images/common/clock.png') 0 center no-repeat; margin-left:0;}
.thumbnail .caption div span.hits {background:url('../images/common/hits.png') 0 center no-repeat;}
/* gallery_view //E */

/* table_Writepage 하단에 무단입력방지*/
.bottom_check{width:736px; border-top: 2px solid #eee; border-bottom: 2px solid #eee; padding:10px;}
.bottom_check .cclyoung{float:left; display:inline-block; width:75px; background:url('../images/common/impors.png') 0 3px no-repeat; padding:5px 9px 5px 25px;}



/* 파일첨부버튼 */
.file_btn{color:#fff !important; background:#71c1d2; border-radius:4px; box-shadow:2px 2px 2px #ddd; height:30px; width:80px; line-height:30px; text-align:center; display:block;}

/* Link - Write input */
.input-group .link_title{
	display:inline-block; 
	text-align:center;
	width:110px;
	padding-left:8px;
	height:30px;
	font-size:16px;
	font-weight:400;
	color:#555;
	vertical-align:baseline;
	float:left;
}
.input-group .child_link{
    background: url(../images/common/child_icon.png) 33px 0px no-repeat;
	font-size:14px;

	font-weight:400;
	padding-left:18px;
	width:100px;
	float:left;
}

input[type="text"].common_text_input  {
    height: 25px;
    width: 400px;
    padding: 10px 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus.common_text_input{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.paginate {
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    clear: both;
}
.paginate a, .paginate strong {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
    width: 34px;
    height: 34px;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Sans-serif;
    color: #333;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.paginate strong {
    color: #fff;
    background: #71c1d2;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* 팝업로그인 */

.form-style-1 li {
padding: 0;
display: block;
list-style: none;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
.form-style-1 input[type=radio],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	/*padding: 7px;*/
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;  
	height:38px;
	font-size:16px;
}

.form-style-1 input[type=text], .form-style-1 input[type=password] {
 padding-left:10px;
}

.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #ff3434;
	-webkit-box-shadow: 0 0 8px #ff3434;
	box-shadow: 0 0 8px #ff3434;
	border: 1px solid #ff3434;
}

.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}

/* new login */
.hicomp_login {width:50%; min-width:790px; margin:0 auto; border-top:2px solid #000; text-align:center; padding:60px 0; background:#f5f5f5;}
.hicomp_login .idwrite, .hicomp_login .pwwrite {margin-bottom:10px;}

.idwrite input, .pwwrite input {   
	width:45%; 
	padding-left:53px;
	height:48px; 
	border:1px solid #E61673; 
	line-height:48px;
	font-size:17px;
	color:#b1b1b1;
	letter-spacing:-0.03em;
	box-shadow:0 0 0px #ccc;
	-webkit-box-shadow:0 0 0px #ccc;
	-ms-box-shadow:0 0 0px #ccc;
	-o-box-shadow:0 0 0px #ccc;
	-webkit-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	background-color:#fff;
	background-repeat:no-repeat;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
}
.idwrite input{
	background-image:url('../images/sub/person2.png');
	background-position:23px 16px;
}
.pwwrite input{
	background-image:url('../images/sub/key.png');
	background-position:20px 16px;
}
.idwrite input:focus, .pwwrite input:focus { 
	border-color:#E61673; outline:none; 
	box-shadow:0 0 5px #E61673;
	-webkit-box-shadow:0 0 5px #E61673;
	-ms-box-shadow:0 0 5px #E61673;
	-o-box-shadow:0 0 5px #E61673;
}
.hicomp_login .remember {width:50%; margin:0 auto 15px; text-align:right;}
.hicomp_login .remember a {font-size:13px; font-weight:500; color:#232322; letter-spacing:-0.03em; margin:0 0 0 8px;}
.hicomp_login .remember input {background-color:#fff; border:1px solid #ccc; display:inline-block; vertical-align:middle;}
.hicomp_login .login_bottom {width:50%; margin:0 auto;}
.hicomp_login .login_bottom > a {line-height:50px; background:#232322; font-size:20px; font-weight:600; color:#fff; letter-spacing:-0.03em; display:block;
	margin:0 0 20px 0;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.hicomp_login .login_bottom > a:hover {background:#E61673;}
.hicomp_login .login_bottom > p {font-size:17px; font-weight:600; color:#5b5b5b; letter-spacing:-0.03em; cursor:pointer;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.hicomp_login .login_bottom > p:hover {color:#E61673;}
.hicomp_login .login_bottom > p span {display:inline-block; vertical-align:bottom; margin:0 10px 0 0;}


/* login_new */
.hicomp_login.login_new {
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: calc(100vh - 251px);
	padding: 0;
	border: none;
	background: none;
	box-sizing: border-box;
}

.hicomp_login.login_new .form_wrapper {
	padding: 60px 0;
    /* background: #f5f5f5; */
    /* border-top: 2px solid #000; */
}

/* 커뮤니케이션 */
.communication_top {text-align:center;}
.communication_top span {display:inline-block; vertical-align:middle; font-size:20px; font-weight:800; color:#000; letter-spacing:-0.01em; padding:0 0 0 35px; margin:0 15px 0 0;
	background-image:url('../images/sub/black_ert.gif');
	background-repeat:no-repeat;
	background-position:0 50%;
}
.communication_top input {height:48px; line-height:48px; display:inline-block; vertical-align:middle; padding:0 30px; border:1px solid #ddd; font-size:17px; font-weight:400; color:#333; letter-spacing:-0.01em; margin:0 5px 0 0;
	border-radius:50px;'
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
}
.communication_top input:focus {outline:none;}
.communication_top .move_btn {line-height:50px; font-size:18px; font-weight:800; color:#fff; text-align:center; background:#25ceff; padding:0 50px; display:inline-block; vertical-align:middle;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.communication_top .move_btn:hover {background:#;}

.communicationList { margin: 0 auto; max-width: 1400px; width: 100%; }
.communicationList .right_select {text-align:right; margin:20px 0 30px;}
.viewOption {
	width: 15%;
	height:50px;
	padding:9px 8px;
	vertical-align:middle;
	border:none;
	display:inline-block;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../images/common/check.gif') no-repeat 90% 50% #fff; /* 화살표 아이콘 추가 */
	color:#333;
	letter-spacing:-0.01em;
	font-weight:500;
	font-size:15px;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.viewOption::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
.viewOption:focus {
	border-color: #d73444;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 52, 68, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 52, 68, 0.6);
}
.inputT {
	height:40px;line-height:40px; padding:0 12px; color:#232322; vertical-align:middle; background-color:#fff; border:1px solid #ccc; 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.inputT:focus {
	border-color: #d73444;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 52, 68, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 52, 68, 0.6);
}
.bblin {display:inline-block; margin:0 0 0 10px;}
.bblin span {color:#ff0000; font-weight:600; letter-spacing:-0.01em;}
a.fileZ {display:inline-block !important;}
a.fileZ .buttonText {display:inline-block; background:#232322; line-height:40px; color:#fff; padding:0 20px; font-size:17px; font-weight:400; letter-spacing:-0.01em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
a.fileZ .buttonText:hover {background:#111;}
a.fileZ .buttonText img {margin:0 0 0 10px;}

.commu_board_list { width: 100%; }
.commu_board_list table { width: 100%; border-top:2px solid #232322; border-bottom:2px solid #ddd; table-layout: fixed; }
.commu_board_list table thead th {background:#f5f5f5; font-size:18px; font-weight:800; color:#000; letter-spacing:-0.01em; padding:20px 2px; border-bottom:2px solid #ddd;}
.commu_board_list table tbody th {font-size:18px; font-weight:800; color:#000; letter-spacing:-0.01em; background:#f5f5f5; border-bottom:1px solid #ddd;}
.commu_board_list table tbody td {font-size:17px; text-align:center;font-weight:400; color:#333; letter-spacing:-0.01em; padding:20px 2px; border-bottom:1px solid #ddd;}
.commu_board_list table tbody td.subject {text-align:left; padding-left:30px;}
.commu_board_list table tbody td.subject2 {text-align:left; padding:20px;}
.commu_board_list table tbody td.subject2 .subject2_cont img { width: 100%;}
.commu_board_list table tbody td.subject div {}
.commu_board_list table tbody td.subject a {display:block; color:#333;}
.commu_board_list table tbody td.subject a img {vertical-align:middle; display:inline-block;}
.commu_board_list table tbody td.ov_re {position:relative; *zoom:1; border-right:1px solid #ddd;}
.commu_board_list table tbody td.ov_re:after {content:" "; display:block; clear:both;}
.commu_board_list table tbody td.ov_re span {float:right; padding:0 25px 0;}
.commu_board_list table tbody td strong {font-weight:800; color:#000;}
.commu_board_list table tbody td .overlay {display:none; box-sizing:border-box; position:absolute; top:-85px; left:51%; width:180px; height:105px; padding:17px 15px; background:url('../images/common/question_box.png') 0 0 no-repeat;}
.commu_board_list table tbody td .overlay2 {padding:10px 15px;}
.commu_board_list .overlay p {font-size:0.75em; color:#454545; text-align:center; word-break:keep-all;}

/* commu_board_new */
.communicationList.communicationList_new .pagination {
	margin-bottom: 100px;
}

/* reply */
.reply_zone {margin:60px 0 0;}
.reply_zone table {border-top:2px solid #232322;}
.reply_zone table th {font-size:18px; font-weight:600; color:#000; letter-spacing:-0.01em; border-bottom:1px solid #ddd; background:#f5f5f5; padding:20px 2px;}
.reply_zone table td {border-bottom:1px solid #ddd; text-align:left; padding:20px 10px 20px 30px; font-size:17px; font-weight:400; color:#333; letter-spacing:-0.01em; line-height:30px;}

/* 하단 버튼 */
.board_btn_wrap {*zoom:1; margin:20px 0 30px;}
.board_btn_wrap:after {content:" "; display:block; clear:both;}
.board_btn_wrap a {font-size:18px; font-weight:600; display:inline-block; vertical-align:middle; text-align:center; letter-spacing:-0.01em;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.board_btn_wrap .btnLeft {float:left;}
.board_btn_wrap .btnLeft a {border:1px solid #E61673; padding:20px 74px; color:#E61673;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
}
/* .board_btn_wrap .btnLeft a:hover {background:#232322; color:#fff;} */
/* .board_btn_wrap .btnLeft a.left_fr:hover {background:#ddd; color:#232322;} */
.board_btn_wrap .btnRight {
	text-align: center;
}
.board_btn_wrap .btnRight.right_fixed {
	float:right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.board_btn_wrap .btnRight a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
	width: fit-content;
    padding: 14px 76px;
	color:#fff; line-height:48px;background:#111;
	font-size: 25px;
	/* -webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px; */
}
.board_btn_wrap .btnRight.right_fixed a {
	display: block;
	margin: 0;
	padding: 12px 30px;
	font-size: 18px;
	border-radius: 60px;
}
.board_btn_wrap .btnRight.right_fixed a.right_fr {
	color: #fff; background: #BEBEBE;
}
.board_btn_wrap .btnRight.right_fixed a span {
	margin: 0 4px 0 0;
}
.board_btn_wrap .btnRight a:hover {background:#E61673;}
.board_btn_wrap a span {display:inline-block; vertical-align:middle; margin:0 13px 0 0;}
.board_btn_wrap .btnRight a.right_fr {color:#232322; background:#e1e1e1;}
.board_btn_wrap .btnRight a.right_fr:hover {background:#d7d7d7;}

/* pagination */
.pagination {text-align:center;}
.pagination img {display:inline-block; vertical-align:middle;}
.pagination a {font-size:15px; font-weight:400; color:#393939; margin:0 13px; display:inline-block; vertical-align:middle;}
.pagination strong {padding:0 0 2px 0; border-bottom:1px solid #393939; font-size:15px; font-weight:400; color:#393939; margin:0 13px; display:inline-block; vertical-align:middle;}
/*----------------------------------------------------------------------------------------------------------------------------------*/

/**** mobile layout *************************************************************************************************************/
@media screen and (max-width:1200px) { 
	.select_Option {width:33%; font-size:15px;}

	/* login_new */
	.hicomp_login.login_new {
		height: calc(100vh - 233px);
	}
}
@media screen and (max-width:1100px) {

	/* 회원가입 */
	.hicomp_login {min-width:auto; width:100%;}
	.idwrite input, .pwwrite input {font-size:16px;}
	.hicomp_login .login_bottom > a {font-size:18px;}
	.hicomp_login .login_bottom > p {font-size:16px;}

	/* login_new */
	.hicomp_login.login_new {
		width: 90%;
	}

}
@media screen and (max-width:640px) {

	div.form_group {
		margin-bottom: 15px;
	}
	div#select_box {
		width: 85px;
	}
	div#select_box label {
		font-size: 13px;
		left: 8px;
	}
	#select_Option{
		width:85px;
		font-size:13px;
		height:33px;
		line-height:33px;
		padding:0px 5px;
		background: url(../images/common/check.png) no-repeat 95% 50%;
	}
	.btn_primary {
		background: url(../images/common/search_icon.png) 8px center no-repeat #71c1d2;
		width: 50px;
		font-size: 12px;
		height:33px;
		line-height:33px;
		margin-left:-1px;
	}
	.placeholder_box input[type="text"] {
		width: 170px;
		padding:0 10px;
		height:33px;
		line-height:33px;
	}
	.placeholder_box label {
		top:8px;
		left: 5px;
		font-size: 13px;
	}
	table.board_Vtable tfoot tr td{
		padding:13px 5px;
		letter-spacing:-0.04em;
	}
	.publication_top {
		font-size: 13px;
	}
	.publication_top p{
		word-break:keep-all;
	}
	.publication_Table tbody tr td table tbody tr th {
		font-size:14px;
	}
	.member_wrap dl {
		padding: 18px 5px;
	}
	.member_wrap dl dt {
		float: none;
		/* background: url(../images/new_UI_img/basic_People_bg.jpg) 0 0 no-repeat; */
		width: 100%;
	}
	.member_wrap dl dd {
		float: none;
		margin: 15px 0 0 10px;
		width: auto;
		font-size: 14px;
	}
	.member_wrap dl dd h2.m_name {
		font-size: 20px;
	}
	.member_wrap dl dd div.info {
		margin: 15px 0 20px 0;
	}
	.member_wrap dl dd div.info span.tel {
		display:block;
		margin:10px 0 0;
	}
	.member_mgm thead th {
		font-size: 12px;
	}
	.member_mgm tbody td {
		font-size: 12px;
	}
	table.board_table thead tr th {
		font-size: 12px;
	}
	table.board_table tbody tr td {
		font-size: 12px;
	}
	.board_Vtable tbody tr td div.gallery_content p img{
		width:100% !important;
	}
	/* 저작권 - 모바일 */
	.bookmark tbody td {
		font-size:13px; 
		text-align:center;
		padding:0;
	}

	.privacy_wrap dl dt {
		font-size:16px; 
		margin:0 0 10px 0;
		background:url('../images/new_UI_img/blue_circle_s.png') 0 0 no-repeat;
		word-break:keep-all;
	}
	.privacy_wrap dl dd {
		font-size:13px; 
	}

	.privacy_bottom p {
		font-size:13px; 
	}
	
	/* 회원가입 - 모바일*/
	#join_form > tbody > tr > th {
		padding:5px;
		font-size:12px;
		letter-spacing:-0.04em;
		word-break:keep-all;
	}
	#join_form > tbody > tr > td > input {
		font-size:13px;
	}
	#join_form span#id_msg {
		display:block;
		clear:both;
	}
	.import { 
		margin:5px 0 0; 
	}
	#join_form > tfoot > tr > th {
		padding:5px;
		font-size:12px;
		word-break:keep-all;
	}
	#join_form > tfoot > tr > td  input {
		font-size:13px;
	}
	#join_form > tfoot > tr > td  input:focus { 
		border:1px solid #156DFF;
		outline:none;
		box-shadow:0 0 5px #156DFF;
		-webkit-box-shadow:0 0 5px #156DFF;
		-ms-box-shadow:0 0 5px #156DFF;
		-o-box-shadow:0 0 5px #156DFF;
	}
	
	/*gallery_box*/
	.gallery_box {
		margin-right: -10px;
		margin-left: -10px;
		padding: 0 10px;
	}
	.col-md-3 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 47%;
		margin: 0 0 10px 8px;
	}
	.bg-thumb {
		background-position: center center;
		background-repeat: no-repeat;
		width: auto;
		height: 130px;
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.thumbnail {
		margin-bottom: 10px;
	}
	.thumbnail .caption div span {
		margin: 0 0 0 30px;
	}

	/* publication_list */
   .board_list {width:100%;}
   .board_list table {table-layout:fixed; border-top:none;}
   .board_list table thead th {padding:10px 5px;font-size:15px;}
   .board_list table td {padding:10px 5px; font-size:14px; line-height:20px; word-break:break-all;}
   .board_list table td a {display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
   .board_list table .board-list-fir {display:none;}
   .board_list table .board-list-paper {display:none;}
   .board_list table .board-list-journal {width:70px; word-break:break-all;}
   .board_list table .board-list-title {/*width:auto;*/ width:100%; word-break:keep-all;}
   .board_list table .board-list-title > div {width:auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:normal;}
   .board_list table .board-list-title > div a {display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; word-break:normal;}
   .board_list table .board-list-author {width:50px}
   .board_list table .board-list-date {display:none;}


   /* 일반 list */
   .board_list2 {width:100%;}
   .board_list2 table {table-layout:fixed;}
   .board_list2 table thead th {padding:10px 5px; font-size:15px;}
   .board_list2 table td {padding:10px 5px; font-size:14px; line-height:20px;}
   .board_list2 table td a {display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
   .board_list2 table td a:hover {text-decoration:underline;}
   .board_list2 .board-list-fir {width:30px;}
   .board_list2 .board-list-title {width:auto;}
   .board_list2 .board-list-title > div {width:auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
   .board_list2 .board-list-title > div a {display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:normal;}
   .board_list2 .board-list-writer {display:none;}
   .board_list2 .board-list-file {display:none;}
   .board_list2 .board-list-uid {display:none;}
   .board_list2 .board-list-date {width:80px;}

	/* 회원가입 */
	.idwrite input, .pwwrite input {font-size:14px;}
	.idwrite input, .pwwrite input {width:70%;}
	.hicomp_login .remember {width:80%;}
	.hicomp_login .login_bottom {width:80%;}
	.hicomp_login .login_bottom > p {font-size:14px;}
	.hicomp_login .login_bottom > a {font-size:16px; line-height:45px;}

	/*mobile // E*/
	.select_Option {font-size:16px;}

	/* 커뮤니케이션 게시판 */
	.communication_top span {font-size:16px; background-size:20px; padding:0 0 0 25px; margin:0 5px 0 0;}
	.commu_board_list table tbody th {font-size:15px;}
	.communication_top input {height:45px; line-height:45px; padding:0 10px; font-size:15px; width:40%;}
	.communication_top .move_btn {line-height:45px; font-size:15px; padding:0 15px;}
	.viewOption {width:30%; font-size:15px;}
	.board_btn_wrap a span {margin:0 5px 0 0;}
	.board_btn_wrap a {font-size:13px;}
	.board_btn_wrap .btnLeft a {padding:0 10px; line-height:40px;}
	.board_btn_wrap .btnRight a {padding:5px 40px; font-size: 16px; margin: 30px auto;}
	.board_btn_wrap .btnRight.right_fixed a {padding:0 10px; line-height:40px; font-size: 13px;}
	.board_btn_wrap a span img {width:15px;}
	.commu_board_list table thead th {font-size:14px; padding:15px 2px;}
	.commu_board_list table tbody td {font-size:14px; padding:15px 2px; word-break:break-all;}
	.commu_board_list table tbody td.subject {padding-left:10px;}
	.commu_board_list table tbody td.subject2 {padding:0;}
	.commu_board_list table tbody td.ov_re span {float:none; padding:0; text-align:center; display:block; margin:5px 0 0;}
	.commu_board_list table tbody td.ov_re span img {width:20px;}
	/**/
	.reply_zone table th {font-size:15px;}
	.reply_zone table td {padding:15px 5px 15px 10px; font-size:14px;}
}
@media screen and (max-width:480px) {
	.select_Option {height:50px; font-size:13px; background-size:8px;}
}
@media screen and (max-width:320px) { 
	#select_Option {font-size:12px;}
	.placeholder_box input[type="text"] {width:120px;}
	.placeholder_box label {font-size:12px;}
	.thumbnail .caption {padding:15px 10px;}
	.thumbnail .caption p {width:100%;}
	.thumbnail .caption div span {margin:0;}
	.thumbnail .caption div span.hits {margin:0 0 0 5px;}
}

