
/*====================================================
////id archive
====================================================*/
#archive .listBox {
	background: #fff;
	box-shadow: 0 10px 20px rgba(178, 213, 205, 0.3);
	overflow: hidden;
	padding: 40px;
}
#archive .listBox .item:not(.item:first-child) {
	margin: 10px 0 0;
}
#archive .listBox .item a {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
#archive .listBox .item a:before,
#archive .listBox .item a:after {
	display: none;
}
#archive .listBox .item .item-inner {
	min-height: 0;
	padding-left: 0;
}
#archive .listBox .item .imgBox {
	display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#archive .listBox .item .title-inner:before {
		background: linear-gradient(to right, #A2EC57, #27CC8B);
		content: '';
		opacity: 0;
		position: absolute;
			bottom: -3px;
			left: 0;
			right: auto;
		transition: .3s ease-in-out;
		width: 0;
		height: 3px;
		z-index: -1
	}
	#archive .listBox .item a:hover .title-inner:before {
		opacity: .7;
		width: 100%;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}



/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}
