﻿@charset "utf-8";

div#movie_list_wrapper{max-width: 1200px;margin: 0 auto;}
div#movie_list_wrapper div.movie_list{display:flex}
div#movie_list_wrapper div.movie_list div.movie_contents{margin:0 2% 2% 0}
div#movie_list_wrapper div.movie_list div.movie_contents a.item_link{position:relative;margin:10px auto;width:67%;display:block;text-align:center;background-color:#df6c0f;color:#fff;padding:15px 15px 15px 0;border-radius:10px;font-weight: 700;}
div#movie_list_wrapper div.movie_list div.movie_contents a.item_link span {color: #fff;    font-size: 15px;}
div#movie_list_wrapper div.movie_list div.movie_contents a.item_link:hover{text-decoration:none;-moz-opacity:.8;opacity:.8;filter:alpha(opacity=80)}
div#movie_list_wrapper div.movie_list div.movie_contents a.item_link:after{content: "";display: block;width: 8px;height: 8px;border-top: 1px solid #fff;border-right: 1px solid #fff;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;right: 15px;top: 23px;margin-top: -5px;-webkit-transition: all .15s linear;-moz-transition: all .15s linear;-o-transition: all .15s linear;transition: all .15s linear;background: none;}

@media screen and (max-width:780px) {
div#movie_list_wrapper{position:relative}
div#movie_list_wrapper div.movie_list div.movie_contents {margin: 0 1% 2% 0;}
div#movie_list_wrapper div.movie_list_area{overflow-y:hidden;overflow-x:scroll;position:relative}
div#movie_list_wrapper div.movie_list{width:1100px;padding: 0 3%;}
div#movie_list_wrapper div.movie_list div.movie_contents div.youtube iframe {height:367px !important;}
div#movie_list_wrapper:after{content:"";display:block;width:33px;height:33px;position:absolute;right:2px;top:40%;background:url(https://belluna-gourmet.com/excludes/gourmet/top/common/controls_02.svg) no-repeat -47px -1px;background-size:82px}
div#movie_list_wrapper div.movie_list div.movie_contents a.item_link span {color: #fff;font-size: 13px;}

}