/*tag*/

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body {
    font-family: "微軟正黑體", "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/*global class*/

.center {
    margin: 0 auto 0 auto;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.overflow_hidden {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.hide {
    display: none;
}

.link:link {
    color: #ffffff;
    text-decoration: none;
}

.link:visited {
    color: #ffffff;
    text-decoration: none;
}

.link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.link:active {
    color: #ffffff;
    text-decoration: underline;
}

/*header*/


/*main menu*/

#menu_ctr {
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 30001;
    overflow: hidden;
}

#menu_row_1 {
    width: 100%;
    height: 65px;
    background-color: #00623E;
}

#menu_row_1_bg {
    width: 100%;
}

#menu_row_2 {
    width: calc(100% - 490px);
    height: 65px;
}

#menu_row_2_bg {
    /*width: 100%;*/
    /*background-color: #ffffff;*/
}

#menu_logo {
    width: 300px;
    height: 65px;
}

#menu_logo img {
    width: 170px;
}

.img_center {
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
}

#menu_btn_ctr {
    width: calc(100% - 490px);
    text-align: left;
}

.menu_btn {
    display: inline-block;
    padding: 0 20px 0 20px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.menu_btn a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.menu_btn a:visited {
    color: #ffffff;
    text-decoration: none;
}

.menu_btn a:hover {
    color: #ffffff;
    text-decoration: none;
}

.menu_btn a:active {
    color: #ffffff;
    text-decoration: none;
}

.menu_btn.active a {
    font-weight: 700;
    display: block;
    color: #000000;
    text-decoration: none;
}

.menu_btn.active a:visited {
    color: #000000;
    text-decoration: none;
}

.menu_btn.active a:hover {
    color: #000000;
    text-decoration: none;
}

.menu_btn.active a:active {
    color: #000000;
    text-decoration: none;
}

#announcement {
    width: 100%;
    height: 35px;
    line-height:35px;
    text-align: center;
    margin-top: -30px;
    font-size: 16px;
}

/*.menu_btn.active a:after {*/


/*position: absolute;*/


/*width: 0;*/


/*height: 0;*/


/*border-style: solid;*/


/*border-width: 0 12px 10px;*/


/*//left: calc(50% - 38px);*/


/*margin-left: calc(-4.4%);*/


/*top: 65px;*/


/*z-index: 10;*/


/*border-color: transparent transparent #f4a900;*/


/*line-height: 0;*/


/*transform: rotate(180deg);*/


/*-ms-transform: rotate(180deg);*/


/*-webkit-transform: rotate(180deg);*/


/*content: "";*/


/*_border-color: #000 #000 #fff1f1 #000;*/


/*_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000')*/


/*}*/

.sub_menu_ctr {
    background-color: #ffffff;
    line-height: 45px;
    font-size: 18px;
    width: fit-content;
    min-width: 130px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sub_menu_btn {
    padding-left: 40px;
    padding-right: 40px;
}

.sub_menu_btn:hover {
    background-color: #fff5e7;
}

.sub_menu_ctr a {
    color: #191919;
    text-decoration: none;
}

.sub_menu_ctr a:link {
    display: inline-block;
    color: #191919;
    text-decoration: none;
}

.sub_menu_ctr a:visited {
    color: #191919;
    text-decoration: none;
}

.sub_menu_ctr a:active {
    color: #000000;
    text-decoration: none;
}

.sub_menu_category_name {
    /*width: 224px;*/
    padding-top: 10px;
    padding-left: 20px;
    color: #0e3d69;
    font-weight: bold;
    content: "|";
}

.sub_menu_tail {
    height: 10px;
}

/*.sub_menu_category_name span {*/
/*    padding-left: 90px;*/
/*    padding-right: 30px;*/
/*    font-weight: bold;*/
/*}*/

/*.sub_menu_category_name span:after {*/
/*    padding-left: 28px;*/
/*    font-weight: bold;*/
/*    content: "|";*/
/*}*/

.active {
    background-color: #ffffff;
    color: #000000;
}

.orange {
    background-color: #f4a900;
}

.white {
    background-color: #4a7628;
}

.menu_icon {
    width: 65px;
    height: 65px;
}

#header_cart {
    margin-right: 50px ;
}

.menu_btn_1 {
    position: absolute;
    /* CSS3淡出淡入效果,1秒 */
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#header_cart {
    //background-image: url('../i/cart.png');
}

#header_cart_qty {
    top: 10px;
    right: 10px;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: red;
    font-size: 7px;
    line-height: 16px;
    vertical-align: middle;
    color: white;
    text-align: center;
}


/* fixed menu */

#fixed_menu_ctr {
    width: 1100px;
    height: 45px;
    z-index: 1000;
    top: 0;
    left: 50%;
    margin-left: -550px;
}

#fixed_logo {
    width: 258px;
    height: 45px;
}

.fixed_btn {
    width: 178px;
    height: 45px;
}

.fixed_icon {
    width: 65px;
    height: 45px;
}

.fixed_btn img {
    position: absolute;
    /* CSS3淡出淡入效果,1秒 */
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.fixed_btn img:nth-of-type(2):hover {
    opacity: 0;
    /*滑鼠滑入時，透明度變0*/
}

#fixed_cart {
    background-image: url('../i/fixed_cart.jpg');
}

#fixed_cart_qty {
    top: 5px;
    right: 10px;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: red;
    font-size: 7px;
    line-height: 16px;
    vertical-align: middle;
    color: white;
    text-align: center;
}

#body_ctr {
    margin-top: 95px;
    margin-bottom: 30px;
}

