﻿@charset "utf-8";
@import "inside.css";
@import "inside2.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    /*outline: 0;*/
    vertical-align: baseline;



}

a {
    text-decoration: none;
    cursor: pointer;
}

ol,
ul {
    list-style: none;
    height: auto;
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/*div.fb-share-button.fb_iframe_widget iframe{ width: 100px; height: 30px; padding: 2px; display: block;}
*/

.fb_iframe_widget {
    position: relative;
}

.fb_iframe_widget a {
    width: 100px;
    height: 30px;
    content: "";
    position: absolute;
    z-index: 0;
}

.fb_iframe_widget button:focus {
    width: 100px;
    height: 30px;
    padding: 2px;
    outline: auto;
    background: #b1cefe;
}

a.accesskey {
    color: #333;
    font-size: 0;
}

a:focus.accesskey {
    font-size: 1em;
}

/* remember to define focus styles! */
:focus {
    /*outline: 0;*/
    /*border: 1px solid #6aa3f0;*/
}

button:focus,
a:focus,
.indexMap_item>a:focus,
.indexMap_item p a:focus,
.member_bu2 li .input300 input:focus,
.member_bu2 li .input300 textarea:focus {
    /*outline: -webkit-focus-ring-color auto 5px;*/
    background: #b1cefe;
    color: #000;
    border: 2px solid #6aa3f0;
    outline: auto;
    padding: 2px;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: none;
}

html,
body {
    font-family: PingFang TC, "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 0.9rem;
    height: 100%;
    color: #595757;
}

body {
    background: #fff url(../../img/white/bg_03.jpg) 0 0 repeat;
    /*color:#fff;*/
    height: 100%;
}
.v_pc{
    display: block;
}
.v_mob{
    display: none;
}


.navPart:after {
    content: "";
    width: 100%;
    height: 50px;
    background: url(../../img/white/menu_09.png) 0 4px repeat-x;
    display: block;
}

.header1000 {
    width: 960px;
    margin: 0 auto;
}

.headTop {
    clear: both;
    overflow: hidden;
    height: 90px;
}

.headDown {
    width: 100%;
    position: relative;
}


.loginb {
    width: 64px;
    height: 18px;
    background: #666;
    float: right;
    line-height: 18px;
    margin: 11px 5px 0 0;
    padding-left: 8px;
    display: none;
}

.logo {
    float: left;
    display: block;
}

.logo img {
    clear: both;
    width: 427px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

a.login {
    float: left;
    color: #e8e8e8;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    font-size: 1em;
}

a.login:hover {
    color: #fff;
}

a.logout {
    display: block;
    margin-left: -12px;
    text-align: center;
    color: #e8e8e8;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    font-size: 1em;
}

a.logout:hover {
    color: #fff;
}

.loginline_03 {
    float: left;
    margin: 0 2px;
    margin-top: 2px;
}

.positionRight {
    display: inherit;
    text-align: right;
}

.topmenu {
    clear: both;
    float: right;
    margin-top: 38px;
    margin-right: 5px;
    *width: 249px;
}

.topmenu li {
    display: inline-block;
}

.topmenu a {
    color: #666;
    text-decoration: none;
    float: left;
    display: block;
}

.topmenu a:hover {
    color: #000;
    text-decoration: none;
}

.top_line {
    float: left;
    padding: 2px 3px;
    padding: 0 3px;
}

.site1 {
    float: right;
    height: auto;
    padding-left: 8px;
    /* [disabled]padding-bottom: 10px; */
}

.main_menu {
    /*background: url(../../img/white/menu_09.png) 0 4px repeat-x;*/
    width: 100%;
    font-weight: 600;
}

.main_menu>li {
    float: left;
/*    background: url(../../img/white/menu_line.jpg)0 0 no-repeat;*/
    position: relative;
}

.main_menu > li > a {
    color: #333;
    display: block;
    height: 30px;
    line-height: 40px;
    padding: 0 10px;
}

    .main_menu > li a h2 {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .main_menu > li:hover > a {
        border-bottom: #ae3b37 1px solid;
        height: 31px;
    }

.main_menu>li.active {
    border-bottom: #ae3b37 1px solid;

}

.main_menu > li .cook_menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #c8c8c8;
}

.main_menu>li:hover .cook_menu {
    display: block;
}

.main_menu>li .cook_menu div a {
    color: #000;
    text-align: center;
    padding: 10px 0;
    display: block;
}

.main_menu>li .cook_menu div+div {
    border-top: 1px solid #c8c8c8;
}

.main_menu>li .cook_menu div a:hover {
    background: #fff;
}


.site2 {
    display: none;
    width: 98%;
}



a.store {
    background: url(../../img/white/menu_15.jpg) 0 0 no-repeat;
    width: 96px;
    height: 41px;
    display: block;
    float: left;
}

a.store:hover {
    border-bottom: #ae3b37 2px solid;
}

a.store#active {
    border-bottom: #ae3b37 2px solid;
}

a.news {
    background: url(../../img/white/menu_16.jpg) 0 0 no-repeat;
    width: 96px;
    height: 41px;
    display: block;
    float: left;
}

a.news:hover {
    border-bottom: #ae3b37 2px solid;
}

a.news#active {
    border-bottom: #ae3b37 2px solid;
}

a.media {
    background: url(../../img/white/menu_17.jpg) 0 0 no-repeat;
    width: 97px;
    height: 41px;
    display: block;
    float: left;
}

a.media:hover {
    border-bottom: #ae3b37 2px solid;
}

a.media#active {
    border-bottom: #ae3b37 2px solid;
}

a.activity {
    background: url(../../img/white/menu_18.jpg) 0 0 no-repeat;
    width: 95px;
    height: 41px;
    display: block;
    float: left;
}

a.activity:hover {
    border-bottom: #ae3b37 2px solid;
}

a.activity#active {
    border-bottom: #ae3b37 2px solid;
}

a.wine {
    background: url(../../img/white/menu_19.jpg) 0 0 no-repeat;
    width: 97px;
    height: 41px;
    display: block;
    float: left;
}

a.wine:hover {
    border-bottom: #ae3b37 2px solid;
}

a.wine #active {
    border-bottom: #ae3b37 2px solid;
}

a.video {
    background: url(../../img/white/menu_20.jpg) 0 0 no-repeat;
    width: 99px;
    height: 41px;
    display: block;
    float: left;
}

a.video:hover {
    border-bottom: #ae3b37 2px solid;
}

a.video#active {
    border-bottom: #ae3b37 2px solid;
}

