.MOVIEDETAIL iframe {
    width: 100%;
    display: block;
}
.MOVIEDETAIL .BOX01 .text {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 60px;
}
.MOVIEDETAIL .container{
    /*padding-top:0px;*/
}
.MOVIEDETAIL .BOX01 .thumnail {
    height: 250px;
}
.MOVIEDETAIL .caption {
    /*background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px 20px 20px;
    padding: 10px;*/
}
.MOVIEDETAIL .title3 {
    background-color: #fd866a;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px;
}
.MOVIEDETAIL .point {
    float: left;
    left: -26px;
    margin-bottom: 10px;
    width: 160px;
}
.MOVIEDETAIL .pdf a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px;
    position: absolute;
    right: 4px;
    top: 5px;
}
.MOVIEDETAIL .pdf > div {
    background-color: #888;
    border: 1px solid #ccc;
    border-radius: 20px;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    color: #fff
}
.MOVIEDETAIL .contents {
    clear: both;
    background-color:#ffffff;
}
.MOVIEDETAIL .favorite-save .favorite-off {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 20px;
    text-align: center;
    display: block;
	color: #dddddd;
}
.MOVIEDETAIL .favorite-save .favorite-on {
    background-color: #eb5e0b;
    border-radius: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 20px;
    text-align: center;
    display: block;
    color: #fff;
}
.MOVIEDETAIL .text-inner {
    /*display: none;*/
    width: 80%;
}
.MOVIEDETAIL .like-btn {
    top: 10px;
    height: 44px;
    position: absolute;
    right: 10px;
}
.MOVIEDETAIL .like-btn div {
    background-color: #505050;
    border-radius: 6px;
    font-size: 60%;
    padding: 5px 10px 0;
    text-align: center;
}
.MOVIEDETAIL .like-btn img {
    /*margin-bottom: 4px;*/
    width: 29px;
    margin: 0 auto;
}
.MOVIEDETAIL .BOX01 .text .shadow {
   background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

    color: #fff;
    font-size: 20px;
    padding: 10px 10px 30px;
    line-height: 1.3em;
}

.MOVIEDETAIL .calender-select .button {
    display: table-cell;
    vertical-align: middle;
}
.MOVIEDETAIL button.btn-s {
    background-color: #87d9d6;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    width: 80px;
}
.MOVIEDETAIL input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 67%;
}
.MOVIEDETAIL .button {
    display: inline-block;
    margin: 2px 0 0 10px;
}
.MOVIEDETAIL button.btn-s {
    background-color: #87d9d6;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    width: 48px;
}
.MOVIEDETAIL .caption .title2 {
    float: left;
}
.MOVIEDETAIL .contents .container {
    padding: 20px 10px;
}
.BOX02.ranking .container {
    padding-top: 20px;
}

.MOVIEDETAIL .dispno {
    background-color: rgba(20, 20, 20, 0.8);
    display: table;
    height: 300px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.dispno > div {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}



@media (min-width: 768px){
    .MOVIEDETAIL .BOX01 .thumnail {
        height: 400px;
    }
    .MOVIEDETAIL .caption {
        overflow: hidden;
    }
    .MOVIEDETAIL .caption .title2 {
        width: 100%;
    }

    .MOVIEDETAIL .dispno {
        height: 450px;
    }
}


.MOVIEDETAIL .test-save .test-off {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 20px;
    text-align: center;
    display: block;
	color: #dddddd;
}
.MOVIEDETAIL .test-save .test-on {
    background-color: #eb5e0b;
    border-radius: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 20px;
    text-align: center;
    display: block;
    color: #fff;
}

.MOVIEDETAIL .test-save .test-on {
    background-color: #008000;
}