#footer {
    width: 100%;
    background-color: #00623E;
}

#footer_ctr {
    padding-bottom: 30px;
    width: 1300px;
    overflow: hidden;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    color:#ffffff;
}

#footer_left_top_ctr {
    width: 400px;
    margin-top: 56px;
    margin-left: 230px;
}

#footer_cms_title {
    margin-top: 8px;
    margin-left: 13px;
    font-size: 15pt;
    font-weight: 400;
}


#footer_cms_way {
    margin-top: 8px;
    margin-left: 13px;
    font-size: 12pt;
    line-height: 21pt;
    vertical-align: middle;
}

#footer_right_top_ctr {
    width: 320px;
    margin-top: 56px;
    margin-left: 100px;
}

#footer_cms_icon_ctr {
    margin-top: 24px;
    width: 100%;
}

.footer_cms_icon {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    margin-right: 12px;
    height: 60px;
    width: 60px;
}

a#footer_cms_icon_fb {
    background-image: url("../i/footer_btn/ft_btn_fb.svg");
}
a#footer_cms_icon_fb:hover {
    background-image: url("../i/footer_btn/ft_btn_fb_hover.svg");
}

a#footer_cms_icon_ig {
    background-image: url("../i/footer_btn/ft_btn_ig.svg");
}
a#footer_cms_icon_ig:hover {
    background-image: url("../i/footer_btn/ft_btn_ig_hover.svg");
}

a#footer_cms_icon_message {
    background-image: url("../i/footer_btn/ft_btn_message.svg");
}
a#footer_cms_icon_message:hover {
    background-image: url("../i/footer_btn/ft_btn_message_hover.svg");
}

a#footer_cms_icon_youtube {
    background-image: url("../i/footer_btn/ft_btn_youtube.svg");
}
a#footer_cms_icon_youtube:hover {
    background-image: url("../i/footer_btn/ft_btn_youtube_hover.svg");
}

#footer_cms_text {
    width: 100%;
    margin-top: 18px;
    font-size: 12pt;
    line-height: 21pt;
    vertical-align: middle;
}

#footer_intro_btn {
    margin-top: 45px;
    width: 1300px;
    text-align: center;
}

#footer_intro_btn a {
    color: #ffffff;
    font-size: 14pt;
    line-height: 16px;
    padding:0 20px;
    display: inline-block;
    text-align: center;
}

.right-border {
    border-right: 1px solid #ffffff;
}

#footer_copyright_text {
    margin-top: 15px;
    width: 1300px;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    font-size: 12pt;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.alert_window {
    width: 400px;
    display: none;
}

.alert_window p {
    margin-top: 10px;
    text-align: center;
    font-family: "微軟正黑體", "Helvetica Neue", Arial, Helvetica, sans-serif;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
}

.alert_window p.title {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.alert_icon {
    width: 150px;
    height: 150px;
}

.alert_btn_ctr {
    width: 400px;
    margin-top: 25px;
    text-align: center;
}

.alert_btn {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    margin-right: 10px;
    margin-left: 10px;
}

img {
    display: block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}


/* End hide from IE-mac */

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background-color: #8c8c8c;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.swiper-pagination-white .swiper-pagination-bullet:hover {
    background-color: #f5a800;
}

#mask {
    position: fixed;
    width: 100%;
    z-index: 30000;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.cart_wrap {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.cart_btn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0.3rem 2rem;
    border: 1px solid black;
    border-radius: 1rem;
    text-align: center;
    color: gray;
    text-decoration: none !important;
}

.cart_btn:hover {
    background-color: gray;
    color: white;
}

#mphonecall {
    bottom: 136px;
    right: -60px;
    display: none;
    z-index: 2;
}

#mphonecall a img {
    width: 43%;
}

#linecall {
    bottom: 50px;
    right: -60px;
    display: none;
    z-index: 2;
}

#linecall a img {
    width: 43%;
}
#loading-mask {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#line-login-button {
    width: 40%;
    height: 3.2rem;
    display: block;
    margin: 0 auto;
    background-image: url(../i/line.png);
    background-size: 100% 100%;
}

#line-login-button:hover {
    background-image: url(../i/line-hover.png);
}

#fb-login-button {
    width: 40%;
    height: 3.6rem;
    display: block;
    margin: 0 auto;
    background-image: url(../i/fb.png);
    background-size: 100% 100%;
}

#fb-login-button:hover {
    background-image: url(../i/fb.png);
}

.add_one {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    background-image: url(../i/add_one.svg);
    vertical-align: sub;
    margin-left: 4px;
}

.add_one_additional_product {
    padding: 0.5rem;
    background-color: #a5041a;
    border-radius: 2rem;
    color: white !important;
    margin-top: 1rem;
    display: inline-block;
    width: 30%;
    text-align: center;
}

#footer_intro_credit {
    width: 67%;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3.5rem;
    color: steelblue;
}

.big_logo {
    font-weight: bolder;
    font-size: 60px;
    padding: 20px;
    border: 9px solid #4a7628;
    color: #4a7628;
    width: 200px;
    border-radius: 5px;
    margin: 0 0 10px 0px;
    text-align: center;
}

.middle_text {
    font-size: 24px;
    color: #fff;
    background: #4a7628;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 8px 12px;
    float: left;
    display: block;
}

.other_body {
    font-size: 15px;
}

.c-red {
    color: red;
}

.c-blue {
    color: blue;
}
#fc_widget
{
    display: none !important;
}
#easychat-floating-button,#easychat-unread-badge,#easychat-close-btn,#easychat-chat-dialog
{
    display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}