a.member {
    background: url(../../img/white/menu_21.jpg) 0 0 no-repeat;
    width: 91px;
    height: 41px;
    display: none;
    float: left;
}

a.member:hover {
    border-bottom: #ae3b37 2px solid;
}

a.member#active {
    border-bottom: #ae3b37 2px solid;
}

a.cook {
    background: url(../../img/white/menu_19.jpg) 0 0 no-repeat;
    width: 91px;
    height: 41px;
    float: left;
}

a.cook .cook_menu {
    display: none;
}

a.cook:hover {
    border-bottom: #ae3b37 2px solid;
}

a.cook#active {
    border-bottom: #ae3b37 2px solid;
}


.dropdown.dropdown-horizontal li a.dir .a1 {
    background: url(../../img/white/menu_19.jpg) 0 0 no-repeat;
    width: 97px;
    height: 41px;
    display: block;
    float: left;
    cursor: pointer;
}


.dropdown.dropdown-horizontal li a.dir:hover .a1 {
    border-bottom: #ae3b37 2px solid;
}

.dropdown.dropdown-horizontal li:hover a.dir .a1 {
    border-bottom: #ae3b37 2px solid;
}

.dropdown.dropdown-horizontal li a.dir#active .a1 {
    border-bottom: #ae3b37 2px solid;
}

.dropdown.dropdown-horizontal li .dir .a1 div {
    border-bottom: #ae3b37 2px solid;
}


#menu {
    display: none;
}






.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.bannerbg2 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

.leftico_02 {
    float: left;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 0;
}

.leftico_04 {
    float: left;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-left: -11px;
    top: 25%;
    right: 0;
}

.leftico_02 img,
.leftico_04 img {
    width: 100%;
}

/*.banner1{ float:left;position: absolute; left:2%;top:0;  z-index:1;border:#eee 1px solid;}
*/


.bannerbg {
    width: 100%;
    min-height: 146px;
    position: relative;
    margin-top: -18px;
}

.bannerbg2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.index_07 {
    float: left;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    margin-top: -3px;
}

.index_10 {
    float: left;
    cursor: pointer;
    display: block;
    margin-top: 18px;
}

.index_10top {
    float: right;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    margin-top: -3px
}

.index_14 {
    margin: 0 3px;
}

a.index_14 {
    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;

}

a.index_14:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.index_13 {
    margin: 0 3px;
    display: inline-block;
}

a.index_13 {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
}

a.index_13:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

/*.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000;
}


.b_center {
    width: 100%;
	height: 12vh;
   display: flex;
   font-size: 0;
   align-items: center;
   justify-content: center;
   background: url(../../img/Warning_L.png) no-repeat center;
   background-size: 100%;

    
}
*/
/*
.bottom_73{ margin:15px 0;}*/
.pro {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
}

.winelist {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mgb_copyright {
    margin-bottom: 100px;
}

.winelist2 {
    width: 100%;
    overflow: hidden;
    /*text-align: center;*/
    margin: 0 auto;
}

.winelist3 {
    width: 100%;
    overflow: hidden;
}


.pro2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    /*height: 93px;*/
}

.pro2_bo {
    width: 870px;
    margin: 0 35px;
    float: left;
    overflow: hidden;
}

.winelist1_2 {
    float: left;
    width: 100%;
    overflow: hidden;
}

.winelist1_2 a {
    display: inline-block;
}

.winelist2_2 {
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    /*height:93px;*/
    text-align: center;
}

.winelist2_2 li {
    display: inline;
}

/*最新消息*/

.b1 {
    width: 47.5%;
    border: #c7c7c7 1px solid;
    float: left;
    margin: 0 1%;
    position: relative;
}

.b1 dt {
    float: left;
    height: 34px;
    width: 100%;
    background: #fff;
}

.b1 dd {
    float: left;
    background: #f3f3f3;
    width: 100%;
    /* height: 183px; */
    overflow: hidden;

}

.newbo {
    display: table;
    width: 100%;
    height: 183px;
}

.newbo1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.b1 dd ul {
    display: table;
    width: 100%;
    text-align: center;
}

.b1 dd li {
    height: 27.2px;
    line-height: 27.2px;
    padding: 0 2.5%;
}

.b1 dd li.dddada {
    background: #dddada;
}

.b1 dd li a {
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    clear: both;
    overflow: hidden;
    display: block;
}

.b1 dd li a span {
    -webkit-text-size-adjust: none;
    color: #b42e2e;
    float: left;
    width: 27%;
    text-align: center;
    font-size: 1em;
    overflow: hidden;
}

.b1 dd li a span:hover {
    color: #000;
}

.b1 dd li a p {
    color: #626262;
    float: left;
    width: 73%;
    overflow: hidden;
    text-align: left;
}

.b1 dd li a p:hover {
    color: #b42e2e;
}

.min-new {
    width: 1000px;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
}

.Switch {
    position: absolute;
    right: 5px;
    margin: 5px 0;
}

.Switch a {
    background: url(../../img/white/index_28.png) 0 0 no-repeat;
    width: 24px;
    height: 22px;
    float: left;
    display: block;
    cursor: pointer;
    font-size: 0;
}

.Switch a:hover {
    background: url(../../img/white/index_28.png) 0 -22px no-repeat;
}

.Switch a.active {
    background: url(../../img/white/index_28.png) 0 -22px no-repeat;
    width: 24px;
    height: 22px;
    float: left;
    display: block;
}

.b2 {
    width: 50%;
    float: left;
    /*height: 185px;*/
}

.b100 {
    clear: both;
    width: 100%;

    margin-bottom: 20px;
}

.index_08 {
    width: 30px;
    float: left;
    cursor: pointer;
    margin-top: 18px;
}

/*.b3{width:85%;float:left; overflow:hidden; height:155px;}
.b3_bo{margin:0 15px;float:left; overflow:hidden; }

.b3 img{  margin:0 4px;opacity:0.90; 
 filter:alpha(opacity=90);
-moz-opacity: 0.9; }
.b3 img:hover{opacity:1; 
 filter:alpha(opacity=100);
-moz-opacity: 1; }*/
.index_11 {
    float: left;
    cursor: pointer;
    margin-top: 10px;
}

.index_42 {
    float: left;
    margin-top: -30px;
}

.b4 {
    width: 48.5%;
    float: left;
    height: 185px;
}

.footer2 {
    width: 100%;
    background: url(../../img/footer_41.png) 0 0 repeat-x;
    height: 34px;
    padding-top: 27px;
    margin: -23px auto;
    padding-bottom: 10px;
}

