@charset "utf-8";

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: rgba(201,202,202,1);
}
page[size="A4"] {
    
    background: white;
    width: 19cm; /*列印邊界預設10mm*/
    min-height: 27.7cm; /*列印邊界預設10mm*/
    display: block;
    margin: 0 auto;
    margin-top: 0.5cm;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.1cm rgba(0,0,0,0.1);
    border: 1px solid #DCDDDD;
    
	/*列印分頁面*/
    /*page-break-after: always;*/ 
    
	/*Chrome 和 Safari 強制列印背景圖形*/
    -webkit-print-color-adjust: exact;
}

@media print {
body {
    background: rgba(255,255,255,1);
}
body, page[size="A4"] {
    margin: 0 auto;
    box-shadow: 0;
}
.print-none {
    display: none;
    visibility: hidden;
}
#print-owl-object-box .controller .owl-carousel .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#print-owl-object-box .controller .owl-counter-bg {
    opacity: 0;
}
}

.print-hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #EFEFEF;
}
.print-box {
    padding: 16px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.print-main>div {
    margin-bottom: 4px;
}
.print-logo {
    max-width: 200px;
    height: 100%;
}
.print-logo img {
    width: 100%;
    height: 100%;
}



.print-qrcode {
    max-width: 72px;
    height: 100%;
}
.print-qrcode img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.print-user {
    width: 60px;
    height: 72px;
    margin-right: 10px
}
.print-user img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.print-owl-object-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 424px;
    flex: 0 0 424px;
    max-width: 424px;    
    padding: 4px 4px 4px 0px;
}
.print-owl-object-box img {
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#print-owl-object-box .owl-counter-bg {
    top: 16px;
    left: 12px;
}
#print-owl-object-box .owl-pagination::after {
    left: 34px;
    bottom: 214px;
}
#print-owl-object-box .owl-page.active::before {
    left: 12px;
    bottom: 214px;
}
#print-owl-object-box .owl-next {
    right: 2%;
    bottom: 116px;
}
#print-owl-object-box .owl-prev {
    left: 2%;
    bottom: 116px;
}
#print-owl-object-box .owl-pagination {
    bottom: 8px;
}
#print-owl-object-box .controller .owl-carousel .owl-controls img {
    border: 0;
}
.print-object-img-b {
    height: 262px;
}
.print-object-img-s-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
}
.print-object-img-s-box img {
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.print-object-img-s {
    float: left;
    width: 130px;
    height: 90px;
}
.print-object-img-s:nth-child(odd) {
    padding: 4px;
}
.print-object-img-s:nth-child(even) {
    padding: 4px 0px 4px 4px;
}
.print-img {
    padding: 4px;
    height: 220px;
}
.print-img img {
    border: 1px solid #EFEFEF;
    max-width: 100%;
    max-height: 100%;
}
.print-img img {
    border-radius: 0;
}
.print-object-img-box {
    padding: 5px;
}
.print-object-img-box input {
	text-align: center;
}
.print-btn-box {
    margin: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.print-object-img-box:hover .print-btn-box {
    opacity: 1;
}
.print-object-img {    
    position: relative;
    height: 208px;
    background-color: #EFEFEF;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.print-object-img img {
    padding: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
.print-title {
    color: #fff;
    background-color: #e60012;
    padding: 4px 6px;
    border-radius: 4px 4px 0px 0px;
}
.border-b1-r {
    border-bottom: 1px solid #e60012;
}
.print-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.print-content > div {
    padding-right: 8px;
    margin-bottom: 8px;
}
.print-content > div:last-child {
    margin-bottom: 8px;
}
.print-col-md-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.print-col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.print-col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.print-col-md-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.print-col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.print-col-md-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.print-col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.print-col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.print-scrollup {    
    padding: 15px 16px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: #3E3A39;
    opacity: .6;
    border-radius: 4px;
    z-index: 1001;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    will-change: transform;
    transition: transform .3s ease-out;
}
.print-box .form-control {
    display: block;
    width: 100%;
    padding: 6px 10px;
    color: #595757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.print-box .form-control:focus {
    background-color: #F7F8F8;
    border: 1px solid #EFEFEF;
    outline: 0;
    box-shadow: 0 0 0 0px rgba(230,0,18,.25);
}
@media print {
.print-box .form-control::-webkit-input-placeholder {
    color: #9fa0a0;
    opacity: 0;
}
.print-box .form-control::-moz-placeholder {
    color: #9fa0a0;
    opacity: 0;
}
.print-box .form-control:-ms-input-placeholder {
    color: #9fa0a0;
    opacity: 0;
}
.print-box .form-control::-ms-input-placeholder {
    color: #9fa0a0;
    opacity: 0;
}
.print-box .form-control::placeholder {
    color: #9fa0a0;
    opacity: 0;
}
}



/*print2*/
.print-table>div {
    text-align: center;
    padding: 6px 8px;
}
.print-table>div:nth-child(1) {
    width: 42px;
}
.print-table>div:nth-child(2) {
    width: 190px;
}
.print-table>div:nth-child(3) {
    width: 70px;
}
.print-table>div:nth-child(4) {
    width: 70px;
}
.print-table>div:nth-child(5) {
    width: 74px;
}
.print-table>div:nth-child(6) {
    width: 58px;
}
.print-table>div:nth-child(7) {
    width: 96px;
}
.print-table>div:nth-child(8) {
    width: 82px;
}
.print-table {
    width: 100%!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    color: #595757;
    border-bottom: 1px solid #EFEFEF;
}
.print-table:nth-child(odd) {
    background-color: #F5F5F5;
}
.print-table:nth-child(even) {
    background-color: #fff;
}
.print-table:first-child {
    color: #fff;
    background-color: #595757;
}
.print-border-b1-box {
    width: 80px;
    display: inline-block;
    margin-left: 8px;
    border-bottom: 1px solid #595757;
}
.print-logo-s {
    max-width: 120px;
}
.print-logo-s img {
    width: 100%;
    height: 100%;
}
.embed-responsive-map {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    padding: 0;
    overflow: hidden
}
.embed-responsive-map::before {
    display: block;
    content: ""
}
.embed-responsive-map .embed-responsive-item-map, .embed-responsive-map embed, .embed-responsive-map iframe, .embed-responsive-map object, .embed-responsive-map video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

