body {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
    height: 45px;
    background-color: #4070c3;
    border: none;
    border-radius: 5px;
    color: #fff;
}

#ann {
    position: relative;
    display:none;
    background: #f6f6f6;
    margin-top: -3rem;
}

#ann .contents {
    margin: 0 0 1em 0;
    padding: 3rem 2rem 0rem 2rem;
}

.btnCloseAnn {
    cursor: pointer;
    font-weight: bold;
    margin: 1rem;
    font-size: 2rem;
}

.btnCloseAnnTop {
    position: absolute;
    right: 0;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.btnCloseAnnBottom {
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.btnCloseAnnBottom button {
    height: 45px;
    width: 35%;
    background-color: #4070c3;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.buttonList button {
    height: 1.5rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 0.5rem;
}

.buttonList {
    height: 1.5rem;
    line-height: 1.5rem;
}

.buttonList {
    height: 1.5rem;
    line-height: 1.5rem;
}

.buttonList1 button {
    width: 100%;
}

.buttonList2 button {
    width: 48%;
}

.buttonList2 a:first-child button{
    margin-right: 2%;
}
.buttonList2 a:last-child button{
    margin-left: 2%;
}

.btnReview {
    background: #4070c3;
}

.btnPreOrder {
    background: #04AA6D;
}

.rgroup #btnReset {
    position: fixed;
    width: 3em;
    height: 2em;
    line-height: 1em;
    font-size: 1em;
    left: 1em;
    bottom: 5em;
}

.rgroup #btnGetNext {
    position: fixed;
    width: 3em;
    height: 2em;
    line-height: 1em;
    font-size: 1em;
    right: 1em;
    bottom: 5em;
}

.group button, .rgroup button {
    height: 2em;
    line-height: 1em;
    font-size: 1em;
}

.top {
    /* height: 50px;
    line-height: 50px; */
    /* font-size: 20px; */
    padding: 1rem;
    background-image: url(../images/logo_bg.png);
    background-size:contain;
    background-repeat:repeat;
    margin:0 0 3rem 0;
    text-align: center;
    height: 4em;
}

.top span {
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
}

.top img {
    width: 200px;
}

.footer {
    clear: both;
    text-align: center;
    background-image: url(../images/logo_bg.png);
    background-size: contain;
    background-repeat: repeat;
    padding: 2rem;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 100;
}

.footer .copyright {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.footer .domain {
    margin-top: 0.5rem;
    font-size: 1.0rem;
}

/* .slider {
    -webkit-appearance: none;
    width: 22px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    cursor: pointer;
}
  
.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
} */
  
input[id="optionR"]::-webkit-slider-thumb {
    background: #ff7316;
}
input[id="optionR"]::-moz-range-thumb {
    background: #ff7316;
}

input[id="optionM"]::-webkit-slider-thumb {
    background: #04AA6D;
}
input[id="optionM"]::-moz-range-thumb {
    background: #04AA6D;
}

input[id="optionT"]::-webkit-slider-thumb {
    background: #4070c3;
}
input[id="optionT"]::-moz-range-thumb {
    background: #4070c3;
}

input[id="optionB"]::-webkit-slider-thumb {
    background: #6d6d6d;
}
input[id="optionB"]::-moz-range-thumb {
    background: #6d6d6d;
}

input[id="optionF"]::-webkit-slider-thumb {
    background: #eaff31;
}
input[id="optionF"]::-moz-range-thumb {
    background: #eaff31;
}


.pageTitle {
    text-align: center;
}

datalist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    writing-mode: vertical-lr;
    /* width: 200px; */
}

option {
    padding: 0;
}

input[type="range"] {
    writing-mode: vertical-lr;
    direction: rtl;
    /* width: 22px; */
    margin: 0;
    /* padding: 11px 0; */
    margin-top: 1em;
}

.optionBox {
    margin: 0 auto;
    width: 50%;
    height: 50%;
    min-width: 310px;
    border: 4px solid #f89e61;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.optionBox1 {
    border: 4px solid #f89e61;
}

.optionBox2 {
    border: 4px solid #61f893;
    margin-top : 1em;
}

.options {
    float: left;
    margin: 0 0%;
    width: 20%;
    text-align: center;
}

.clear {
    clear:left;
}

#searchByKeyword {
    /* display: none; */
}

#searchByRate {
    display: none;
}

#searchKey {
    width:80%;
    height: 38px;
    font-size: 1rem;
}

#btnQuery {
    float:right;
    height: 45px;
    width: 100%;
    background-color:#f89e61;
    border:none;
    border-radius: 5px;
    color:#fff;
    margin-top:20px;
}

#btnSearch {
    float:right;
    height: 45px;
    width: 60%;
    background-color:#f89e61;
    border:none;
    border-radius: 5px;
    color:#fff;
    margin-top:20px;
}