.copyright a {
    color: #000;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

.peo {
    color: #fff;
    background: url(../../img/bottom_67.jpg) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    margin: 0 0.5px;
}

.number {
    display: inline-block;
}

.b5 {
    display: table-cell;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.index_09 {
    background: url(../../img/white/index_54.png) 0 0 no-repeat;
    width: 24px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: block;
    margin-top: 35px;
    font-size: 0;
}

.index_12 {
    background: url(../../img/white/index_56.png) 0 0 no-repeat;
    width: 24px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
    margin-top: 35px;
    font-size: 0;
}


.bottom_65 {
    float: right;
    margin-right: 10px;
    width: 61px;
    height: 15px;
}

.b4_b {
    height: 155px;
    overflow: hidden;
    /*background:#FFF; border:#ababab 1px solid;*/
}

.b4_b iframe {
    width: 100%;
    height: auto;
    border: none;
}

.index_03 {
    height: 17px;
    margin-left: 47px;
    position: relative;
}

.index_19 {
    height: 16px;
    float: left;
    margin-left: 14px;
    margin-top: 10px;
}

.index_21 {
    height: 16px;
    float: left;
    margin-left: 14px;
    margin-top: 10px;
}

.index_23 {
    height: 16px;
    float: left;
    margin-left: 14px;
    margin-top: 10px;
}

.index_39 {
    height: 16px;
    float: left;
    margin-bottom: 10px;
    margin-left: 25px;
}

.index_42 {
    height: 23px;
    float: left;
    top: -27px;
}

.link {
    clear: both;
    float: left;
    margin: 0 0 15px 25px;
    height: 17px;
}

.indexMap {
    background-color: #e2e2e2;
    margin-top: 30px;
    padding: 15px 0px;
}

.indexMap .indexMapCon {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.indexMap_item {
    width: 16.6%;
    font-size: 1.25em;
}

.indexMap_item>a {
    color: #fff;
    background: #666;
    border-left: 1px solid #e2e2e2;
    display: block;
    text-align: center;
    padding: 5px 0;
}

.indexMap_item p {
    text-align: center;
    padding: 5px 0px;
    font-size: 0.93em;
}

.indexMap_item p a {
    color: #666;
    display: block;
}



.indexMap table {
    max-width: 1000px;
    margin: 0 auto;
}

.indexMap table th {
    background-color: #666;
    font-size: 1em;
    padding: 5px 0px;
    border-left: 1px solid #fff;
}

.indexMap table th {
    background-color: #666;
    font-size: 1em;
    padding: 5px 0px;
    border-left: 1px solid #fff;
}

.indexMap table th:first-child {
    border: none;
}

.indexMap table td {
    font-size: 0.9em;
    padding: 5px 0px;
    text-align: center;
}

.indexMap table a {
    display: block;
    color: #fff;
}

.indexMap table td a {
    color: #666;
    font-weight: bold;
    padding: 5px 0;
}

.copyright {
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
    background: #fff;
    list-style: none;
    text-align: left;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 20px 0;
    font-size: 100%;
    line-height: 24px;
    color: #000;
}

.copyright .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_botom_left {
    margin: 0 20px;
}

.footer_botom_right {
    margin: 0 20px;
}

.footer_botom {
    width: 27%;
    margin-right: 3%;
}

.headerSearch {
    position: absolute;
    right: 0px;
    top: 10px;
}

.searArea {
    display: flex;
}

.searArea input[type="submit"]{
    width: 20px;
    height: 20px;
    background: url(../../img/iconSearch.png) no-repeat;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.headerSearch td {
    color: #666;
}

.headerSearch_mobile {
    display: none;
}

.headerSearch_mobileCont {
    display: none;
    background-color: #e2e2e2;
    min-width: 270px;
    position: absolute;
    right: 0px;
    color: #666;
    padding: 10px;
}

.searchInfo {
    min-height: 570px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #4d504e;
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    font-weight: bold;
    font-size: 1.125em;
}

/*.searchNone{
	text-align: center;
}
.searchNone p{

}*/
.searchCont ul {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 10px;
}

.searchCont li {
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
}

.searchCont li:nth-child(even) {
    background-color: #ddd;
}

.searchCont li a {
    padding: 10px;
    color: #4d504e;
    display: block
}

.searchCont li a:hover {
    background-color: #666;
    color: #fff;
}



/*----20181109_iris---*/
.wrap_con {
    width: 950px;
    margin: -40px auto 0;
}

/*配合圖片寬度*/
.content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.item_activity {
    width: calc(48% - 10px);
    height: 0;
    padding-bottom: 26.95%;
    overflow: hidden;
    float: left;
    margin: 0 2% 20px 0;
    border: 5px solid #cecece;
    position: relative;
}

.item_activity a {
    display: block;
}

.item_activity:hover {
    border: 5px solid #bbb;
}

.item_activity img {
    width: 100%;
}

.activity_info {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.7);
}

.activity_info p {
    padding: 3px 10px;
}

.w100p {
    width: 100%;
}

.imgCenter {
    text-align: center;
}

.txt_link_size {
    line-height: 1.4em;
}

.txt_white {
    color: #fff;
}

.txt_golden {
    color: #dcc792;
}

.txtCenter {
    text-align: center;
}

.float_l {
    float: left;
}

.w90p {
    width: 90%;
}

.w80p {
    width: 80%;
}

.w60p {
    width: 60%;
}

.w40p {
    width: 40%;
}

.w30p {
    width: 30%;
}

.w20p {
    width: 20%;
}

.mgt0 {
    margin-top: 0;
}

.mgl10 {
    margin-left: 10px;
}

.mgl25 {
    margin-left: 25px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb30 {
    margin-bottom: 30px;
}

.txtBig {
    font-size: 1.1rem;
}

.border {
    border: 1px solid #000;
}

button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.subTitle {
    height: 17px;
    margin: 0 0 10px 25px;
}

.subTitle img {
    height: 100%;
}

.clear_over {
    clear: both;
    overflow: hidden;
}

.section {
    width: 100%;
    margin: 15px auto;
    display: inline-block;
    /*border-top: 1px solid #000; border-bottom: 1px solid #000;*/
}

.wrap_factory {
    /*clear: both; overflow: hidden;*/
    position: relative;
}

#factory {
    /*float: left;*/
    position: relative;
    margin-left: 30px;
}

button#factory_Left,
button#factory_Right {
    /*float: left;*/
    width: 30px;
    position: absolute;
    z-index: 5;
}

button#factory_Left {
    left: 0;
    top: 0;
}

button#factory_Right {
    left: 417px;
    top: 0;
}

