@charset "utf-8";
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
td label{vertical-align: middle;}
select{padding: 0.2em .4em !important;}
/* table td{border-bottom:1px solid rgb(230, 230, 230);} */
/* 갤러리 start */
/* 갤러리 start */
/* .g_list{margin-top:15px;} */
.photo_box{/* width: 100%; */background-color: #f2f2f2;padding: 20px 20px 5px 5px; border-top: 2px solid #8899ad;}
.photo_list > li{
   float: left;
   width: calc(25% - 15px);
   padding-left: 15px;
   margin-bottom: 15px;
}
.photo_list_in {
    background-color: #fff;
    padding: 10px;
	-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 7px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
.photo_list_in > a{
display:block;
}
.image{width: 100%;max-height: 150px;overflow: hidden;}
.image img{
	width: 100%;
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image > .img:hover{
    transform: scale(1.2);
	-o-transform:scale(1.2); 
    -moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transition: transform .3s ease;
	-o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}
.gallery_con{margin-top:10px;}
.gallery_con > h5{
	display: block;
    color: #555;
    font-weight: 600;
    padding: 0;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    line-height: 1;
    margin-bottom: 5px;
}
/* .gallery_con > span{
	font-size: 0.9em;
    color: #909090;
    margin-top: 3px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 33px;
} */
.date , .hit{
	font-size: 0.8em;
    color: #909090;
}
.date > i:last-child , .hit > i:last-child{
margin-left: 5px;
}
.date > i ,.hit > i{vertical-align:middle;}
.hit{
	position: relative;
    margin-left: 18px;
}
.hit:before{
	content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    position: absolute;
    top: 1px;
    left: -10px;
}
.no_word{margin-bottom:15px;}
/* 갤러리 end */
/* 피드백 start */
.f_condition{color:#555;margin-bottom:5px;}
.f_condition i{vertical-align:middle; font-weight:600;}
.f_condition small{color:#999; vertical-align:middle;margin-left:5px;}
.condition{
	border: 2px solid #ddd;
    margin-bottom: 50px;
}
.condition > li:last-child{
margin-right:0;
}
.condition > li{
	display: inline-block;
    padding-right: 50px;
    position: relative;
    line-height: 1;
    padding: 12px 25px 12px 25px;
}
.condition > li:after{
	content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    top: 15px;
    right: -2px;
}
.condition > li:last-child:after{display:none;}
.condition span{
font-size:1.125em;
line-height:1;
vertical-align: middle;
}
.colon{margin: 0 5px; /* line-height: 1; */vertical-align: middle;font-size: 1.2em; color:#787878;}
td .color_span{line-height: 1.5;}
.color_span{vertical-align: middle;line-height: 1;}
.color01{color:#f4c552;font-weight:600;}
.color02{color:#0075c4;font-weight:600;}
.color03{color:#019A30;font-weight:600;}
.color04{color:#e20000;font-weight:600;}
.color_a:first-child{margin-left:0;}
.color_a{margin-left:7px;}
.color_a01{color:#019A30;}
.color_a02{color:#e20000;}

.answer_btn a{
	background-color: #009dc4;
    color: #fff;
    font-size: 0.85em;
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, .125);
    display: inline-block;
    padding: 2px 10px;
    vertical-align: middle;
    border-radius: 11px;
    letter-spacing: -1px;
}
.mem_table2 tr.fedback_con , .mem_table4 tr.fedback_con{background: #fafafa;}
.mem_table2 tr.fedback_con > td , .mem_table4 tr.fedback_con > td{border-left: 0;}
.mem_table2 tr.fedback_con > td > div , .mem_table4 tr.fedback_con > td > div{
	/* font-size: 0.9em; */
    line-height: 1.5;
}
.mem_table2 tr.fedback_con > td > .fedback_txt , textarea.fedback_txt{
	display:block;
    width: 100%;
    min-height: 100px;
    background: #fff;
    border: 1px solid #d9d9d9 !important;
    font-weight: normal;
	padding: 5px;
	resize: none;
    outline: none;
    box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
}

.mem_table2 th.notice_th{
	background-color: #F7FBFF;
    color: #787878;
    font-size: 0.9em;
}
/* 피드백 end */