#btnQuerySwitch {
    height: 45px;
    width: 35%;
    background-color:#4070c3;
    border:none;
    border-radius: 5px;
    color:#fff;
    margin-top:20px;
}

#productSearched {
    display: inline-block;
    margin: 2em 5%;
    width: 90%;
}

#productSearched dd, #productThumb {
    float:left;
    width: 21%;
    height: 385px;
    min-width: 250px;
    margin-top: 25px;
    margin-bottom: 3rem;
    text-align: center;
}

/* .thum {
    position: relative;
    width: 24vw;
    height: 24vw;
}

.thum img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50, 50);
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
} */

#productSearched dd img, #productThumb img {
    width: 24%;
    min-width: 250px;
    min-height: 250px;
}

#productSearched .noResult {
    height: 200px;
    line-height: 200px;
    /* width: 100%; */
    text-align: center;
}

#productSearched .subs select {
    width: -webkit-fill-available;
    font-size: 1rem;
}

#productSearched .subs select option:checked{
    background-color: #eaff31;
}

#productSearched .subj, #productThumb .subj {
    height: 2.6em;
    overflow: hidden;
    text-align: left;
}

#productSearched .price, #productThumb .price {
    text-align: right;
}

#productThumb {
    position: fixed;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: top left;
    top: 0;
    display: none;
    margin-top: 0;
}

#productThumb .textA .select, #productThumb .textA .price, #productThumb .textA .subs {
    display:none;
}

.darkmode {
    background-color:#000;
    color:#858585;
}

.darkmode #productSearched dd img {
    /* opacity: 0.7; */
    opacity: 1;
}

.darkmode #productSearched {
    color:#858585;
}

label {
    font-size:1.2em;
}

.requestProduct {
    float: left;
    width: 35% !important;
    text-align: center;
}

.requestProduct dd {
    width: auto !important;
    margin: 0 auto;
    padding: 10%;
}

.requestInfo {
    /* display: inline-grid; */
    float: left;
    margin: 2em 5%;
    width: 35%;
    height: auto;
    min-width: 310px;
    border: 4px solid #f89e61;
    padding: 20px;
    border-radius: 12px;
}

.requestInfo .subs {
    margin: 1.5rem 0rem;
}

.requestInfo .subs select {
    width: 13rem;;
    max-width: 13rem;;
    margin-left: 1rem;
    font-size: 1rem;
}

.requestInfo .subs input {
    margin-left: 1rem;
    font-size: 1rem;
}

#pickupnow {
    margin-left: 0;
}

.requestInfo .subs textarea {
    width: 94%;
    height: 4rem;
    font-size: 1rem;
}

.subsTitle {
    clear:both;
}

.pickupTime {
    cursor: pointer;
}

.requestInfo .pickupTime {
    float: left;
    width: 4.5rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #686868;
    margin: 0.5rem;
    /* background-color: #fff; */
    padding: 0.2rem;
    margin: 0.2rem;
    border-radius: 0.3rem;
    border: 1px solid #000;
    text-align: center;
}

.requestInfo .pickupTime:last-child {
    width: 10rem;
}

.pickupTimeSelected {
    background-color:#f89e61;
    color: #fff !important;
    border: 1px solid #f89e61 !important;
}

.explain {
    font-size: 0.9rem;
    color:#686868;
    margin-top: 0.8rem;
    background-color: #f6f6f6;
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 0.3rem;
}

.requestProduct .explain {
    background-color: inherit;
    padding: 0;
    margin: 0;
}

.requestInfo .explain {
    display:none;
}

.explainShow {
    display:block !important;
}

.likeIt {
    cursor: pointer;
}

.requestInfo .likeIt {
    float: left;
    width: 4.5rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #686868;
    margin: 0.5rem;
    /* background-color: #fff; */
    padding: 0.2rem;
    margin: 0.2rem;
    border-radius: 0.3rem;
    border: 1px solid #000;
    text-align: center;
}

.likeItSelected {
    background-color:#f89e61;
    color: #fff !important;
    border: 1px solid #f89e61 !important;
}

.requestInfo  .optionBoxReview {
    width: 50%;
    min-width: 262px;
    border: 2px solid #61f893;
    display: block;
    height: 167px;
}

.requestInfo  .optionBoxReview label {
    font-size:1.0em;
}


@media screen and (max-width: 1279px)
{

}

@media screen and (max-width: 767px)
{
    .top span {
        font-size: 2rem;
    }

    #productSearched dd {
        float:none;
        /* width: 80%; */
        margin: 0 auto;
        height: 420px;
        min-width: 250px;
        margin-top: 25px;
        margin-bottom: 3rem;
        text-align: center;
    }

    /* .thum {
        position: relative;
        width: 70vw;
        height: 70vw;
    } */

    .requestProduct {
        float: none;
        margin: 0 auto !important;
        width: 100% !important;
    }
    

    .requestInfo {
        float: none;
        margin: 0 auto;
        width: 70% !important;
        margin-bottom: 5rem;
    }
}