@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900');

@media screen and (min-width: 641px) {
    .navmobileIO{
        position: absolute;
        right:20px;
        top:40px;
        z-index: 9999;
        width: 50px;
        cursor: pointer;
        display: none;
    }
    .navmobileIO img{
        width: 50px;
        display: none;
    }
    .navmobilebg{
        position: fixed;
        margin: 0px;
        padding: 0px;
        list-style: none;
        top:90px;
        width:250px;
        height: 100vh;
        left:0px;
        background-color: white;
        z-index: 9997;
        box-shadow: 0 0 10px #000000;
        display: none;
        opacity: 0;
    }
    .infopop{
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        z-index: 9999;
        display: none;
    }
    .info_img{
        width:600px;
        height:420px;
        text-align: center;
        position: fixed;
        top:50%;
        left:50%;
        margin-left: -300px;
        margin-top:-240px;
        z-index: 99999;
        cursor: pointer;
    }
    .w_bg{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top:0px;
        left:0px;
        background-color: white;
        opacity: 1;
        z-index: 9999;
    }
    body {
        margin: 0px;
        background-color: #ffffff;
        font-family: 'Noto Sans TC', sans-serif;
         -webkit-text-size-adjust: none;
        
    }
    .wrap{
        width: 100%;
        overflow-x: hidden;
    }
    .loadingEvent {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: white;
        opacity: 0.9;
        z-index: 9999;
    }
    .loadingTEXT {
        font-size: 13px;
        color: rgb(239, 46, 78);
        width: 200px;
        position: fixed;
        top: 50%;
        left: 50%;
        text-align: center;
        margin: -20px 0px 0px -100px;
    }
    .header {
        width: 100vw;
        height: 69px;
        min-width: 640px;
        position: relative;
        background-color: white;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
        border-top: solid 6px #000000;
        z-index: 999;
        display: flex;
        justify-content: space-between;
    }
    .logos {
        /* float: left; */
        position: relative;
        padding: 20px 0px 6px 15px;
        cursor: pointer;
    }
    .logos img {
        width: 81px;
    }
    /* menu */
    .nav {
        /* float: right; */
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .nav-mobile{
        display: none !important;
    }
    .subnav {
        width: 206px;
        height: 127px;
        position: absolute;
        top: 69px;
        left: 173px;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        z-index: 998;
        opacity: 0;
        /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); */
    }
    .subnav li {
        width: 206px;
        height: 50px;
        padding-top: 10px;
        position: relative;
    }

    .subnav_btn:hover .sub_li_bg{
        opacity: 1;
    }
    .sub_li_bg{
        width: 100%;
        height: 50px;
        background-color: white;
        position: absolute;
        top: 0px;
        z-index: -10;
        opacity: 0.7;
    }
    .sub_li_bg_1 {
        width: 100%;
        height: 50px;
        background-color: white;
        position: absolute;
        top: 0px;
        z-index: -10;
        opacity: 0.7;
    }
    .sub_li_bg_2 {
        width: 100%;
        height: 50px;
        background-color: white;
        position: absolute;
        top: 0px;
        z-index: -10;
        opacity: 0.7;
    }
    .btn {
        width: 110px;
        height: 63px;
        padding-top: 23px;
        background-image: url('../_img/nav/line.png');
        background-position: center;
        background-repeat: repeat-y;
        cursor: pointer;
        z-index: 999;
    }
    .btn img {
        width: 78px;
    }
    .subnav img {
        width: 120px;
        z-index: 898;
    }
    .fb_icon, .ig_icon {
        width: 20px !important;
        margin-right: 18px !important;
        padding-top: 19px !important;
        cursor: pointer !important;
        z-index: 999;
    }
    .fb_icon>img, .ig_icon>img {
        width: 20px;
    }
    .content {
        z-index: 990;
    }
    /* banner */
    .banner_dot_Container {
        width: 40vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: center;
        min-width: 640px;
    }
    .banner_dot {
        position: relative;
        display: inline-block;
        width: 2vw;
        height: 2vw;
        background-image: url('../_img/index/dot_.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        list-style: none;
        padding-top: 20px;
        cursor: pointer;
    }
    .dot_selected {
        background-image: url('../_img/index/dot_now.png')!important;
    }
    .bannerMD {
        width: 100vw;
        position: relative;
        overflow: hidden;
        min-width: 640px;
    }
    .bannerContainer {
        width: 200vw;
        /* js控制 TweenMax.to($('.bannerContainer'),1,{x:-1000})*/
        min-width: 2000px;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .bannerContainer li {
        width: 100vw;
        float: left;
        min-width: 640px;
        position: relative;
    }
    .banner {
        width: 100vw;
        min-width: 640px;
        height: auto;
        position: relative;
    }
    .banner img {
        width: 100%;
        float: left;
    }
    /* index_content */
    .index_pic1, .index_pic2, .banner1, .banner2 {
        cursor: pointer;
    }
    .contentContainer {
        padding-top: 20px;
        padding-bottom: 150px;
        width: 100vw;
        
    }
    .contentContainer img {
        width: 80vw;
        margin: 0 auto;
        display: block;
        cursor: pointer;
        max-width: 1024px;
    }
    .product_title {
        width: 40vw !important;
        margin: 20px auto;
        padding-bottom: 4vw;
        display: block;
    }
    .page_title {
        width: 32vw !important;
        margin: 20px auto;
        padding-bottom: 4vw;
        display: block;
    }
    /* footer */
    .footer {
        width: 100vw;
        height: 25vw;
        position: relative;
        min-width: 640px;
    }
    .footerBG {
        width: 100vw;
        height: 25vw;
        background-color: #b4b4b4;
        position: absolute;
        top: 0px;
        z-index: 990;
        opacity: 0.5;
        min-width: 640px;
    }
    .foot_noti {
        width: 74vw;
        font-size: 0.9vw;
        color: #b4b4b4;
        position: relative;
        top: -7vw;
        left: 40px;
    }
    .foot_companyName {
        font-size: 2vw;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
        left: 40px;
        width: 20vw;
    }
    .foot_content1 {
        width: 60vw;
        font-size: 1.2vw;
        color: white;
        z-index: 999;
        position: relative;
        left: 40px;
        padding-left: 15px;
        border-left: solid 0.25vw #ffffff;
    }
    .foot_content2 {
        font-size: 1.2vw;
        color: white;
        z-index: 999;
        position: relative;
        left: 40px;
        width: 40vw;
    }
    .foot_content3 {
        font-size: 2vw;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
    }
    .deco_line {
        width: 0.25vw;
        height: 2.5vw;
        background-color: white;
        position: relative;
        display: inline-block;
        z-index: 999;
        margin: 0px 10px 0px 10px;
        top: 5px;
    }
    .foot_content4 {
        font-size: 2vw;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
    }
    .foot_content5 {
        font-size: 1.2vw;
        color: white;
        z-index: 999;
        position: relative;
        padding-left: 15px;
        border-left: solid 0.25vw #ffffff;
    }
    .footer_right {
        position: absolute;
        right: 12vw;
        top: 3vw;
        line-height: 2vw;
    }
    /* single */
    .sigleContainer {
        width: 100vw;
        clear: both;
        overflow: hidden;
    }
    .pdbanner_banner {
        width: 35vw !important;
        height: 35vw !important;
        float: left;
        margin-left: 15vw;
        overflow: hidden;
        position: relative;
    }
    .pdbanner_Cover {
        width: 70vw !important;
        height: 35vw !important;
        position: relative;
        /* js控制 */
    }
    .pd_single_pic1 {
        width: 35vw!important;
        margin: 0!important;
        position: relative!important;
        float: left;
    }
    .pd_single_pic2 {
        width: 40vw !important;
        float: right;
        padding-right: 12vw;
        padding-top: 12vw;
    }
    .single_dot_Container {
        width: 35vw;
        float: left;
        overflow: hidden;
        list-style: none;
        text-align: center;
        position: absolute;
        margin-top: 35vw;
        margin-left: 14vw;
        padding-top: 18px;
        /* background-color: red; */
    }
    .banner_dot {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 2vw;
        height: 2vw;
        background-image: url('../_img/index/dot_.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        list-style: none;
        padding-top: 20px;
    }
    /* brand */
    .section {
        width: 100vw;
        height: auto;
        overflow: hidden;
        /* background-image: url('../_img/brand/OLENS_01.png');
        background-repeat: no-repeat;
        background-position: center; */
        margin: 0 auto;
        position: relative;
    }
    .section01 img, .section02 img, .section03 img, .section04 img, .section05 img, .section06 img {
        width: 100%;
        position: relative;
        z-index: 0;
    }
    .s3_content, .s4_content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40vw;
        height: auto;
        z-index: 999;
        margin-left: -18vw;
        margin-top: -14vw;
    }
    .s5_content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50vw;
        height: auto;
        z-index: 999;
        margin-left: -24vw;
        margin-top: -19vw;
    }
    /* cursor: pointer; */
    .pd_single_pic1, .pd_single_pic2, .pd_single_pic3 {
        cursor: none !important;
    }
    .shopContainer {
        width: 40vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: center;
        min-width: 640px;
    }
    .locationIcon {
        width: 2vw;
    }
    .locationIcon_in {
        width: 1.3vw;
        margin-top: -4px;
    }
    .pretty-select {
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*改變右邊箭頭樣式*/
        background: url("../_img/shop/arr.png") no-repeat right 2vw center transparent;
        background-size: 1.5vw;
        border: 0px;
        width: 30vw;
        height: 5vw;
        padding-left: 2vw;
        padding-right: 40px;
        background-color: #F6F7F7;
        border: solid 1px lightgray;
        border-radius: 5vw;
        color: gray;
        margin-left: 1vw;
        text-align-last: center;
    }
    select::-ms-value {
        background: none;
        color: #42413D;
    }
    /*IE隱藏箭頭樣式*/
    .pretty-select::-ms-expand {
        display: none;
    }
    .pretty-select:focus {
        box-shadow: 0 0 5px 2px #467BF4;
    }
    .store {
        width: 40vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: left;
        min-width: 240px;
    }
    .storeTitle {
        background-color: #ef2e4e;
        color: white;
        font-size: 1.5vw;
        font-weight: 300;
        height: 4vw;
        padding-top: 1vw;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        position: relative;
        z-index: 99;
    }
    .shop_listContainer {
        overflow-x: hidden;
        overflow-y: scroll;
        height: auto;
        max-height: 200px;
        list-style: none;
        margin: 0;
        padding: 15px;
        padding-top: 6px;
        border: solid 1px lightgray;
        margin-bottom: 50px;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        z-index: 80;
    }
    .shop_listContainer li {
        margin-top: 15px;
        padding-bottom: 12px;
        color: gray;
        font-size: 1.3vw;
        font-weight: 300;
        border-bottom: solid 0.5px gray;
    }
    .lastli {
        border-bottom: none !important;
    }
    .shop_listContainer a {
        text-decoration: none;
    }
    .compaignContainer {
        width: 80vw;
        margin: 0 auto;
        text-align: center;
    }
    .step_title {
        font-size: 1.5vw;
        color: gray;
        font-weight: 300;
        letter-spacing: 2px;
    }
    .style_pink {
        color: #ef2e4e
    }
    .shopContainer_2 {
        width: 80vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: center;
        min-width: 640px;
    }
    .store_2 {
        width: 46vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: left;
        min-width: 240px;
        padding-left: 13px;
        line-height: 1em;
    }
    .store_2_Title {
        background-color: #ef2e4e;
        color: white;
        font-size: 1.5vw;
        font-weight: 300;
        height: 4vw;
        padding-top: 1vw;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        position: relative;
        z-index: 99;
    }
    .shop_2_listContainer {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 200px;
        height: auto;
        list-style: none;
        margin: 0;
        padding: 15px;
        padding-top: 6px;
        border: solid 1px lightgray;
        margin-bottom: 20px;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        z-index: 80;
        line-height: 2vw;
       
    }
    .shop_2_listContainer li {
        margin-top: 15px;
        padding-bottom: 12px;
        color: gray;
        font-size: 1.3vw;
        font-weight: 300;
        /* padding-top: 10px; */
        border-bottom: solid 0.5px gray;
        
    }
    .shop_2_listContainer a {
        text-decoration: none;
    }
    .pretty-select_2 {
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*改變右邊箭頭樣式*/
        background: url("../_img/shop/arr.png") no-repeat right 2vw center transparent;
        background-size: 1.5vw;
        border: 0px;
        width: 18vw;
        height: 5vw;
        padding-left: 2vw;
        padding-right: 40px;
        background-color: #F6F7F7;
        border: solid 1px lightgray;
        border-radius: 5vw;
        color: gray;
        margin-left: 1vw;
        text-align-last: center;
        font-size: 1.1vw;
    }
    select::-ms-value {
        background: none;
        color: #42413D;
    }
    /*IE隱藏箭頭樣式*/
    .pretty-select_2::-ms-expand {
        display: none;
    }
    .pretty-select_2:focus {
        box-shadow: 0 0 5px 2px #467BF4;
    }
    .locationBtn {
        width: 9vw !important;
        height: 5.5vw !important;
        background-color: #f2526d;
        text-align: center;
        font-size: 1vw !important;
        border-radius: 1vw;
        color: white;
        padding-top: 2vw !important;
        float: right;
        box-shadow: 0 0 1px #a80d27;
        margin-top: -4vw !important;
        cursor: pointer;
    }
    .locationBtn:hover {
        width: 9vw;
        height: 5.5vw;
        background-color: #f2526d;
        text-align: center;
        font-size: 1vw;
        border-radius: 1vw;
        color: white;
        padding-top: 2vw;
        float: right;
        box-shadow: 0 0 3px #a80d27;
        margin-top: -4vw;
        cursor: pointer;
    }
    .locationSelect {

        background-color: #f23634 !important;
        font-weight: 700;
        
    }
    .input_pretty {
        border: 0px;
        width: 20vw !important;
        height: 5vw !important;
        padding-left: 2vw;
        padding-right: 40px;
        background-color: #F6F7F7;
        border: solid 1px lightgray;
        border-radius: 5vw;
        color: gray;
        margin-left: 1vw;
        text-align-last: center;
        font-size: 1.1vw;
    }
    .confirmBtn {
        width: 16vw !important;
    }
    .checkboxinfo {
        color: gray;
        font-size: 1.1vw;
        position: relative;
    }
    .checkboxAction {
        position: relative;
        width: 1.2vw;
        top: -1px;
    }
    .comfirmBtn {
        width: 20vw !important;
        height: 5vw !important;
        color: white;
        background-color: #ef2e4e;
        padding-top: 1.2vw !important;
        border-radius: 2.5vw;
        margin: 0 auto;
        font-size: 1.8vw !important;
        cursor: pointer;
    }
    .comfirmBtn:hover {
        width: 20vw;
        height: 5vw;
        color: white;
        background-color: #f2526d;
        padding-top: 1.2vw;
        border-radius: 2.5vw;
        margin: 0 auto;
        font-size: 1.8vw;
        box-shadow: 0 0 3px #a80d27;
        cursor: pointer;
    }
    .step1Container {
        width: 60vw;
        margin: 0 auto;
        position: relative;
    }
    .numContainer {
        display: inline-block;
        width: 20vw;
        position: relative;
    }
    .numContainer img {
        width: 2vw;
        height: 2vw;
        margin: 20px;
        border-radius: 1vw;
        cursor: pointer;
        box-shadow: 0 0 1px #a80d27;
    }
    .numContainer img:hover {
        width: 2vw;
        height: 2vw;
        margin: 20px;
        border-radius: 1vw;
        cursor: pointer;
        box-shadow: 0 0 3px #a80d27;
    }
    .pd_num {
        font-size: 1.5 vw;
        position: relative;
        font-weight: 300;
        top: 2px;
    }
}


@media  (min-width: 641px) and (max-width: 700px) {
    .locationBtn {
        width: 16vw !important;
        height: 6.5vw !important;
        background-color: #f2526d;
        text-align: center;
        font-size: 1vw !important;
        border-radius: 1vw;
        color: white;
        padding-top: 2vw !important;
        float: right;
        box-shadow: 0 0 1px #a80d27;
        margin-top: -5vw !important;
        cursor: pointer;
    }
    .locationBtn:hover {
        width: 16vw;
        height: 6.5vw;
        background-color: #f2526d;
        text-align: center;
        font-size: 1vw;
        border-radius: 1vw;
        color: white;
        padding-top: 2vw;
        float: right;
        box-shadow: 0 0 3px #a80d27;
        margin-top: -5vw;
        cursor: pointer;
    }

.shopContainer_2{
    min-width:500px;
}
.store_2_Title{
    height: 6vw;
}
.comfirmBtn{
    padding-top:0.2vw !important
}
.store {
    width: 55vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    list-style: none;
    text-align: left;
    min-width: 240px;
}
    .footer {
        width: 100vw;
        height: 46vw;
        position: relative;
        min-width: 640px;
    }
    .footerBG {
        width: 100vw;
        height: 46vw;
        background-color: #b4b4b4;
        position: absolute;
        top: 0px;
        z-index: 990;
        opacity: 0.5;
        min-width: 640px;
    }
      .foot_noti {
        width: 74vw;
        font-size: 0.9vw;
        color: #b4b4b4;
        position: relative;
        top: -12vw;
        left: 40px;
    }
    .foot_companyName {
        font-size: 2vw;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
        left: 40px;
        width: 20vw;
    }
    .foot_content1 {
        width: 60vw;
        font-size: 1.2vw;
        color: white;
        z-index: 999;
        position: relative;
        left: 40px;
        padding-left: 15px;
        border-left: solid 0.25vw #ffffff;
    }
    .foot_content2 {
        font-size: 1.2vw;
        color: white;
        z-index: 999;
        position: relative;
        left: 40px;
        width: 50vw;
    }
    .foot_content3 {
        font-size: 2vw;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
    }

    
    .deco_line {
        width: 0.25vw;
        height: 18px;
        background-color: white;
        position: relative;
        display: inline-block;
        z-index: 999;
        margin: 0px 10px 0px 10px;
        top: 5px;
    }
    .foot_content4 {
        font-size: 2vw;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
    }
    .foot_content5 {
        font-size: 1.2vw;
        color: white;
        z-index: 999;
        position: relative;
        padding-left: 15px;
        border-left: solid 0.25vw #ffffff;
    }
    .footer_right {
        position: absolute;
        right: 7vw;
        top: 6vw;
        line-height: 2vw;
    }
    .store_2 {
        width: 57vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: left;
        min-width: 240px;
        padding-left: 13px;
        line-height: 1em;
    }

}


.swiper-full{
    width: 100%;
}

.swiper-full img {
    width: 100%;
}

.swiper-full a {
    display: block;
}

.swiper-full .swiper-pagination{
    width: 100%;
    position: relative;
    margin-top: 10px;

}

.swiper-full .swiper-pagination .swiper-pagination-bullet{
    margin: .8vw;
    background-color: #7c7c7c;
    opacity: 1;
}

.swiper-full .swiper-pagination .swiper-pagination-bullet-active{
    margin: .8vw;
    background-color: #d2b4ae;
}


.fbbtn{
    cursor: pointer;
}

.igbtn{
    cursor: pointer;
}
