@charset "UTF-8";

h2 > .material-icons{
	padding-right: 0.3em;
}
main h2.rhombus-i:before{
	background-color: #f39800;
}

.tag-list > *{
	background-color: #f39800;
}

.disc-img{
	margin-bottom: 4em;
}

.disc-img > div{
	padding-right: 2em;
	text-align: center;
}

.disc-img > div > img{
	display: block;
	margin: 0 auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
	-webkit-box-reflect: below 8px url("/common/imgs/reflect_grd.png");
}

.disc-detail > h3{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin: 0 0 1em;
	padding: 8px 8px 8px 1.5em;
}

.table > thead > tr > th{
	position: relative;
	padding-left: 1.5em;
}

.disc-detail > h3:before,
.table > thead > tr > th:before{
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -4px;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #f39800;
	border-radius: 2px;
	transform: rotate(-45deg);
}

.disc-detail .line{
	background-color: #f39800;
	height: 4px;
	width: auto;
	border-radius: 5px;
	margin-bottom: 1em;
}

.disc-detail table{
	border-bottom: 1px solid #ddd;
}

.dropdown{
	display: inline-block;
	margin-top: 0.5em;
}
#shareBtn{
	color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
    overflow: hidden;
    line-height: normal;
    border: 1px solid #ccc;
    background-color: #ccc;
}

.dropdown-menu > li{
	padding: 0.3em 1em;
}

.dropdown-menu > li > a{

}

#main-img img, #thumbnail img {
	width: 100%;
	border-radius: 5px;
}
#thumbnail {
	margin-top: 0.5em;
}
#thumbnail ul {
	padding: 0;
	margin: 0;
	display: flex;
}
#thumbnail li {
	list-style-type: none;
	border: 3px solid transparent;
	box-sizing: border-box;
	width: 100%;
}
#thumbnail li > img{
	margin: -5px;
	border: 5px solid transparent;
}
.current > img{
	border: 5px solid #00a29a !important;
}
.date {
	display: block;
	margin-bottom: 1em;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}
.summary > div.custom-container{
	overflow: hidden;
}
.summary > .mdl-card__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.summary > .mdl-card__title {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.summary > .mdl-card__title ul {
	padding-left: 1.5em;
}


/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

	.disc-img > div{
		padding-right: 0em;
	}

	.disc-img > div > img{
		max-width: 300px;
		width: 100%;
	}

	.disc-detail .line{
		display: none;
	}

	.disc-detail > h3,
	.table > thead > tr > th{
		border-bottom: 2px solid #f39800;
	}

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){
	.disc-img > div{
		padding-right: 0em;
	}

	.disc-img > div > img{
		max-width: 300px;
		width: 100%;
	}

	.disc-detail .line{
		display: none;
	}

	.disc-detail table tr > td:nth-child(3){
		width: 5em;
	}

	.disc-detail table a{
		font-size: 14px;
	}

	.disc-detail > h3,
	.table > thead > tr > th{
		border-bottom: 2px solid #f39800;
	}
}