#banner li {
    list-style: none;
}

.banner1 {
    width: 95%;
    margin: 0 auto;
}

.banner1 a {
    display: block;
}

.banner1 img {
    width: 100%;
}

.web_banner {
    position: relative;
    width: 1118px;
    height: 238px;
    margin: 0 auto;
    background: url(../../img/white/storebanner_03.png) no-repeat;
    display: block;
}

.bannerbg3 {
    display: block;
}

.store2 {
    box-shadow: 1px 1px 10px 1px #999;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}


#product {
    display: block;
}

#product1 {
    display: none;
}

#factory {
    display: block;
}

#factory1 {
    display: none;
}

#link {
    display: block;
}

#link1 {
    display: none;
}

.infor_map2 {
    display: none;
}

.b3ul {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.b3ul li {
    float: left;
    width: 115px;
    margin: 0 5px 10px;
}

.b3ul li img {
    width: 100%;
}

.b3ul li a {
    display: inline-block;
}


/*跳到主要內容區*/
.for_accessibility a {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    color: #000;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;

}

.for_accessibility a:active,
.for_accessibility a:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;

}

.imgFull {
    width: 100%;
    height: 220px;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
    display: flex;
    align-items: center;
}

.imgFull img {
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.pro_list_con {
    width: 95%;
    margin: 0 auto;
}

.store_c {
    width: 27%;
    height: auto;
    display: table;
    float: left;
}

.store_c img {
    width: 100%;
}

.width588 {
    float: left;
    width: 70%;
    margin-left: 3%;
}

.width588 ul {
    width: 100%;
}

.editor .saleShop ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.editor .saleShop ul li {
    float: none;
    list-style: none;
    border-bottom: 1px solid #000;
}

.saleShop {
    margin: 0 auto;
}

.saleShop>ul>li {
    width: 100%;
    display: table;
}

.saleShop>ul>li .list_L {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.saleShop>ul>li .list_R {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #000;
    margin-right: -4px;
}

.editor .saleShop ul li li {
    margin-bottom: -1px;
    display: inline-flex;
}

.saleShop ul li li span:nth-child(1) {
    width: 30%;
}

.saleShop ul li li span:nth-child(2) {
    width: 46%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: -5px;
}

.saleShop ul li li span:nth-child(3) {
    width: 20%;
}

.saleShop ul li li span {
    padding: 5px;
    box-sizing: border-box;
}

/*noscript 排版*/
ul.winelist3 {
    clear: both;
    overflow: hidden;
}

ul.winelist3 li {
    float: left;
}

/*ul.b3ul li{ float:left; }*/


/*影音專區*/
.videoCon {
    width: 100%;
    margin: 0 auto;
}

.videoCon>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-flow: row-reverse wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-flow: row wrap;
}

.videoBox a {
    display: block;
}

.videoCon li {
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

.videoItem {
    border: 1px solid #bbb;
}

.btn_video,
.video_txtArea,
.video_txtInfo,
.btn_close {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.btn_video,
.btn_close {
    text-align: center;
    color: #000;
    padding: 10px 0;
    font-size: 1.1rem;
    /*height: 30px;*/
    line-height: 30px;
    cursor: pointer;
}
.btn_video:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    content: "";
    color: #000;
    background: url(../../img/iconVideo.svg) no-repeat center;
    background-size: contain;
}

/*.btn_video a {
    display: block;
    color: #000;
    padding: 10px 0;
    font-size: 1.1rem;
    height: 30px;
    line-height: 30px;
}*/

/*.btn_video a:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    content: "";
    color: #000;
    background: url(../../img/iconVideo.svg) no-repeat center;
    background-size: contain;
}*/

.btn_close a {
    display: block;
    padding: 10px 0;
    font-size: 0;
    height: 20px;
    line-height: 20px;
}

.btn_close a:after {
    width: 20px;
    height: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    content: "";
    color: #000;
    background: url(../../img/btnClose.svg);
    background-size: contain;
}

.video_txtArea {
    /*display: none;*/
}

.video_txtInfo {
    padding: 10px;
}

.updateTime {
    width: 100%;
    padding: 5px;
    margin-top: -3px;
    box-sizing: border-box;
    text-align: right;
    background: #000;
    color: #fff;
}

.videoBox iframe {
    border: 0;
    background: #000;
}



/*@media screen and (max-width: 1200px) {

    .b_center {
        background: url(../../img/Warning_M.png) no-repeat center;
        background-size: 100%;
    }
}*/






@media screen and (max-width: 1136px) {
    .web_banner {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: none;
        text-align: center;
    }

    .wrap_con {
        width: 950px;
        margin: 0 auto;
    }

    /*配合圖片寬度*/
    .store2 {
        margin: 0 auto;
        border: none;
    }
}

@media screen and (max-width: 1100px) {
    .sub_menu>li {
        width: 100%;
    }

    .headerSearch {
        display: none;
    }

    .headerSearch_mobile {
        display: block;
        position: absolute;
        right: 10px;
        top: 80px;
        z-index: 999;
    }

    .headerSearch_mobileCont {
        top: 112px;
        right: 0px;
        z-index: 999;
    }
}

@media screen and (max-width:1018px) {
    .content {
        width: 95%;
        margin: 0 auto;
    }

    .wrap {
        width: 100%;
    }

    .indexMap .indexMapCon {
        width: 100%;
    }

    .min-new {
        width: 100%;
    }

    .bannerbg3 {
        display: none;
    }

    .store_b {
        width: 100%;
        margin: 0;
    }

    .store2 {
        width: 100%;
        position: relative;
        left: 0;
        top: -7px;
        box-shadow: 1px 1px 10px 1px #999;
        border-top: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
    }

    .width884 {
        width: 100%;
    }

    .width947 {
        width: 100%;
        margin-top: 0px;
    }



    .widthnew {
        width: 95%;
    }

    /*.winelist {width: 100%;margin: 0 auto; position: absolute; left: 0; overflow: hidden;}*/

    .b1_w2 {
        width: 80%;
    }


    .wrap_con {
        width: 100%;
        margin: 0 auto;
    }

    .b3_bo {
        margin: 0 5px;
        float: left;
        overflow: hidden;
    }

}

@media screen and (max-width: 1000px) {
    .wrap {
        width: 95%;
    }

    /*.bannerbg2{ background:none;opacity:0; }
*/
    /*.banner1{width:95%;box-shadow: 1px 1px 10px 1px #999;border:#ccc 1px solid; }*/
    .sub_menu div {
        width: 100%;
    }

    .header1000 {
        width: 100%;
    }

    .min-new {
        width: 100%;
    }

    .indexMap .indexMapCon {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }




    /*酒廠巡禮*/
    .wrap_factory {
        display: none;
    }

    #factory {
        display: none;
    }

    #factory1 {
        display: block;
    }

    .subTitle {
        height: 17px;
        margin: 0 0 10px;
    }

    .b2 {
        width: 100%;
        float: none;
        height: auto;
    }

    .b4 {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 20px;
    }

    .b4_b {
        height: auto;
    }

    .link {
        margin: 15px 0 0 5px;
    }

    .b3ul li {
        float: left;
        width: 16.2%;
        margin: 0 0.23% 10px;
    }

    .b3ul li img {
        width: 100%;
    }

    /*產品類別*/
    #product {
        display: none;
    }

    #product1 {
        display: block;
    }

    .index_07,
    .index_10top {
        display: none;
    }

    /*友站連結*/
    #link {
        display: none;
    }

    #link1 {
        display: block;
    }

    .index_09,
    .index_12 {
        display: none;
    }

    .winelist3 li {
        width: 25%;
        margin: 0 0 10px;
        display: inline-block;
    }

    .winelist3 li img {
        width: 100%;
    }
   

}

