﻿.linkStyle {
	color:#4d4d4d;
}
.linkStyle:hover {
	opacity: 0.7;
}
img {
    transition: ease 0.3s;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
#intro .slick-dots li {
    color: #d8db2c;
}
#top_contents1 .contents1_txt {
    margin-left: 50%;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(0px);
}
@media (max-width:768px){
#top_contents1 .contents1_txt {
    margin-left: 30%;
}
#page10 ul li a span {
    font-size: 15px;
}
}

@media (max-width:667px){
#top_contents1 .contents1_txt {
    margin-left: 0%;
}
#page_title {
    text-shadow: 2px 2px white;
}
}
@media all and (-ms-high-contrast:none){}