/* ==========================================================================
    clear
 ========================================================================== */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
    outline: 0;
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    nowhitespace: afterproperty;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    ;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

figure,
address {
    padding: 0;
    margin: 0;
}

* {
    outline: 0;
}


ul, li {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

/* ==========================================================================
   html
   ========================================================================== */

.html img,
.maxpic img {
    max-width: 100%;
}

.maxpic {
    text-align: center;
    margin: 0 0 25px 0;
}


/* ==========================================================================
    public
 ========================================================================== */

p {
    font-size: 15px;
}

h5{
    text-align: center;
}


body {
    padding: 0;
    margin: 0;
    color: #262525;
   /* overflow-x: hidden !important;*/
    -webkit-text-size-adjust: none;
}

.wp , .container {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

.pd0 {
    padding: 0;
}

.pd {
    padding: 15px 25px;
}

.pdT {
    padding-top: 50px !important;
}

.pdB {
    padding-bottom: 50px !important;
}

.pdR {
    padding-right: 10px;
}

.pdL {
    padding-left: 10px;
}

.noP {
    padding-left: 0px;
    padding-right: 0px;
}

.noM {
    margin-left: 0px;
    margin-right: 0px;
}
.noPL {
    padding-left: 0px;
}

.noPR {
    padding-left: 0px;
}


.col {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.fr{
    float: right !important;
}

.fl{
    float: left !important;
}

.w10 {
    width: 10%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 40%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}
.w100 {
    width: 100%;
}
.max-sm-size .w-sm {
    width: auto;
}

hr {
    border-top-style: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    clear: both;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    padding-top: 20px;
    display: block;
    margin-bottom: 25px;
}

.autoPic {
    text-align: center;
    overflow: hidden;
}

.autoPic img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

a{
    transition:color 0.5s;
}
/*實線*/

hr.line {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #CCC;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


/*虛線*/

hr.dashed {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-bottom-color: #CCC;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.max-lg-size .hidden-lg,
.max-md-size .hidden-md,
.max-sm-size .hidden-sm,
.max-xs-size .hidden-xs,
.min-lg-size .hidden-min-lg,
.min-md-size .hidden-min-md,
.min-sm-size .hidden-min-sm,
.min-xs-size .hidden-min-xs {
    display: none !important;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    display: block;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    color: #555555;
}

.pagination li.active a {
    color: #c20000;
    font-weight: bold;
    cursor: none;
}

.pagination li.active {
    display: inline-block !important;
}

.pagination li.bk {
    background-color: #aaaaaa;
    transition: background-color 0.5s;
}

.pagination li.bk:hover {
    background-color: #000000;
}

.pagination li.bk a {
    color: #ffffff;
}


/* ==========================================================================
   Rows
   ========================================================================== */

.rows,
ul.rows,
ol.rows,
dl.rows {
    margin: 0;
    padding: 0;
    list-style: none
}

.rows .listItem,
ul.rows > li,
ol.rows > li,
dl.rows > dt,
dl.rows > dd {
    margin: 0;
    padding: 0;
    display: block;
    clear: both
}


/* ==========================================================================
   Columns [float]
   ========================================================================== */

.columns,
ul.columns,
ol.columns,
dl.columns {
    margin: 0;
    padding: 0;
    list-style: none;
}

.columns:after,
ul.columns:after,
ol.columns:after,
dl.columns:after {
    content: "";
    clear: both;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.columns .list-item,
ul.columns > li,
ol.columns > li,
dl.columns > dt,
dl.columns > dd {
    margin: 0;
    padding: 0;
    float: left;
}


/* ==========================================================================
   Columns [inline]
   ========================================================================== */

.columns.inline,
ul.columns.inline,
ol.columns.inline,
dl.columns.inline {
    letter-spacing: -0.31em;
}

opera-hack:-o-prefocus,
ul.columns.inline,
ol.columns.inline,
dl.columns.inline {
    *word-spacing: -0.43em;
}

.columns.inline .listItem,
ul.columns.inline > li,
ol.columns.inline > li,
dl.columns.inline > dt,
dl.columns.inline > dd {
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal
}

opera-hack:-o-prefocus,
ul.columns.inline > li,
ol.columns.inline > li,
dl.columns.inline > dt dl.columns.inline > dd {
    word-spacing: normal;
    letter-spacing: normal;
}


/* ==========================================================================
    文字
========================================================================== */

body {
    line-height: 1.7em;
    font-size: 14px;
}

.max-sm-size body {
    font-size: 13px;
}

.max-xs-size body {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

a {
    color: #000;
}


.italic{
    font-style: italic;
}


/*時間*/

address {
    font-style: normal;
    font-weight: normal;
}

.more {
    font-family: Verdana, sans-serif;
}


/*顏色*/

.red {
    color: #c20000;
}
.black {
    color: #000 !important;
}



/*備註文字*/

.notes {
    color: #999;
    font-size: 12px;
}

.text-left{
    text-align: left  !important;
}
.text-right{
    text-align: right  !important;
}


/* ==========================================================================
        編排
========================================================================== */


/*自動100%撐開*/

.auto {
    overflow: hidden;
    zoom: 1;
}

.auto .left {
    float: left;
}

.auto .right {
    overflow: hidden;
    zoom: 1;
}


/* ==========================================================================
    常用
========================================================================== */


/*穿透*/
.pointer {
    pointer-events: none;
}

/*文字陰影*/

.text-shadow {
    text-shadow: 1px 1px 2px #777;
}


/*區塊陰影*/

.box-shadow {
    box-shadow: 0px 0px 5px #E3E3E3;
}


/*選取*/

li:nth-child(1) {}

li:first-child {}

li:last-child {}

li:nth-child(even) {}/*偶數*/

li:nth-child(odd) {}



/*單數*/


/*手指效果*/

.cursor {
    cursor: pointer;
}


/*Hack*/

.hack {
    margin-right: 14px;
    /* IE 8+ */
}

:root .hack {
    margin-right: 18px9;
    /* IE 9+ */
}

*+html .hack {
    margin-right: 14px;
    /* IE 7+ */
}


/*去除div無物件的區塊不影響階層*/

.pointer-events {
    pointer-events: none;
    /*外圍物件*/
    pointer-events: auto;
    /*外圍物件*/
}


/*ie9以上支援*/

:root .root {}


/*動畫*/

.transition {
    transition: background-color 1s, color 0.5s;
    transition: transform 0.4s, background-color 1s;
}

.transition:hover {
    transform: scale(1.1);
}


/*正中央*/

.centert {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    display: inline-block;
    position: absolute;
}


.max-sm-size .centert.no-sm {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    transform: none;
    -webkit-transform: none;
    text-align: center;
    display: block;
    position: relative;
}

/*正中央*/
.center02 {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.middle {
    display: table;
    height: 100%;
    width: 100%;
}

.middle-inline {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

@media print {
    .print-hid {
        display: none;
    }
    .header,
    .footer,
    .shareLink {
        display: none !important;
    }
    .section {
        background-image: none !important;
        background-color: #FFFFFF !important;
    }
    body {
        background-image: none !important;
    }
    .page-coupon .list {
        width: 632px !important;
        border: 3px solid #E3E3E3;
    }
    .page-coupon .list .txt p {
        width: 100% !important;
        display: iblock !important;
    }
}

.noSlider .slick-list {
    text-align: center;
}

.noSlider .slick-list .slick-track {
    left: inherit;
    display: inline-block;
    transform: none!important;
}



a, a:focus , a:active { 
    text-decoration: none;
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
     outline: none ;
    -moz-outline: none;
    -webkit-outline: none;
    -ms-outline: none;
     outline: none;
     behavior:expression(this.onFocus=this.blur());
 }

.clear{
    clear:both;
}


.min-lg-size .hidden-lg {
    display:block !important;
}

.max-lg-size .hidden-lg {
    display:none!important;
}

.min-lg-size .visible-lg {
    display: none !important;
}

.max-lg-size .visible-lg {
    display: block !important;
}


.min-sm-size .hidden-xs {
    display:block !important;
}

.max-sm-size .hidden-xs{
    display:none!important;
}

.min-sm-size .visible-xs {
    display: none;
}

.max-sm-size .visible-xs{
    display: block !important;
}

.fs20 {
   font-size: 20px;
    .max-sm-size &{
        font-size: 14px;
    }
}

.fs15 {
   font-size: 15px;
    .max-sm-size &{
        font-size: 13px;
    }
}

.fs16 {
   font-size: 16px !important;
}

.fwB{
    font-weight: bold !important;
}


.textLine {
    text-decoration: underline !important;
}

.tr{
    text-align: right !important;
}

.tl{
    text-align: left !important;
}

.imgCenter {
    text-align: center;
}

.imgCenter img {
    margin-left: auto;
    margin-right: auto;
}