@charset "UTF-8";

div#dish_pc section.main-contents .youtube-box {
    width: 950px;
    margin: 0 auto;
    margin-bottom: 70px;
}

div#dish_pc section.main-contents .youtube-box .youtube-inner {
    position: relative;
    width: 100%;
}

div#dish_pc section.presents .presents-img {
    padding: 50px 0;
    width: 60%;
    margin: auto;
    font-size: 25px;
    font-weight: 700;
    line-height: normal; 
    }

div#dish_pc section.presents .presents-img a {
    display: inline-block;
    line-height: 1; 
}
div#dish_pc section.presents .presents-img a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
}

div#dish_pc section.presents .presents-img .link.btn_viewing {
    background-color: #F84600;
    color: #fff;
    font-size: 25px;
    padding: 5px 3em;
    text-decoration: none;
    line-height: 3;
    font-weight: bold;
    border-radius:50px;
}
