<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.fc_orange {
	color: #FF6B00;
}

.playVideoArea {
    position: relative;
}

.playVideoArea .playVideoBtn {
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(30% - 1px);
    cursor: pointer;
}

.playVideoArea .playVideoBtn img {
    width: 52px;
    display: block;
    margin: 4px auto;
}


.pop_box{
	border-radius: 3px;
    margin: 10vh 20px;
    padding: 24px 24px 0px 24px;
    font-size: 1em;
    background-color:black;          
    height: auto
}
.popup-title{
	font-size:1.3em;
	font-weight:bolder;
	margin:0 0 12px 0;
	}
.popup-body{
	font-size:1em;
	line-height:1.5em;
	padding:0 0 15px 0;
    color:white;
	text-align:justify;}
.popup-footer{
	height:auto;
	display: inline-block;
	width: 100%;
}
.btn-confirm{
	color:rgba(255,145,0,1.00);
	background-color:#ffffff;
	float:right;
	width:auto;
	min-width: 74px;
	font-weight:bold;
	line-height: 30px;
	padding: 8px;
}	
.popup-footer-fullwidth{
	margin:0;
	text-align: center;  
	width:100%;
}	
.btn-confirm:first-child{
	margin: 0 -16px 0 0;
}
.btn-confirm:hover{
	color:rgba(255,145,0,1.00);
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.popUpMovie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(27, 27, 27, 0.7);
    z-index: 1005;
    display: none;
}
.popUpMovie .popUpBox {
    background: #1A1A1A;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: calc(100% - 32px);
    height: 515px;
    /* padding: 14px 2% 2%; */
    box-sizing: border-box;
    position: fixed;
    left: 16px;
    top: calc((100vh - 515px)/2);
}

@media screen and (min-width: 1024px) {
	.popUpMovie .popUpBox {
        width: 988px;
        left: calc((100% - 988px)/2);
    }
}



.pop_box .btnBox .btn.outline {
	float: right; /* 點選租借、購買後 POP UP選項按鈕應靠右 */
}


.age18 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(27, 27, 27, 0.7);
    z-index: 1020;
    display: block;
}
.age18 .popUpBox {
    background: #1A1A1A;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 60vw;
    padding: 24px 24px 32px;
    box-sizing: border-box;
    position: fixed;
    left: 20vw;
    top: calc(50% - 240px);
}
.age18 .popUpBox content{
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.age18 .popUpBox .btnBox{
    text-align: center;
}</pre></body></html>