/*스킵메뉴*/
#skip {position: relative;}
#skip a {position: absolute; left: 0; top: -40px; width: 140px; line-height: 30px; border: 1px solid #fff; color: #fff; text-align: center; background: #333; }
#skip a:active,
#skip a:focus {top: 0;}

/*레이아웃*/

#mnav {display: none; position: absolute; top: 10px; right: 14px;}
#header {width: 100%; background-color: #fff; border-bottom: 1px solid #c6c6c6;}
#banner {position: relative;}
#movie {background-color: #f8f8f8;}
#event {}
#opening {margin: 17px 0; background: url(../img/bg01.jpg) no-repeat center top; background-size: cover;}
#new {}
#footer {background: #211f1f;}
.container {position: relative; width: 1280px; margin: 0 auto; background: rgba(0,0,0,0); }/*border-bottom: solid 1px #c6c6c6;*/}

/*로우*/
.row {padding: 0 28px;}

/*모바일*/
.ham {display: block; width: 25px; height: 13px; background: rgba(0,0,0,0);padding: 15px 10px 10px 10px;}
.ham span {position: relative;display: block; width: 30px; height: 5px; background: #39106a;}
.ham span::before{
    content: "";
    width: 30px; height: 5px; background: #39106a;
    position: absolute;left: 0;bottom: -9px;
}
.ham span::after{
    content: "";
    width: 30px; height: 5px; background: #39106a;
    position: absolute;left: 0;top: -9px;
}
/*해더 영역*/
.header {}
.header h1 {float: left;}
.header h1 em {padding:15px 8px 3px 0; display: inline-block;}
.header h1 em img {width: 155px;}
.header h1 strong {display: block; position: absolute; left: 190px; top:22px;}
.header h1 strong img {width: 157px;}

.header .nav {float: right;}
.header .nav ul {}
.header .nav ul li {float: left; width: 103px; text-align: center; border-right: solid 1px #c6c6c6}
.header .nav ul li a{display: block;font-weight: 600; font-size: 17px; padding: 20px 10px; color: #444;}


/*배너*/
.banner_menu {overflow: hidden; position: absolute; left: 0; top: 20px; width: 100%; height: 100px; z-index: 10;}
.banner_menu a {color: #fff; font-size: 16px; transition: all 0.3s;}
.banner_menu a:hover {color: #c1c1c1;}
.banner_menu .bm_left {float: left;}
.banner_menu .bm_left ul {padding-top: 7px;}
.banner_menu .bm_left li {display: inline; position: relative; margin-right: 30px;}
.banner_menu .bm_left li.total {margin-right: 20px;}
.banner_menu .bm_left li.total a {font-size: 14px; padding: 3px 10px; display: inline-block; border: 1px solid #fff; transition: all 0.3s;}
.banner_menu .bm_left li.total a:hover {background: #fff; border-color: #000; color: #000;}
.banner_menu .bm_right {float: right; overflow: hidden;}
.banner_menu .bm_right ul {float: left;}
.banner_menu .bm_right ul:first-child {padding-top: 7px;}
.banner_menu .bm_right li {position: relative; display: inline; text-align: center; margin-right: 20px;}
.banner_menu .bm_right li.line {margin-right: 30px;}
.banner_menu .bm_right li.white {margin-right: 10px;}
.banner_menu .bm_right li.white a {width: 80px; background-color: #fff; color: #3a0e6a; padding: 7px 30px 9px 30px; display: inline-block; border: 1px solid #fff;}
.banner_menu .bm_right li.puper {margin-right: 0;}
.banner_menu .bm_right li.puper a {width: 80px; background-color: #3a0e6a; color: #fff; padding: 7px 30px 9px 30px; display: inline-block; border: 1px solid #6e40c4;}
.banner_menu li.line:after {content: ''; width: 1px; height: 14px; background: #fff; position: absolute; right: -18px; top: 2px;}


/* 슬라이드 */
.slider {width: 100%; height: 600px;}
.slider .ss1 {background: url(../img/swiper01.jpg) no-repeat center center; background-size: cover;}
.slider .ss2 {background: url(../img/swiper01.jpg) no-repeat center center; background-size: cover;}
.slider .ss3 {background: url(../img/swiper01.jpg) no-repeat center center; background-size: cover;}
.slider .swiper-slide h3 {font-size: 62px; color: #fff; margin-top: 200px;position: relative; line-height: 75px; display: inline-block;}
.slider .swiper-slide h3::after{content: "";position: absolute;  width: 100%; height: 1px;background: rgba(255,255,255,0.7); left: 0; bottom: -30px;}
.slider .swiper-slide h3 em {display: block; font-size: 59px; font-weight: 100;}
.slider .swiper-slide p {font-size: 27px; color: #fff;padding-top: 35px;}

/*무비*/

.movie {padding: 100px 0;}
.movie .movie_title {margin-bottom: 60px;}
.movie .movie_title ul {overflow: hidden;width: 848px;margin: 0 auto;}
.movie .movie_title li {float: left; width: 210px; text-align: center; border: 1px solid #c4c4c4; margin-right: -1px;}
.movie .movie_title li a {display: block; padding: 15px 0; font-size: 18px; color: #666; font-weight:700;}
.movie .movie_title li.active a {background: #666; color: #fff;}
.movie .movie_chart {overflow: hidden;}
.movie .movie_chart > div > div > div{display: inline-block; width: 292px; border: 1px solid #c4c4c4;margin-right: 13px;}
.movie .movie_chart > div > div > div:last-child {margin-right: 0;}
.movie .movie_chart > div > div > div div.poster{position: relative;}
.movie .movie_chart > div > div > div div.poster img{display: block;}
.movie .movie_chart > div > div > div div.poster div.rank{position: absolute;top: 17px;left: 0;width: 50px;height: 50px;line-height: 50px; background-color: #38116a; text-align: center; font-size: 22px; box-shadow: 3px 3px 8px rgba(0,0,0,0.5);}
.movie .movie_chart > div > div > div div.poster div.rank strong {color: #fff;
text-shadow: 3px 3px 8px rgba(0,0,0,0.5);}
.movie .movie_chart > div > div > div div.poster div.mx{position: absolute;top: 17px;right: 17px;} 
.movie .movie_chart > div > div > div div.poster div.mx span {width: 103px; height: 25px;display: block;}
.movie .movie_chart > div > div > div div.poster div.mx .m {background-position: 0 -75px;}
.movie .movie_chart > div > div > div div.poster div.mx .b {background-position: 0 -100px;}
.movie .movie_chart > div > div > div div.infor {background: #fff;padding: 17px;border: solid 1px #d9d9d9}
.movie .movie_chart > div > div > div div.infor h3 {color: #333; font-size: 30px; font-weight: 700; margin-bottom: 20px;}
.movie .movie_chart > div > div > div div.infor h3 strong {}
.movie .movie_chart > div > div > div div.infor h3 span{width: 29px;height: 29px;display: inline-block;margin-top: 9px;vertical-align: -3px;}
.movie .movie_chart > div > div > div div.infor_btn {overflow: hidden;}
.movie .movie_chart > div > div > div div.infor_btn a {float: left;background: #f2f2f2; font-size: 18px; text-align: center; width: 49%; box-sizing: border-box; padding: 15px 0; margin-right: 1%;}
.movie .movie_chart > div > div > div div.infor_btn a:last-child{margin-right: 0;}
/*연령가*/
.all {background-position: -87px -125px;}
.a12 {background-position: -58px -125px;}
.a15 {background-position: -0px -125px;}
.a19 {background-position: -29px -125px;}


/*event*/
#event {overflow: hidden;padding: 100px 0;}
#event img {display: block;}
.event h2 {font-size: 26px; font-weight:bold; margin-bottom: 20px;}
#event .event_left {float: left; width: 66%; margin-right: 2%;}
#event .event_left .event_box1 {float: left; width:50%;}
#event .event_left .event_box2 {float: left; width:50%;}
#event .event_right {float: left; width: 32%;}


/*opening*/
.opening {padding: 100px 0; text-align: center; color: #bb9b51;}
.opening h2 {}
.opening h2 .grand {background-position: 0 -175px; display: inline-block;width: 330px;height: 50px;}
.opening .date {background-position: 0 -225px;display: inline-block;width: 260px;height: 45px;}
.opening .desc {font-size: 35px;font-weight: 300;padding-bottom: 20px;background: url(../img/bar.png) no-repeat bottom center;background-size: 100%}
.open_box {overflow: hidden; padding: 20px 3% 0 3%;}
.open_box > div {float: left;width: 27.333%; margin: 4% 3% 0 3%; border: solid 1px #3e4b44; box-sizing: border-box; background: rgba(0,0,0,0.4);}
.opening .open_box > div h3 {
    color:#fff;font-weight:300;border:1px solid #6e3abb;margin-top:-24px;font-size:19px;display: inline-block;padding: 10px 20px;background: #551e9b; font-weight: 300; }
.open_box > div > p {margin: 10px 0 25px 0; font-size: 23px; color: #fff;}
.opening .open_box > div em {display: block;}
.opening .open_box > div strong {display: block;}

/*새로운영화*/

.new {padding: 100px 0; position: relative;}
.new h2 {font-size: 30px; font-weight: 500; margin-bottom: 20px;}
.new .new_left {position: relative; margin-right: 423px; height: 500px; background: #ccc url(../img/new01.jpg) center center; background-size: cover;}
.new .new_left .play {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 120px; height: 120px;cursor: pointer;}
.new .new_left .play .st0 {fill: #fff; opacity: 0.3; }
.new .new_left .play .st1 {fill: #fff;}

.new .new_right {position: absolute; right: 0; top: 165px; width: 400px; height: 500px; background: #f0f0f0;padding: 0 14px;}
.new .new_right h3 {font-size: 28px;color: #000;text-align: center; margin: 30px;margin-bottom: 0;}
.new .new_right span.release {font-size: 15px;color: #333; margin-bottom: 30px;display:block;text-align: center;}
.new .new_right .star strong {font-size: 15px; padding-left: 5px;}
.new .new_right .star{float: right;
    margin-right: 30px;}
.new .new_right .star span {display: inline-block;width: 20px;height: 20px;vertical-align: -4px; }
.new .new_right .star span.star1{background-position: -393px 0;}
.new .new_right .star span.star2{background-position: -412px 0;}
.new .new_right .star span.star0{background-position: -374px 0;}

.new .new_right .summary {font-size: 14px;}
.new .new_right .genre {padding-bottom: 3px;}
.new .new_right .age {padding-bottom: 10px;}
.new .new_right .desc {margin-bottom: 20px; height: 108px; overflow: hidden;}

.new .new_right .select {overflow: hidden;}
.new .new_right .select .s1 {float: left; width: 49%; background: #000; margin-right: 2%;}
.new .new_right .select .s2 {float: left; width: 49%; background: #000;}
.new .new_right .select .s3 {float: left; width: 100%; margin-top: 2%;}
.new .new_right .btn {overflow: hidden; margin-top: 2%; text-align: center;}
.new .new_right .btn a {float: left; width: 49%; box-sizing: border-box; display: block; padding: 10px 30px 12px 30px;}
.new .new_right .btn a.white {background-color: #fff; margin-right: 2%; color: #3a0e6a; border: 1px solid #3a0e6a;}
.new .new_right .btn a.purple {background-color: #3a0e6a; color: #fff; border: 1px solid #6e40c4;}

/* help */
.help {overflow: hidden; padding-bottom: 200px;}
.help article {float: left; width: 32%; margin-right: 2%; height: 350px; }
.help article > div {border: 1px solid #dbdbdb; height: 350px;}
.help article.help_box3 {margin-right: 0;}
.help article.help_box3 > div {border: 0;}
.help article h3 {font-size: 30px; font-weight: 500; margin-bottom: 20px;}

/* 공지사항 */
.notice {position: relative; padding: 17px;}
.notice ul {overflow: hidden;}
.notice ul li {float: left; text-align: center; margin-right: -1px;}
.notice ul li a {border: 1px solid #dbdbdb; font-size: 15px; color: #666; display: block; width: 80px; padding: 10px 20px; background-color: #f5f5f5;}
.notice ul li.active a {background-color: #fff;}
.notice ul li ul {position: absolute; left: 17px; top: 70px; width: 90%;}
.notice ul li ul li {width: 100%; box-sizing: border-box; text-align: left; padding: 17px; border-bottom: 1px solid #dbdbdb;}
.notice ul li ul li:last-child {border-bottom: 0;}
.notice ul li ul li dt em {color: #999;}
.notice ul li ul li dt .bar {position: relative; padding-right: 14px;}
.notice ul li ul li dt .bar:after {content: ''; position: absolute; right: 4px; top: 5px; width: 1px; height: 10px; background: #999;}
.notice ul li ul li dd {color: #777; padding-top: 3px;}
.notice ul li ul li dl dd a {border: 0; padding: 0; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* 할인카드 */
.card {padding: 17px;}
.card ul li {position: relative; border: 1px solid #d7d7d7; padding: 17px; margin-bottom: 17px; min-height: 102px; box-sizing: border-box;}
.card ul li span {position: absolute; left: 17px; top: 17px;}
.card ul li span img {width: 105px;}
.card ul li strong {display: block; font-size: 18px; color: #777; padding-left: 120px;}
.card ul li em {display: block; font-size: 14px; color: #777; font-weight: 300; padding-left: 120px;}

/* 고객센터 */
.service ul {overflow: hidden;}
.service li {float: left; width: 50%; height: 193px; box-sizing: border-box; border: 1px solid #d7d7d7; text-align: center;}
.service li a span {display: block; width: 120px; height: 120px; margin: 20px auto 0 auto; overflow: hidden;}
.service li a strong {color: #666; font-size: 18px; font-weight: 500;}
.service li:nth-child(1) {border-right: 0; border-bottom: 0;}
.service li:nth-child(2) {border-bottom: 0;}
.service li:nth-child(3) {border-right: 0;}


/*푸터*/
.footer_sns {position: absolute;right: 15px;top: 33px;z-index: 1;}

.footer_sns li{display: inline-block;width: 36px; height: 36px;margin-right: 4px;}
.footer_sns li.s1 {background-position: 0 -375px;}
.footer_sns li.s2 {background-position: -36px -375px;}
.footer_sns li.s3 {background-position: -72px -375px;}
.footer_sns li.s4 {background-position: -108px -375px;}
.footer_sns li.s5 {background-position: -144px -375px;}


.footer_sns li.s1:hover {background-position: 0 -411px;}
.footer_sns li.s2:hover {background-position: -36px -411px;}
.footer_sns li.s3:hover {background-position: -72px -411px;}
.footer_sns li.s4:hover {background-position: -108px -411px;}
.footer_sns li.s5:hover {background-position: -144px -411px;}

.footer_sns .tel {text-align: right;padding-top: 5px;}
.footer_sns .tel a {color: #8f8f8f;font-size: 21px;}
.footer_sns .tel a em {color: #fff;}

.footer_infor {page-break-after: 50px 0; width: 80%;}
.footer_infor h2 img{width: 150px; padding-top: 50px; padding-bottom: 50px;}
.footer_infor ul {padding: 15px 0;}
.footer_infor li {position: relative;display: inline; padding-right: 16px; white-space: nowrap;}
.footer_infor li:after {content: ''; position: absolute; right: 5px; top: 5px; width: 1px; height: 11px; background: #8f8f8f;}
.footer_infor li a{color: #8f8f8f;}
.footer_infor li:last-child{width: 0;height: 0;}
.footer_infor address p {color: #8f8f8f; padding-bottom: 15px;}

/* 트레일러 */
.overlay {background: rgba(0, 0, 0, .92); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10000}
.modal {position: absolute}
.modal_close {
    background: url(../img/close.svg) no-repeat; background-size: 32px 32px; 
    border: 0; color: transparent; 
    display: block; width: 32px; height: 32px; overflow: hidden;
    position: absolute; top: 24px; right: 24px; text-indent: 100%;
}
body.modal_on {overflow: hidden;}

/* 미디어 쿼리*/
@media (max-width: 1290px){
    .container{width: 100%;}
    .header .nav ul li {width: 93px;}
    .header .nav ul li a {font-size: 15px; padding: 17px 10px;}
    .swiper-button-next, .swiper-button-prev{display: none;}
    
}
@media (max-width: 1028px){
    #mnav {display: block;}
    .row {padding: 0 24px;}
    .nav {display: none;}
    .header h1 {float: none; text-align: center;}
    .header h1 strong {left: 24px;}
    .banner_menu .bm_left ul{display: none;}
    .banner_menu .bm_right ul:first-child {display: none;}
    .movie .movie_chart > div > div > div div.infor_btn a {font-size: 16px}
    
      .help article.help_box1 {width: 49%; margin-right: 2%;}
    .help article.help_box2 {width: 49%; margin-right: 0;}
    .help article.help_box3 {width: 100%; margin-top: 2%;}
    .help article {height: auto;}
    .service li {width: 23%; height: auto;}
    .service li:nth-child(1) {border-bottom: 1px solid #d7d7d7;}
    .service li:nth-child(2) {border-bottom: 1px solid #d7d7d7; border-right: 0;}
    .service li a strong {display: block; padding-bottom: 10%;}
    
    .help {padding-bottom: 15px;}
}
@media (max-width: 960px){
    .slider {height: 500px;}
    .slider .swiper-slide h3 {margin-top: 160px; font-size: 37px; line-height: 45px;}
    .slider .swiper-slide h3 em {font-size: 34px;}
    .slider .swiper-slide p {font-size: 16px;}
    .movie .movie_title ul {width: auto;}
    
    .open_box {padding: 50px 0 ;}
    .opening .open_box {display: none;}
    .opening .desc {background: none; font-size: 25px;
    }
    
        .new .new_left {margin-right: 0; height: 400px;}
    .new .new_right {position: relative; top: 0; width: 97%; height: auto;}
    
    .footer_sns {position: static;text-align: center; background: #352c2c; padding-bottom: 15px;}
    .footer_sns .tel {display: none;}
    .footer_infor {width: 100%; text-align: center;}
    .footer_infor h2 img {padding: 25px 0;}

}

@media (max-width: 768px){
    body {background: #d6d4e0;}
    #mnav {right: 6px;}
    .row {padding: 0 16px;}
    .header h1 {text-align: left;}
    .header h1 strong {display: none;}
    #movie {background: none;}
    #movie .row {background: #fff; margin: 24px; padding: 24px;}
    #movie h2.ir_so {position: static; width: auto; height: auto; line-height: normal; text-indent: 0; font-size: 24px; font-weight: bold; padding-bottom: 20px;}
    .movie {padding: 0;}
    .movie .movie_title {margin-bottom: 30px;}
    .movie .movie_title ul {position: relative; padding-bottom: 10px;}
    .movie .movie_title ul::before {content: ""; position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 2px; background: #e1e1e1;}
    .movie .movie_title li {width: auto; border: 0;}
    .movie .movie_title li a {position: relative;font-size: 16px; color: #666; font-weight: 400; padding: 0; margin-right: 15px;}
    .movie .movie_title li.active a::before{content: "";position: absolute;z-index: 2; left: 0;bottom: -10.5px;width: 100%;height: 2px;background: #666;}
    .movie .movie_title li.active a {background: none; color: #666;}
    
    #opening  {margin: 0;}
    
    
    #new .row {padding: 0 24px;}
    .new {padding: 24px; background-color: #fff; margin-top: 24px;}
    .new h2 {font-size: 24px; font-weight: 700; height: 27px; margin-bottom: 20px; padding-bottom: 10px;}
    .new .new_right {padding: 24px;
    width: 92.5%;}
    
    #help .row {padding: 0 24px;}
    .help article.help_box1 {padding: 24px; box-sizing: border-box; width: 100%; background: #fff; margin-right: 0; margin-top: 24px;}
    .help article.help_box2 {padding: 24px; box-sizing: border-box; width: 100%; background: #fff; margin-right: 0; margin-top: 24px;}
    .help article.help_box3 {padding: 24px; width: 100%; background: #fff; margin-top: 0; margin-top: 24px;}
    .help article.help_box1 h3 {font-size: 24px; font-weight: 700; height: 27px; margin-bottom: 20px; padding-bottom: 10px;}
    .help article.help_box2 h3 {font-size: 24px; font-weight: 700; height: 27px; margin-bottom: 20px; padding-bottom: 10px;}
    .help article.help_box3 h3 {display: none;}
    .help article.help_box3 > div {height: auto;}
    
/* 이벤트*/
    #event .row {padding: 0 24px;}
    .event {padding: 18px; background: #fff;overflow: hidden;}
    .event h2 {font-size: 24px; font-weight: 700; height: 27px;  margin-bottom: 20px; padding-bottom: 10px;}
    #event .event_left {width: 100%; margin-right: 0%;}
    .event_right {display: none;}
}
@media (min-width: 600px) {
.movie .movie_chart > div > div > div div.infor_btn a:hover{
    background: #fff; border: solid 0.1px #198591; color: #198591;
}
    .opening {padding: 20px 0;}
    .opening h2 .grand {-webkit-background-size: 300px;
    background-size:300px; background-position: 0 -105px; width: 197px; height: 24px;}
    .opening .date {display: none;}
    .opening .desc {font-size: 16px; font-weight: 4;margin-top: 25px;}
}
@media (max-width: 600px){
    .slider {height: 400px;}
    .slider .swiper-slide h3 {margin-top: 140px; font-size: 24px; line-height: 30px;}
    .slider .swiper-slide h3::after {bottom: -5px;}
    .slider .swiper-slide h3 em {font-size: 20px;}
    .slider .swiper-slide p {font-size: 14px; padding-top: 25px;}
    
    .banner_menu {top: 16px;}
    .banner_menu .bm_right li.white a {font-size: 14px; padding: 3px 5px 5px 5px; color: #fff; background: rgba(0,0,0,0.6); border-color:#fff;}
    .banner_menu .bm_right li.puper a {font-size: 14px; padding: 3px 5px 5px 5px; color: #fff; background: rgba(0,0,0,0.6); border-color:#fff;}
    .swiper-pagination-bullet {width: 13px !important; height: 13px !important;}
    
    #movie .row {padding: 16px; margin: 8px;}
    
    #movie h2.ir_so {font-size: 18px;padding-bottom: 8px;}
    .movie .movie_title li a {font-size: 15px;margin-right: 15px;}
    
    .movie .movie_title li.active a::before {bottom: -8px;}
    .movie .movie_chart > div > div > div div.infor {padding: 5px;}
    .movie .movie_chart > div > div > div div.infor h3 {; text-align: center; margin: 5px 0 10px;}
    .movie .movie_chart > div > div > div div.infor h3 span {display: none;}
    .movie .movie_chart > div > div > div div.infor h3 strong {display: block;font-size: 19px; color: #222; font-weight: 300;}
    .movie .movie_chart > div > div > div div.infor_btn a {width: 52%;margin-left: 24%; display: block; margin-right: 0; padding: 5px 0;color: #777;margin-bottom: 5px;box-sizing: border-box; font-size: 14px;background: none;border:solid #ddd;}
    
    .movie .movie_chart > div > div > div div.infor_btn a:last-child{display: none;}
    
/*    .movie .movie_title li.active a::before{content: "";position: absolute;z-index: 2; left: 0;bottom: -11.5px;width: 100%;height: 2px;background: #666;}*/
    
    #event .row {padding: 0 8px;}
    .event {padding: 16px; background: #fff;overflow: hidden;}
    .event h2 {font-size: 18px;margin-bottom: 8px;}
    
    #event .row {padding: 0 8px;}
    .event {padding: 16px;}
    .event h2 {font-size: 18px; margin-bottom: 10px;}
    
    #opening {margin: 8px 0;}
    .opening {padding: 20px 0;}
    .opening h2 {margin-bottom: 10px;}
    .opening h2 .grand {background-size: 300px; background-position: 0 -105px; width: 197px; height: 24px;}
    .opening .date {display: none}
    .opening .desc {font-size: 16px; font-weight: 400; padding-bottom: 0;}
    
    #new .row {padding: 0 8px;}
    .new {padding: 16px; margin-top: 8px;}
    .new h2 {font-size: 18px; margin-bottom: 0;}
    .new .new_left {height: 300px;}
    .new .new_right {padding: 17px;}
    .new .new_right .title {font-size: 22px;}
    .new .new_right .star {padding: 9px 0;}
    .new .new_right .select .s1 {width: 100%; margin-right: 0; margin-bottom: 2%;}
    .new .new_right .select .s2 {width: 100%;}
}

@media (max-width: 480px){
    .movie .movie_chart > div > div > div div.infor_btn a{
        font-size: 12px; padding: 10px 0;
    }
    .movie .movie_title li a {font-size: 12px;}
}

@media (max-width: 320px){
    .movie .movie_chart > div > div > div div.infor_btn a{
        font-size: 8px; padding: 5px 0;
    }
    .movie .movie_chart > div > div > div div.poster div.mx .m {display: none;}
    .movie .movie_chart > div > div > div div.poster div.mx .b {background: none;}
    
    .movie .movie_chart > div > div > div div.poster div.rank {display: none;}
}