@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ceviche+One&display=swap');
@media (max-width: 408px){
    html{font-size: 11px;}
    .Content{margin-left: 37% !important;}
    .ProductSituation{width: 14rem !important;}
}
@media (min-width: 409px) and (max-width: 576px) {
    html{font-size: 14px;}
    .Content{margin-left: 40% !important;}
    .ProductSituation{width: 16rem !important;}
}
@media (min-width: 577px) and (max-width: 864px) {
    html{font-size: 16px;}
}
@media (min-width: 865px) {
    html{font-size: 24px;}
    #LoadImage{right: 10px !important; transform: scale(1.0) !important;}
}

body,
html {
    font-family: 'Noto Sans TC', sans-serif;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    max-height: 1024px;
}
* {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #fff;
}
h1 {
    font-size: 2.8rem;
    color: #FFF;
    font-weight: 900;
}
h2 {
    display: flex;
    color: #20396F;
    font-size: 1.4rem;
    font-weight: 700;
}

/************* HTML Content *******************/
/*************** Product Title ****************/
.ProductTitle, .ProductContent{
    position: relative;
}
.ProductBG{
    width: 100%;
    height: 25rem;
    background-color: #000;
    clip-path: polygon(0 85%, 100% 0, 100% 100%, 0% 100%);
}
.CompanyLogo{
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    content: url(../InfoPage/images/Logo.png);
    width: 1.25rem;
    height: auto;
}
.ProductPhoto{
    position: absolute;
    width: 70%;
    height: auto;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.PartNumber{
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.TitleLine{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #006dbb;
}
/*************** Product Content ****************/
.VideoActive{
    position: absolute;
    top: -8rem;
}
.VideoDisabled{
    position: absolute;
}
.VideoContent{
    position: relative;
    cursor: pointer;
    clip-path: circle(50% at 50% 50%);
    background-color: #006dbb;
    width: 10rem;
    height: 10rem;
    margin-left: 2%;
}
.VideoPhoto{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: circle(50% at 50% 50%);
    width: 9.2rem;
    height: 9.2rem;
}
.VideoPlayButton{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../InfoPage/images/Button_Play.png);
    width: 3rem;
    height: 3rem;
}
.ButtonContainer{
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
    margin-top: 1rem;
}
.ButtonList a{
    position: relative;
    margin-bottom: 1rem;
}
.ButtonList a img{
    width: 3rem;
}
.CaseButton{
    /* position: absolute; */
    display: inline-block;
    color: #006dbb;
    font-weight: 700;
    border: none;
    outline: none;
    white-space: nowrap;
    text-decoration: underline 2px;
    transform: translate(15%, -85%);
}
.ProductContent{
    margin-top: 5%;
    padding-bottom: 3rem;
}
.Content{
    position: relative;
    margin-left: 30%;
    margin-right: 5%;
}
.ProductName{
    font-size: 1.5rem;
    font-weight: 700;
    color: #1B1B1D;
}
.ProductList li{
    list-style-type: circle;
    padding-top: 1rem;
    margin-left: 1rem;
    text-align: left;
    text-indent : -1rem;
}
.ProductSituation{
    width: -webkit-fill-available;
    height: auto;
    margin-top: 2rem;
    margin-left: 1rem;
}
.ARButton{
    position: absolute;
    top: 0;
    width: 100%;
    height: 25rem;
}
.Cur_Point{
    cursor: pointer;
}
/*************** Modal-window Setting ****************/
.btn-2 {
    position: relative;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    outline: none;
    border: none;
    /* background-image: url(../InfoPage/images/Button_AR.png); */
    /* background-color: #000; */
    background-size: cover;
    width: 100%;
    height: 25rem;
}
.pop_desk_device{
    text-align: center;
    margin: 0 13%;
    font-size: 3vmin;
}
.modal-window{
    position: fixed;
    background-color: rgba(1, 1, 1, 0.15);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: x-large;
}
.modal-window:target {
    opacity: 1;
    pointer-events: auto;
}
.modal-window>div {
    width: 80%;
    position: relative;
    margin: 1% 10%;
    padding: 1rem;
    background: #fff;
    text-align: center;
}
.modal-close {
    width: 40px;
    height: 40px;
    display: block;
    position: relative !important;
    top: 25px;
    margin: 0 45%;
}
.modal-close::before {
    background-color: #006DBB;
    content: '';
    position: absolute;
    height: 3px;
    left: 13px;
    width: 26px;
    -webkit-transform: rotate(45deg);
}
.modal-close::after {
    background-color: #006DBB;
    content: '';
    position: absolute;
    height: 3px;
    left: 13px;
    width: 26px;
    -webkit-transform: rotate(135deg);
    z-index: 2;
}
.QrcodeImage{
    height : 40vw;
    width : 40vw;
    margin: 0 24%;
}
/*************** Key Frame ****************/
#LoadImage{
    position: absolute;
    top: 0;
    left: -10px;
    transform: scale(0.66);
    width: 110px;
    height: 25px;
    animation: LoadImage 3s ease-out;
    opacity: 0;
    background-repeat: no-repeat;
}

@keyframes LoadImage {
    0%{
        opacity: 1;
    }
    20%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.PageFunctionShare{
    background-color: white;
    border: none;
    outline: none;
    margin-left: 1.5rem;
    height: 6vmin;
    width: 30vmin;
}

.PageFunctionEntry{
    background-color: #006EBA;
    border: none;
    outline: none;
    margin-left: 1.5rem;
    height: 6vmin;
    width: 30vmin;
    font-size: 3vmin;
}
.PageFunctionEntry:hover{
  background-color:  #C40B0B;
}