@media screen and (max-width: 995px) {
    .v_pc{
        display: none;
    }
    .v_mob{
        display: block;
    }
    
    .pro2_bo {
        width: 75%;
        margin: 0 8%;
    }

    .b3_bo {
        width: 75%;
    }

    /*.winelist{ width:90%; margin:0 auto; overflow:hidden; position: absolute; left: 5%;}*/
    .sub_menu {
        background: url(~Front/img/white/menu_09.png) 0 4px repeat-x;
    }

    .min-new {
        margin-left: 0px;
    }

    .b1 dd li {
        height: 37px;
        line-height: 37px;
    }

    .b1 dd li a span {
        width: 70px;
        text-align: left;
        line-height: 18px;
    }

    .b1 dd li a p {
        float: left;
        width: 100%;
        line-height: 19px;
    }

    .winelist1_2 {
        width: 92.5%;
    }

    .winelist2_2 {
        width: 85%;
    }
}



@media screen and (max-width:946px) {
    .b1_w2 {
        width: 95%;
    }

    .min-new_w {
        width: 100%;
    }





}

@media screen and (max-width: 903px) {

    /*.winelist{ width:90%;}
*/
    .winelist2 {
        width: 88%;
    }

    /*.banner1{left:2.5%;}*/
    .pro_list {
        width: 100%;
        margin: 0 auto;
    }

    .pro_list3 {
        float: left;
        margin-bottom: 32px;
        display: block;
        overflow: hidden;
        width: 48%;
    }

    .media_img {
        height: 275px;
        display: flex;
    }

    /*影音專區*/
    .videoCon li {
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }

}



@media screen and (max-width: 894px) {

    /*.pro_list{ width:602px; margin:0 auto;}*/
    .pro_list_con {
        width: 90%;
        margin: 0 auto;
    }
}



@media screen and (max-width: 854px) {
    .pro_list_con {
        width: 100%;
    }

    .store_c {
        width: 70%;
        float: none;
        margin-left: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }


    .width588 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin: 0 auto;
    }

}


