@charset "UTF-8";

.bookLnk{content: '';background-image: url(../../../static/image/new/icons/icon-link.svg);width: 25px;height: 25px;display: inline-block;background-repeat: no-repeat;background-size: contain;flex-shrink: 0;}
.mapPop{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000;
}
.mapPop:after{
	content: '';
    background-image: url(../../../static/image/new/icons/icon-link.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 13px;	
}
.download{
	position: absolute !important;
    left: 20px;
}
.imgArea img{
	width: 100%;
	max-width: 500px;
    margin-top: -13px;
}
#target{
	display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
}
@media screen and (max-width: 991px) {
	#target{
	    width: 100%;
	}
	.bookLnk{width: 20px;height: 20px;}
}
@media screen and (max-width: 555px) {
	.imgArea img{
		width: 100%;
		max-width: 500px;
	    margin-top: 30px;
	}
}
@media screen and (max-width: 420px) {
	#target{
	    display: block;
	    font-size: 15px;
	}
    body.sub .detail-content .row-box:last-child .history-title{
        flex-wrap: wrap;
	}
}