/* 登入後的搜尋框 */
.container.search-bar-frame.login {
    width: 530px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    background-color: white;
    position: relative;
}
/* 登入前的搜尋框 */
.search-bar-frame {
    width: 500px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

.content {
    position: relative;
    left: 0%;
    transition: all .6s;
}

.free-try-frame {
    margin: 0 auto;
    text-align: center;
    font-family: '微軟正黑體';
    font-size: 16px;
    margin-top: -20px;
}

.free-try-link:hover {
    text-decoration: none;
}

.free-try-word {
    display: inline-block;
    color: black;
    width: 85px;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
    border-radius: 20px;
    margin-left: 5px;
}

.big-picture,
.small-picture {
    border-radius: 5px;
}

.month-picture-table,
.design-table {
    margin: 0 auto;
    text-align: center;
    table-layout: fixed;
}

.design-table-word {
    font-family: '微軟正黑體';
    font-size: 16px;
    float: left;
    margin: 0px 0 0 30px;
}

.phone-photo-select-content-frame,
.phone-template-select-content-frame,
.phone-illustration-select-content-frame,
.phone-vector-select-content-frame,
.phone-VR-select-content-frame,
.phone-video-select-content-frame,
.phone-3D-select-content-frame {
    display: none;
    text-align: center;
    width: 93%;
}

.phone-photo-select-content-img-left-frame,
.phone-photo-select-content-img-right-frame,
.phone-template-select-content-img-left-frame,
.phone-template-select-content-img-right-frame {
    padding: 0px 4px 0px 4px;
}

.phone-photo-select-content-img-big,
.phone-template-select-content-img-big {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.phone-photo-select-content-img-small,
.phone-template-select-content-img-small {
    width: 100%;
    height: 48.5%;
    border-radius: 5px;
}

.phone-content-img-space {
    height: 3%;
}

.phone-illustration-select-content-img-frame,
.phone-video-select-content-img-frame,
.phone-3D-select-content-img-frame {
    padding: 4px 0px 4px 8px;
}

.phone-illustration-select-content-img,
.phone-video-select-content-img,
.phone-3D-select-content-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    right: 4px;
}

.phone-vector-select-content-img-left-frame,
.phone-vector-select-content-img-right-frame,
.phone-VR-select-content-img-left-frame,
.phone-VR-select-content-img-right-frame {
    padding: 0px 4px 0px 4px;
}

.phone-vector-select-content-img-small,
.phone-VR-select-content-img-small {
    width: 100%;
    height: 48.5%;
    border-radius: 5px;
}

.phone-vector-select-content-img-big,
.phone-VR-select-content-img-big {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.feature-frame {
    font-family: '微軟正黑體';
    text-align: center;
    margin-top: 6.25rem;
}

.feature-img {
    height: 10.5rem;
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
}

.feature-frame .row div .feature-img img {
    width: 250px;
}

.creative-resource-frame a {
    padding-left: 7px;
    padding-right: 7px;
}

.keyword-frame a {
    color: #000;
}

.event-bar {
    font-family: '微軟正黑體';
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(214, 125, 120);
    margin-top: 0px;
}

.introduction-title-word {
    margin-top: 25px;
}

.introduction-content {
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 0 20px;
}

.we-are-everywhere {
    font-family: '微軟正黑體';
    font-weight: bold;
    width: auto;
    text-align: center;
    margin: 70px auto;
    margin-bottom: 35px;
}

.partner-img-desktop,
.partner-img-mobile {
    width: 100%;
    height: auto;
}

.partner-img-desktop {
    display: none;
}

.index-photo-by-photo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
}

.index-photo-by-photo>input {
    width: 0px;
}

.index-photo-by-photo>label>i {
    position: absolute;
    right: 132px;
    bottom: 8px;
    font-size: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.search-bar {
    right: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .introduction-frame-row2 {
        margin-top: 40px;
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .free-try-frame {
        margin-top: 10px;
    }
    .search-bar-frame,
    .month-picture-table,
    .design-table {
        display: none;
    }
    .phone-photo-select-title-frame,
    .phone-photo-select-content-frame,
    .phone-template-select-content-frame,
    .phone-illustration-select-content-frame,
    .phone-vector-select-content-frame,
    .phone-VR-select-content-frame,
    .phone-video-select-content-frame,
    .phone-3D-select-content-frame {
        display: block;
    }
}

@media (min-width: 0px) and (max-width: 399px) {
    .introduction-picture {
        width: 148px;
        height: 111px;
    }
    .table-phone {
        display: table-row;
    }
    .table-phone-col {
        display: table-cell;
    }
}

@media (min-width: 400px) and (max-width: 499px) {
    .introduction-picture {
        width: 160px;
        height: 120px;
    }
}

@media (min-width: 500px) {
    .introduction-picture {
        width: 200px;
        height: 150px;
    }
}

@media (min-width: 576px) {
    .search-bar-frame {
        bottom: 110px;
    }
    .month-picture-table,
    .design-table {
        width: 486px;
    }
    .free-try-frame {
        margin-top: -20px;
    }
    .big-picture {
        width: 314px;
        height: 190px;
    }
    .small-picture {
        width: 153px;
        height: 89px;
    }
    .introduction-frame,
    .keyword-frame {
        width: 480px;
    }
    .introduction-picture {
        width: 200px;
        height: 150px;
    }
    .table-phone {
        display: none;
    }
    .table-phone-col {
        display: none;
    }
}

@media (min-width: 768px) {
    .search-bar-frame {
        bottom: 120px;
    }
    .month-picture-table,
    .design-table {
        width: 648px;
    }
    .big-picture {
        width: 419px;
        height: 250px;
    }
    .small-picture {
        width: 206px;
        height: 119px;
    }
    .introduction-frame,
    .keyword-frame {
        width: 640px;
    }
    .introduction-picture {
        width: 131px;
        height: 98px;
    }
}

@media (min-width: 992px) {
    .search-bar-frame {
        bottom: 128px;
    }
    .month-picture-table,
    .design-table {
        width: 864px;
    }
    .big-picture {
        width: 564px;
        height: 333px;
    }
    .small-picture {
        width: 277px;
        height: 160px;
    }
    .introduction-frame,
    .keyword-frame {
        width: 870px;
    }
    .introduction-picture {
        width: 176px;
        height: 132px;
    }
    .partner-img-desktop {
        display: block;
    }
    .partner-img-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .search-bar-frame {
        bottom: 128px;
    }
    .month-picture-table,
    .design-table {
        width: 1026px;
    }
    .big-picture {
        width: 670px;
        height: 395px;
    }
    .small-picture {
        width: 330px;
        height: 190px;
    }
    .introduction-frame,
    .keyword-frame {
        width: 1025px;
    }
    .introduction-picture {
        width: 200px;
        height: 150px;
    }
}

/* cookie的model */

#myModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px;
    width: 80%;

}
.cookie-body-btn {
    padding: 0.5rem 2rem 1rem 2rem;
}

.cookie-btn {
    width: 50%;
    border-radius: 0.5rem;
    border: 0;
    padding: 0.35rem;
    margin: 0.35rem;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .7);
    transition: all .3s;
}

.cookie-btn:hover {
    background-color: rgba(151, 44, 44, 0.9); /* 深色背景 */
    cursor: pointer; /* 變更滑鼠指針為手型 */
    transition: all .3s;

}