@media screen and (max-width: 849px) {
    .width849 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .width78 {
        margin-left: 1%;
        width: 77%;
    }

    .width19 {
        margin-left: 0.5%;
    }

}
/*@media screen and (max-width: 800px) {
    .b_center {
        background: url(../../img/Warning_S.png) no-repeat center;
        background-size: 100%;
    }

}*/
@media screen and (max-width: 795px) {

    /*.index_10top{ display:none;}*/
    .index_03 {
        margin-top: 10px;
        margin-left: 5px;
    }

    .logo_02 {
        padding-bottom: 10px;
    }

    ul.sub_menu {
        display: none;
        width: 0%;
    }

    .site2 {
        display: block;
        width: 90%;
        overflow: hidden;
        color: #333;
        margin: 5px auto;
    }

    .site2 label {
        font-size: 0.875rem;
    }

    /*mobile選單*/
    #menu {
        display: block;
        width: 100%;
        margin: 0 auto;
    }


    .headDown {
        display: none;
    }



    #menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 2px;
    }

    #menu>ul>li {
        padding: 0px;
        float: left;
        position: relative;
        z-index: 1010;
    }

    #menu>ul>li>a {
        padding: 0px 10px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 40px;
        font-size: 0.8em;
        font-weight: bold;
        text-decoration: none;
        display: block;
        position: relative;
        z-index: 1009;
    }

    #menu>ul>li:hover>a {
        color: rgb(255, 255, 255);
    }

    #menu>ul>li>div {
        background: #000;
        display: none;
        position: absolute;
        z-index: 1008;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    #menu>ul>li:hover>div.custom_block {
        display: table;
    }

    #menu>ul>li:hover>div.custom_block ul {
        display: table-cell;
    }

    #menu>ul>li:hover>div {
        display: table;
    }

    #menu>ul>li>div>ul {
        display: table-cell;
    }

    #menu>ul>li.categories_hor>div {
        background: #000;
        padding: 10px 10px 0px;
        border-top-color: rgb(212, 92, 147);
        border-top-width: 2px;
        border-top-style: solid;
        display: none;
        position: absolute;
        z-index: 1008;
        min-width: 895px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    #menu>ul>li:hover>div {
        display: block;
    }

    #menu>ul>li.categories_hor>div>.column {
        margin: 0px 15px 15px 0px;
        width: 160px;
        display: inline-block;
        position: relative;
    }

    #menu>ul>li>div>ul {
        width: 160px;
        position: relative;
    }

    #menu>ul>li.categories_hor>div>.column+.column {}

    #menu>ul>li>div>ul li+li {}

    #menu>ul>li.categories_hor>div>.column>a {
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 5px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    #menu>ul>li.categories_hor>div>.column a {
        padding: 4px 0px;
        display: block;
    }

    #menu>ul>li>div>ul li a {
        padding: 4px 0px;
        display: block;
    }

    #menu>ul>li>div>ul li a {
        font-size: 0.8em;
    }

    #menu>ul>li.categories_hor>div>.column:hover>a {}

    #menu>ul>li.categories_hor>div>.column>div {
        display: block;
    }

    #menu>ul>li.categories_hor>div>.column:hover div {
        display: table;
    }

    #menu>ul>li.categories_hor>div>.column>div ul {
        padding: 0px;
        display: table;
    }

    #menu>ul>li.categories_hor>div>.column>div ul li+li {}

    #menu>ul>li ul+ul {
        padding-left: 20px;
    }

    #menu>ul>li ul>li>a {
        padding: 4px;
        text-decoration: none;
        display: block;
        min-width: 150px;
    }

    #menu>ul>li div>ul>li>a {
        background: #dedede;
        color: #000;
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    }

    #menu>ul>li div>ul>li>a:hover {
        background: #c4c4c4;
        color: #000;
    }

    #menu>ul>li.categories>div {
        display: none;
        position: absolute;
        z-index: 1008;
        min-width: 160px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    #menu>ul>li:hover>div {
        display: block;
    }

    #menu>ul>li.categories>div>.column {
        position: relative;
    }

    #menu>ul>li>div>ul {
        position: relative;
    }

    #menu>ul>li.categories>div>.column+.column {}

    #menu>ul>li>div>ul li+li {
        border-top: #ccc 1px solid;
    }

    #menu>ul>li.categories>div>.column a {
        padding: 0.9em 2em;
        font-size: 0.8em;
        display: block;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    #menu>ul>li>div>ul li a {
        padding: 7px 0px;
        font-size: 0.8em;
        display: block;
    }

    #menu>ul>li.categories>div>.column:hover>a {
        color: rgb(212, 92, 147);
    }

    #menu>ul>li.categories>div>.column>div {
        padding: 5px 10px;
        left: 150px;
        top: 0px;
        display: none;
        position: absolute;
        z-index: 1010;
    }

    #menu>ul>li.categories>div>.column:hover div {
        display: table;
    }

    #menu>ul>li.categories>div>.column:hover>div ul {
        display: table-cell;
    }

    #menu>ul>li.categories>div>.column:hover>div ul li+li {}

    .m-menu {
        display: block;
    }

    #menu {
        padding: 0px;
        height: auto;
        text-align: center;
    }

    #menu ul {
        padding: 0px;
    }

    #menu>span button {
        font-family: "Arial Black", Gadget, sans-serif;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        border: 1px solid #ccc;
        color: #666;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        box-shadow: inset 0 1px 1px #fff, 0 0 1px #fff inset;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(230, 230, 230, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e0e0e0', GradientType=0);
        /* IE6-8 */
        margin: 0px;
        height: 45px;
        text-align: center;
        color: #333;
        text-transform: uppercase;
        line-height: 45px;
        font-size: 1em;
        display: inline-block;
        cursor: pointer;
        width: 100%;
        border-bottom: #999 1px solid;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    #menu>ul>li {
        padding: 0px;
        float: none;
        display: none;
    }

    #menu>ul>li.categories {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #menu>ul>li.categories>a {
        display: none;
    }

    #menu>ul>li.categories>div>.column:hover div ul li a {
        border-bottom: #bebebe 1px solid;
    }

    #menu>ul>li.categories>div>.column>a {
        background: #ededed;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #f6f6f6));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f6f6f6', GradientType=0);
        /* IE6-8 */
        color: #333 !important;
        border-bottom: #ccc 1px solid;
    }

    #menu>ul>li.categories>div {
        display: block;
        position: relative;
    }

    #menu>ul>li.categories>div>.column>div {
        left: auto;
        display: none;
        position: relative;
    }

    #menu>ul>li.categories>div>.column:hover div {
        display: block;
    }

    #menu>ul>li.categories>div>.column:hover>div ul {
        display: block;
    }

    #menu>ul>li.categories>div>.column>div ul li+li {}

    #menu>ul {
        margin-top: 1px;
        text-align: left;
        display: none;
        position: relative;
        z-index: 9;
    }

    #menu>ul>li>div {
        display: block;
        position: absolute;
        z-index: 1008;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    #menu>ul>li.categories>div>.column>a {
        font-weight: normal;
    }

    #menu>ul>li.categories>div>.column>div {
        padding: 0px;
        border: currentColor;
        display: none;
        box-shadow: none;
    }

    #menu>ul>li.categories>div>.column:hover div {
        display: none;
    }

    span.more {

        background: url("../../img/mplus.png") no-repeat left -50px;
        top: 0px;
        width: 100%;
        height: 30px;
        text-align: center;
        right: 0px;
        color: rgb(194, 194, 194);
        line-height: 30px;
        font-size: 1.25em;
        font-weight: bold;
        display: block;
        position: absolute;
        cursor: pointer;
    }

    span.plus.more {
        background-position: 0px -80px;
    }


    /*END mobile選單*/


    .Attractions {
        background: #fff;
        border: #ccc 1px solid;
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .Attractions option {
        text-align: center;
    }

    .site1 {
        display: none;
    }

    .goto {
        color: #fff;
        text-align: center;
    }

    /*.index_07{ display:none;}*/


    /*.winelist{ width:100%; }*/
    .winelist2 {
        width: 100%;
    }

    .winelist2_2 {
        width: 100%;
    }

    .index_14 img {
        width: 148.5px;
    }

    a.index_14 {
        width: 145px;
        margin: 1.8px 0.9px;
    }

    .headTop {
        height: auto;
    }

    .header:after {
        display: none;
    }



}


.fbBtn {
    width: 50px;
}

.fbBtn a {
    display: block;
}

.fbBtn a img {
    width: 100%;
}



@media screen and (max-width: 723px) {
    .width588 {
        width: 100%;
    }

    .width588_3_bo {
        width: 100%;
    }
}

@media screen and (max-width: 705px) {
    .con1 iframe {
        width: 80%;
    }

    .con1_img {
        width: 80%;
    }

    .con2_img {
        width: 80%;
    }

    .con1 img {
        width: 80%;
    }

    .con3 img {
        width: 85%;
    }

    .b1_w a div h2 {
        width: 54%;
    }

    .b1_w a .line_date {
        width: 40%;
    }
}











/*@media screen and (max-width: 10000px) {
#menu{display:none;}
.banner1{left: 28px;}
.site2{display:none;width:98%;}
.logo img{ clear:both; width:427px; margin:0 auto;overflow: hidden; display:block;}
}*/


