/*ul {*/
/*    list-style-type: none;*/
/*}*/

/*li {*/
/*    display: inline-block;*/
/*}*/



/*label {*/
/*    border: 1px solid #fff;*/
/*    padding: 10px;*/
/*    display: flex;*/
/*    justify-content:center;*/
/*    position: relative;*/
/*    margin: 10px;*/
/*    cursor: pointer;*/
/*}*/

/*label.list_label:before {*/
/*    background-color: white;*/
/*    color: white;*/
/*    content: " ";*/

/*    border-radius: 50%;*/
/*    border: 1px solid grey;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left:55px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    text-align: center;*/
/*    line-height: 28px;*/
/*    transition-duration: 0.4s;*/
/*    transform: scale(0);*/
/*}*/



/*:checked + label#list {*/
/*    border-color: #ddd;*/
/*}*/

/*:checked + label.list_label:before {*/
/*    !*display:none;*!*/

/*    content: "✓";*/
/*    background-color: grey;*/
/*    !*transform: scale(1);*!*/
/*}*/

/*:checked + label#list img {*/
/*    !*display:none;*!*/

/*    transform: scale(0.9);*/
/*    !*灰階*!*/
/*    -webkit-filter:grayscale(1);*/
/*    !* box-shadow: 0 0 5px #333; *!*/
/*    z-index: -1;*/
/*}*/

#TM_ALERT_MESSAGE {
    position: fixed;
    top: 10%;
    left: 46%;
    /* width: 30em; */
    /* height: 18em; */
    /* margin-top: -9em; */
    margin-left: -15em;
    /* border: 1px solid #ccc; */
    /* background-color: #f3f3f3; */
    z-index: 9999;
    opacity: .9;
    width: 50%;
    min-height: 3rem;

}
@media (max-width: 768px){
    #TM_ALERT_MESSAGE {
        position: fixed;
        top: 30%;

        /* width: 30em; */
        /* height: 18em; */
        /* margin-top: -9em; */

        /* border: 1px solid #ccc; */
        /* background-color: #f3f3f3; */
        z-index: 9999;
        opacity: .9;
        width: 90%;
        min-height: 3rem;

    }
}



/* .img-fluid
{
    width: 100%;
    height:100%;
} */
.preview_img
{
    min-width: 200px;
    min-height:200px;
    max-width: 200px;
    max-height:200px;

    
}
.excel_data
{
    width:100%;
    height:50%;
}
.export_form
{
    width:100%;
    height:300px;
}
.bg-open
{
    /* background-color:#7bd5d3; */
    background:rgba(255,255,255,0.0);
}
input.bg-open[disabled]
{
    /* background-color:#7bd5d3; */
    background:rgba(255,255,255,0.0);
}
textarea.bg-open[disabled]
{
    /* background-color:#7bd5d3; */
    background:rgba(255,255,255,0.0);
}
select.bg-open[disabled]
{
    /* background-color:#7bd5d3; */
    background:rgba(255,255,255,0.0);
}

select.bg-open_white[disabled]
{
    /* background-color:#7bd5d3; */
    background:rgba(255,255,255,0.2);
}
input.bg-open_white[disabled]
{
    /* background-color:#7bd5d3; */
    background:rgba(255,255,255,0.2);
}
.pb-6
{
    padding-bottom:80px;
}
.pb-7
{
    padding-bottom:160px;
}
.pb-8
{
    padding-bottom:240px;
}
body {
	background: url(../../../img/background.jpg) no-repeat 20% 0% fixed;
    /* min-width: 100%; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    /* object-fit: cover; */
	margin: 0px;
	padding: 0px;
    z-index: 1;
}
.bg-open
{
    background:rgba(255,255,255,0.0);
}
.logo
{
    max-width: 6%;
    max-height:6%;
}
.logo-text
{
    margin-left:11%;
    font-family:PMingLiU;
    color:white;
}
.show_region
{
    width: 100%;
    height:100%;
}
.show_section
{
    width: 100%;
    height:100%;
}


.show_box {
    width: 530px;
    height: 450px;
    /* margin-top:50%; */
  }
  /* .show_box {
    width: 100%;
    height: 100%;
    
  } */
.show_img
{
    background-size:contain;
    background-repeat: round;
    display: block;
    object-fit: contain;
    /* object-position: 100% 0%; */
    object-position: right center;
    
    max-width: 100%;
    max-height:100%;
    height: 100%;
    width: 100%;
    
}
.arrow
{
    max-width: 150%;
    max-height:150%;
}

.center
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-purple
{
    background-color: #AE00AE;
}

.bg-pink
{
    background-color: #fadce9;
}





/* 電腦 */
@media(min-width: 400px)
{
    .mytab_content
    {
        height: 93%;

    }
    #shareLeft
    {
        height: 93%;
    }
    .slide_box
    {
         /*width: 100%;*/
        position: absolute;
        bottom: 0px;
        left:0px;

        flex-wrap: nowrap;

        height:35%;
    }
    .choose_img
    {
        width: 75%;
        height:75%;
        /*max-height:35%;*/

    }
    .choose_care_img
    {
        width: 80% !important;
        height:80% !important;
    }

    .logo
    {
        width: 20%;
        height:20%;
    }

    .chat
    {
        max-height:40%;
    }
}

/* 手機 */
@media(max-width: 400px)
{
    .mytab_content
    {
        height: 88%;

    }
    #shareLeft
    {
        height: 88%;
    }
    .slide_box
    {

        position: absolute;
        bottom: 0px;
        left:0px;


        flex-wrap: nowrap;

        height:40%;
    }
    .choose_img
    {
        width: 60%;
        height:60%;
        max-height:40%;

    }
    .choose_care_img
    {
        width: 75% !important;
        height:75% !important;
    }

    .logo
    {
        width: 20%;
        height:20%;
    }

    .chat
    {
        max-height:40%;
    }
}
