@media screen and (max-width: 768px) {
    .home_horo .horo_date {
    	margin-bottom: 12px;
    	font-size: 15px;
	}
    .home_horo h2 {
        font-size: 15px;
    }
   	.home_horo p {
    	font-size: 12px;
	}
    .signshoro ul li .signelement_name {
        font-size: 14px;
    }
}
@media screen and (min-width: 1024px){
	.home_horo .visibleonly {
    	display: block;
	}
}
.visibleonly {
    display: none;
}
.home_horo {
    max-width: 1024px;
    margin: auto;
    text-align: center;
    position: relative;
}
.horo_h1 {
    text-align: center;
    color: #887335;
    font-size: 26px;
    font-weight: 100;
    padding-bottom: 20px;
    margin: 0;
}
h2 {
    margin: 0 0 10px;
    color: #363636;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}
h2 .title_gold {
    display: block;
    color: #887335;
    font-weight: 400;
}
.home_horo p {margin: 0 auto 34px;color: #484848;font-size: 15px;line-height: 24px;}
.home_horo_absolute {position: absolute;}
.horo_date {color: #363636;margin-bottom: 20px;font-size: 15px;}
.signshoro {max-width: 1024px;margin: auto;text-align: center;position: relative;}

.signshoro ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.signelement {height: 170px;width: 170px;display: flex;-webkit-justify-content: space-around;justify-content: space-around;}
.signshoro ul li {
    max-width: 170px;;
    width:100%;
    margin-bottom: 30px;
    position: relative;
}
.signshoro ul li a {color: #b79e56}
.signshoro ul li .signelement {
    z-index: 2
}
.signshoro ul li .signelement .signelement_cube {
    position: absolute;
    width: 100%;
    height: 100%;
}
.signshoro ul li .signelement .signelement_cube span {
    border: 1px solid;
    -o-border-image: linear-gradient(0deg,#b79e56,#e2cc8c) 1;
    border-image: linear-gradient(0deg,#b79e56,#e2cc8c) 1;
    width: 68%;
    height: 65%;
    position: absolute;
    top: 10%;
    left: 16%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
    transition: .2s ease-in-out;
}
.signshoro ul li .signelement .signelement_cube span:first-child {
    transform: rotate(10deg);
    transition: .8s ease-in-out;
}
.signshoro ul li .signelement .signelement_cube span:nth-child(2) {
    transform: rotate(18deg);
    transition: .6s ease-in-out;
}
.signshoro ul li .signelement .signelement_cube span:nth-child(3) {
    transform: rotate(24deg);
    transition: .3s ease-in-out;
}
.signshoro ul li h3 {
    position: relative;
    display: block;
    top: 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: .8;
    transition: .2s ease-in-out;
}
.signshoro ul li:hover .signelement_name {
    color: #02a5a7;
    top: -2px;
}
@media screen and (min-width: 360px) {
    .signshoro ul li {max-width: 160px;}
}
@media screen and (min-width: 470px) {
    .signshoro ul li {max-width: 160px;}
}
@media screen and (min-width: 590px) {
    .signshoro ul li {max-width: 170px;}
}
@media screen and (min-width: 760px) {
    .signshoro ul li {max-width: 170px;}
}
@media screen and (min-width: 950px) {
    .signshoro ul li {max-width: 190px;}
}
@media screen and (min-width: 980px) {
    .signshoro ul li {max-width: 195px;}
}
@media screen and (min-width: 1220px) {
    .signshoro ul li {max-width: 160px;}
}
@media screen and (min-width: 1360px) {
    .signshoro ul li {max-width: 170px;}
}
.t-left {text-align:left;}
.l-h17 {line-height: 1.7;}
.t-center {text-align: center;}