@charset "utf-8";

/* List */
.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 { padding: 15px 0 0px; margin:0;  }
.list-item h2 a { display:block; font-size:16px; font-weight: 300; color: #111; text-align:center; }
.list-item h2 a span { display: block; padding: 5px 0 0; color: #999;}
.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:#555 !important; font-size:15px; line-height:22px; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* 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 }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }


/*basic*/

.list-container .img-wrap { border:1px solid #d7d7d7;  border-radius: 7px;}

.list-wrap .list-item .img-wrap a { display: block; position: relative;}
.list-wrap .list-item .img-wrap a:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4) url('/data/main/ico_plus.png') no-repeat center center; opacity:0; transition: opacity .3s;}
.list-wrap .list-item .img-wrap a:hover::before { opacity:1;}





.div-tab.tabs ul.nav-tabs li {  background: none;}
.div-tab.tabs ul.nav-tabs li:hover {  background: none !important;}

.list-category .div-tab.tabs .nav-tabs { margin: -30px auto 0; width: 100%; max-width: 540px;  }
.list-category .div-tab.tabs .nav-tabs li {  margin: 0 !important;}
.list-category .div-tab.tabs .nav-tabs li a { padding: 90px 0 0; color: #111; line-height: 1; transition:all .3s;  }



.div-tab.tabs.trans-top ul.nav-tabs li.active a, 
.div-tab.tabs.trans-top ul.nav-tabs li a:hover { color: #111 !important; }

.div-tab.tabs.trans-top ul.nav-tabs li:first-of-type a { background: #fff url('/data/main/ico_seal_menu1.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(2) a { background: #fff url('/data/main/ico_seal_menu2.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(3) a { background: #fff url('/data/main/ico_seal_menu3.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(4) a { background: #fff url('/data/main/ico_seal_menu4.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(5) a  { background: #fff url('/data/main/ico_seal_menu5.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:last-of-type a { background: #fff url('/data/main/ico_seal_menu6.png') no-repeat top center !important; }

.div-tab.tabs.trans-top ul.nav-tabs li:first-of-type.active a,
.div-tab.tabs.trans-top ul.nav-tabs li:first-of-type a:hover { background: #fff url('/data/main/ico_seal_menu1_on.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(2).active  a,
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(2) a:hover { background: #fff url('/data/main/ico_seal_menu2_on.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(3).active  a,
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(3) a:hover { background: #fff url('/data/main/ico_seal_menu3_on.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(4).active  a,
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(4) a:hover { background: #fff url('/data/main/ico_seal_menu4_on.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(5).active  a, 
.div-tab.tabs.trans-top ul.nav-tabs li:nth-of-type(5) a:hover { background: #fff url('/data/main/ico_seal_menu5_on.png') no-repeat top center !important; }
.div-tab.tabs.trans-top ul.nav-tabs li:last-of-type.active  a, 
.div-tab.tabs.trans-top ul.nav-tabs li:last-of-type a:hover { background: #fff url('/data/main/ico_seal_menu6_on.png') no-repeat top center !important; }

@media all and (max-width:768px) {
    
    
    .nav-tabs { flex-wrap: wrap;}
    .list-category .div-tab.tabs .nav-tabs>li {padding: 10px 0;width: 33.33%;margin: 0!important}
    
    
    
}