@media screen and (max-width: 785px) {
    .sub_menu {
        /* [disabled]background: url(../../img/white/menu_09.png) 0 14px repeat-x; */
    }

    /*.winelist {width: 90%;}*/
    .sub_menu div {
        padding-top: 10px
    }

    .header1000 {
        background-color: #fff;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .logo img {
        clear: both;
        width: 427px;
        margin: 0 auto;
        overflow: hidden;
        display: block;
    }

    .site1 {
        width: 100%;
    }

    .loginb {
        display: none;
        float: none
    }

    .topmenu {
        float: none;
        clear: none;
        display: inline-block;
        margin-top: 13px;
        margin-left: 15px;
    }

    .topright_block {
        text-align: center;
    }

    .leftico_02 {
        top: 17%;
    }

    .leftico_04 {
        top: 17%;
    }


    .site1 {
        padding-bottom: 10px;
    }

    .headerSearch_mobile {
        right: 10px;
        top: 75px;
    }

    .headerSearch_mobileCont {
        top: 142px;
        right: 0px;
    }

    .searchCont {
        margin: 0px 10px;
    }

    .indexMap {
        padding: 10px;
    }



}





@media screen and (max-width:690px) {
    .b1_w2ac {
        width: 95%;
    }

    h2.link {
        margin-left: 0;
    }

    h2.index_42 {
        padding-top: 30px;
    }

    .sub_menu {
        margin-top: 0;
        height: 59px;
        background: url(../../img/white/menu_09.png) 0 10px repeat-x;
    }

    a.store {
        background: url(../../img/white/img83/menu_15.jpg) 0 0 no-repeat;
        width: 80px;
        height: 37px;
        display: block;
        float: left;
    }

    a.store:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.store #active {
        border-bottom: #ae3b37 2px solid;
    }

    a.news {
        background: url(../../img/white/img83/menu_16.jpg) 0 0 no-repeat;
        width: 83px;
        height: 37px;
        display: block;
        float: left;
    }

    a.news:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.news #active {
        border-bottom: #ae3b37 2px solid;
    }

    a.media {
        background: url(../../img/white/img83/menu_17.jpg) 0 0 no-repeat;
        width: 88px;
        height: 37px;
        display: block;
        float: left;
    }

    a.media:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.media #active {
        border-bottom: #ae3b37 2px solid;
    }

    a.activity {
        background: url(../../img/white/img83/menu_18.jpg) 0 0 no-repeat;
        width: 86px;
        height: 37px;
        display: block;
        float: left;
    }

    a.activity:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.activity #active {
        border-bottom: #ae3b37 2px solid;
    }

    a.wine {
        background: url(../../img/white/img83/menu_19.jpg) 0 0 no-repeat;
        width: 88px;
        height: 37px;
        display: block;
        float: left;
    }

    a.wine:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.wine #active {
        border-bottom: #ae3b37 2px solid;
    }

    a.video {
        background: url(../../img/white/img83/menu_20.jpg) 0 0 no-repeat;
        width: 89px;
        height: 37px;
        display: block;
        float: left;
    }

    a.video:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.video #active {
        border-bottom: #ae3b37 2px solid;
    }

    a.member {
        background: url(../../img/white/img83/menu_21.jpg) 0 0 no-repeat;
        width: 83px;
        height: 37px;
        display: block;
        float: left;
    }

    a.member:hover {
        border-bottom: #ae3b37 2px solid;
    }

    a.member #active {
        border-bottom: #ae3b37 2px solid;
    }

    .dropdown.dropdown-horizontal li a.dir .a1 {
        background: url(../../img/white/img83/menu_19.jpg) 0 0 no-repeat;
        width: 83px;
        height: 37px;
        display: block;
        float: left;
    }

    .dropdown.dropdown-horizontal li a.dir #active .a1 {
        border-bottom: #ae3b37 2px solid;
    }

    .dropdown.dropdown-horizontal li a.dir:hover .a1 {
        border-bottom: #ae3b37 2px solid;
    }

    .dropdown.dropdown-horizontal li:hover a.dir .a1 {
        border-bottom: #ae3b37 2px solid;
    }

    .dropdown.dropdown-horizontal li .dir .a1 div {
        border-bottom: #ae3b37 2px solid;
    }

    ul.dropdown {
        position: relative;
        width: 83px;
        min-height: 31px;
        z-index: 99999999999;
        float: left;
    }

    ul.dropdown ul a {
        width: 83px;
        line-height: 26px;
        max-height: 26px;
        background: #fff;

        z-index: 99999999999;
        display: block;
        overflow: hidden;
        text-align: center;
        opacity: 0.85;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        color: #333;
        *width: 97px;
        *line-height: 31px;
        *max-height: 31px;
        *opacity: none;
        *filter: none;
        *-moz-opacity: none;
    }

    .bannerbg {
        clear: both;
        margin-top: 0;
    }

    .index_10 {
        display: none;
    }

    .index_08 {
        display: none;
    }

    .b3 img {
        margin: 2px;
    }

    .b3 {
        width: 100%;
        height: auto;
    }

    /*.b2{ width:100%; float: none; }*/



    .pro2 .link_Left {
        display: none;
    }

    .pro2 .link_Right {
        display: none;
    }






    /*酒廠巡禮*/
    .b3ul li {
        float: left;
        width: 19%;
        margin: 0 0.5% 10px;
    }


    /*產品類別 友站連結*/
    .winelist3 li {
        width: 33.3%;
    }


    .item_activity {
        width: calc(70% - 10px);
        height: 0;
        padding-bottom: 40.12%;
        overflow: hidden;
        float: none;
        margin: 0 auto 20px;
        border: 5px solid #cecece;
        position: relative;
    }

    .b1_w {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 22px;
        float: left;
    }
}




@media screen and (max-width: 650px) {
    .min-new {
        width: 100%;
    }

    .bottom_73 {
        width: 95%;
    }

    .footer {
        height: auto;
        width: 100%;
    }

    .index_09 {
        display: none;
    }

    .index_12 {
        display: none;
    }

    .pro2 {
        height: auto;
        overflow: auto;
    }

    .winelist1_2 {
        width: 100%;
    }

    .winelist2_2 {
        height: auto;
        overflow: auto;
    }


}






.copy_txt {
    display: block;
}










/*@media screen and (max-width:10000px) {
	.width19 #video{display:block;}
	.infor_map2{ display:none;}
	.b1_w2ac{width:886px;*width:888px; margin:0 auto;}
}*/







@media screen and (max-width:899px) {
    .b1_w2ac {
        width: 692px;
        margin: 0 auto;
    }

    a .b1_w2 {
        width: 320px;
    }

    a .b1_w2 dd {
        height: 185px;
    }

    a .b1_w2 img {
        height: 185px;
    }
}

@media screen and (max-width: 850px) {
    .list2 {
        display: none;
    }

    .infor_map2 {
        display: block;
    }
}

