@charset "utf-8";

/* List */
.list-item { border:1px solid #ddd; padding:10px; background: #fff; }
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }
.infotable { border: 1px solid #ddd; word-break:break-all; width:100%;margin:15px 0 2px;}
.infotable th { background: linear-gradient(#fff,#f0f0f0); padding: 8px 12px; width: 90px; font-weight: normal; border-right: 1px solid #ddd;}
.infotable tr { border: 1px solid #ddd; }
.infotable td { padding: 8px 12px; font-weight: normal; }
.infotlist { border: 1px solid #ddd; border-bottom:0; word-break:break-all;}
.infoc { text-align: center; }
.infoc img { width:100%; height:auto; }
.ninfb { border-bottom:1px solid #ddd; }
.p15 { padding:15 px;} 
.infol { border:0; border-right: 1px solid #ddd; height:100%;}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}
.ment-title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background: #2a36b1;
}
.subject-box {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-top: -23px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 1px 7px 0 rgb(0 60 55 / 30%);;
}
.code-box {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.choose{ border: 1px solid #283593; }
.choose ul li { float:left; }
.choose ul li a{ color:#fff; font-family: 'Noto Sans KR', "Malgun Gothic", dotum, sans-serif !important; font-size: 13px; font-weight:bold; padding-left: 0; padding-right: 0; background: #3f51b5; }
.choose ul li a i{ margin-right:5px; }
.choose ul li a:hover{ color:#fff; background:#3949ab; }
.nav-pills > li + li { margin-left:0px !important; }
.nav-justified > li > a { margin-bottom:0px !important; }
.nav-pills>li>a { border-radius: 0px !important; }
/*========= MENU CUSTOM =========*/
#spin-link { display:inline-block; height:15px; line-height: 17px; overflow:hidden; }
#spin-link p { display:inline-block; position: relative;
-webkit-transition:-webkit-transform 0.3s;
-moz-transition:-moz-transform 0.3s;
transition:transform 0.3s;
}
#spin-link p::before { position: absolute; top:100%; content:attr(data-hover);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#spin-link:hover p, #spin-link:focus p {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}

#spin-link-a2 { -moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease }
#spin-link-a2:hover { text-decoration:none }