@media screen and (max-width: 832px) {
    .min-new_w2 {
        width: 614px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 736px) {
    .width737 {
        /* width: 589px; */
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 730px) {

    .width19 #video {
        display: none;
    }

    .width19 div {
        width: 100%;
    }

    .width19 {
        width: 100%;
        margin-left: 0;
    }

    .width19 .width21_b3 {
        display: block;
    }

    .width21 {
        width: 640px;
        height: auto;
        margin: 0 auto;
    }

    .width21 li {
        width: 150px;
        height: 130px;
        padding: 5px;
        float: left;
    }

    .width21 li a {
        width: 150px;
        height: 130px;
    }

    .width78 {
        display: none;
    }

    #video_Left {
        display: none;
    }

    #video_Right {
        display: none;
    }
}

@media screen and (max-width:691px) {
    .b1_w2ac {
        clear: both;
        width: 450px;
        margin: 0 auto;
    }

    .b1_w250 {
        clear: both;
        float: none;
    }

    .width19 {
        clear: both;
        float: none;
        clear: both;
    }

    a .b1_w2 dd {
        clear: both;
        height: 242px;
    }

    a .b1_w2 {
        clear: both;
        width: 423px;
    }

    a .b1_w2 img {
        clear: both;
        height: 242px;
    }

}

@media screen and (max-width: 639px) {
    .width21 {
        width: 480px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 613px) {
    .b1_w {
        width: 291px;
        float: none;
        margin: 10px auto;
        overflow: hidden;
    }

}

@media screen and (max-width: 606px) {
    .pro_list3 {
        float: left;
        margin-bottom: 32px;
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .media_img {
        height: auto;
        display: block;
    }

    /*.search{ float:none;clear:both;width:225px; margin:15px auto; overflow:hidden;}*/
    .search2 {
        float: none;
        clear: both;
        width: 90%;
        margin: 15px auto;
        overflow: hidden;
    }

    .color001 {
        clear: both;
        width: 83px;
    }

    .color002 {
        clear: both;
    }

    .TextBox {
        clear: left;
        margin-top: 5px;
    }

    .index_07 {
        display: none;
    }

    .index_10top {
        display: none;
    }
}









@media screen and (max-width: 595px) {
    .store2 {
        top: 4px
    }

    .headerSearch_mobile {
        right: 10px;
        top: 15px;
    }

    .headerSearch_mobileCont {
        top: 65px;
        right: 0px;
    }
}


@media screen and (max-width: 590px) {
    .member_bu {
        width: 90%;
    }

    .min-new_w2 {
        width: 291px;
    }

    .video_05 {
        display: none;
    }

    .video_06 {
        display: none;
    }

    .b1_w250 {
        float: none;
        width: 458px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .member_bu2 {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .leftcon {
        width: 100%;
        margin-left: 0;
    }

    .infor_map {
        float: none;
        margin-left: 0;
        width: 95%;
        margin: 15px auto;
    }

    .member_bu2 li .input2 input {
        width: 99%;
    }

    .infor {
        padding: 1%;
    }

    .infor2 li span {
        width: 36%;
    }

    .infor2 li p {
        width: 64%;
    }






}



@media screen and (max-width: 588px) {
    .width737 {
        /* width: 438px; */
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 580px) {
    .copyright .flex {
        flex-direction: column;
        width: 98%;
    }

    /*酒廠巡禮*/
    .b3ul li {
        float: left;
        width: 19%;
        margin: 0 0.5% 10px;
    }

}

@media screen and (max-width: 575px) {

    .leftico_02 {
        float: left;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        width: 30px;
    }

    .leftico_04 {
        float: left;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        margin-left: -11px;
        width: 30px;
    }

    .pro {
        width: 95%;
        margin: 0 auto;
    }

    .b1 {
        width: 99%;
        border: #c7c7c7 1px solid;
        float: left;
        margin: 0 auto 22px;
        position: relative;
    }
}





@media screen and (max-width: 480px) {

    .leftico_02 {
        float: left;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        width: 25px;
        top: 15%;
    }

    .leftico_04 {
        float: left;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        margin-left: -11px;
        width: 25px;
        top: 15%;
    }

    .pro {
        width: 100%;
        margin: 0 auto;
    }

    .logo img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }


    .pro_list_con {
        width: 90%;
    }

    .width947,
    .wrap_con {
        margin-top: 10px;
    }

    .title_list2 {
        background: url(../../img/white/newico.png) 3% 10px no-repeat;
    }

    .wine_date .line {
        width: 70%;
    }

    .b1_w a .line_date {
        width: 30%;
    }

    .member_bu li .forgetacuu li {
        margin-left: 10%;
        width: 85%;
    }

    .member_bu li .input2 input.Reg_inp1 {
        top: 2%;
    }

    .member_bu li .input2 input.Reg_inp2 {
        top: 2%;
    }

    .p1 {
        float: left;
        width: 10%;
    }

    .p2 {
        float: left;
        width: 80%;
        line-height: 16px;
    }


    .item_activity {
        width: calc(100% - 10px);
        height: 0;
        padding-bottom: 57%;
        overflow: hidden;
        float: none;
        margin: 0 auto 20px;
        border: 5px solid #cecece;
        position: relative;
    }

    /*酒廠巡禮*/
    .b3ul li {
        float: left;
        width: 32%;
        margin: 0 0.66% 10px;
    }

    .store_c {
        width: 100%;
        float: none;
        margin-left: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }


    /*影音專區*/
    .videoCon li {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    /*.b_center {
        background: url(../../img/Warning_XS.png) no-repeat center;
        background-size: 100%;
    }*/


}









@media screen and (max-width: 450px) {
    a .b1_w2 img {
        height: 185px;
    }
}


@media screen and (max-width: 440px) {
    .pro a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 437px) {
    .width737 {
        /* width: 292px; */
        margin: 0 auto;
        margin-top: 30px;
    }
}








@media screen and (max-width:320px) {
    #inputps {
        width: 64.5%;
    }

    .b1_w a dt h2 {
        width: 64%;
        font-size: 0.9em;
    }

    .member_bu {
        width: 100%
    }

    #login {
        margin-left: -15px;
    }

    .member_bu li .input2 {
        width: 75%;
    }

    #container {
        width: 75%;
    }

    .member_bu li .form {
        width: 22%;
    }

    .member_bu li .input2 input {
        width: 90%
    }

    .b1_w2ac {
        width: 300px;
    }

    a .b1_w2 {
        width: 270px;
        height: 157px;
    }

    .b1_w250 {
        width: 290px;
    }

    a .b1_w2 dd {
        height: 155px;
        width: 270px;
    }

    a .b1_w2 img {
        height: 154px;
    }
}
