﻿/* 前後台 MasterPage */
body {
    /*background-color: #E9E9E9;*/
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "微軟正黑體", "LiHei Pro";
    font-size: 16px;
    text-align: left;
    color: #435059; /*#000000;*/
}
/* --------------------------------------- */
/* 首頁上方選單區塊 > 768 */
/* 選單主區塊 灰底 */
#main_top {
    height: 80px;
    width: 100%;
    line-height: 80px;
    background-color: #E9E9E9;
}
/* LOGO */
.main_logo {
    height: 74px;
    margin: 3px;
    float: left;
}
/* 主選單文字 */
.main_menu_area {
    /*vertical-align: text-bottom;*/
    align-items: center;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    font-size: 36px;
    line-height: 78px;
    color: #435059;
}

a.main_menu:link, a.main_menu:hover, a.main_menu:active, a.main_menu:visited {
    color: #435059;
    FONT-FAMILY: "微軟正黑體", "LiHei Pro";
    text-decoration: none;
}

/* 主選單分隔線 */
.main_menu_sign {
    color: #435059;
    font-size: 30px;
}

/* 購物袋 */
#main_cart {
    margin-top: 10px;
    width: 64px;
    margin-right: 20px;
    text-align: right;
    float: right;
    font-size: 36px;
    background-image: url(../Images/shopping-bag64.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 64px;
}
/* 購物袋-數量 */
.cart_count {
    width: 64px;
    color: #FFFFFF;
    font-size: 34px;
    /*text-decoration: none;*/
}
/* 使用者 */
#main_member {
    margin-top: 10px;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    text-align: right;
    float: right;
    background-image: url(../Images/user64.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 64px;
}
/* 會員登入區塊 */
.login_area {
    font-size: 16px;
    text-align: center;
}

a.login_area_menu:link {
    font-weight: bold;
}

.modal_dialog_center {
    margin-top: 25%;
}

/* FB & LINE 區塊 */
#main_app_logo_area {
    text-align: right;
    position: fixed;
    bottom: 40px;
    right: 38px;
    width: 30%;
}
/* FB 和 LINE 圖示 */
.main_app_logo {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

@media(max-width:768px) {
    /* 首頁上方選單區塊 < 768 */
    /* 選單主區塊 灰底 */
    #main_top {
        height: 56px;
        width: 100%;
        line-height: 56px;
        background-color: #E9E9E9;
    }
    /* LOGO */
    .main_logo {
        height: 46px;
        margin: 3px;
        float: left;
    }
    /* 主選單文字 */
    .main_menu_area {
        align-items: center;
        float: left;
        font-weight: bold;
        margin-left: 3px;
        font-size: 16px;
        line-height: 54px;
        color: #435059;
    }
    /* 主選單分隔線 */
    .main_menu_sign {
        color: #435059;
        font-size: 18px;
    }
    /* 購物袋 */
    #main_cart {
        margin-top: 17px;
        width: 24px;
        margin-right: 10px;
        text-align: right;
        float: right;
        font-size: 20px;
        background-image: url(../Images/shopping-bag24.png);
        background-repeat: no-repeat;
        text-align: center;
        line-height: 24px;
    }
    /* 購物袋-數量 */
    /* 購物袋-數量 */
    .cart_count {
        color: #FFFFFF;
        font-size: 14px;
        /*text-decoration: none;*/
    }
    /* 使用者 */
    #main_member {
        margin-top: 17px;
        width: 24px;
        height: 30px;
        margin-right: 10px;
        text-align: right;
        float: right;
        background-image: url(../Images/user24.png);
        background-repeat: no-repeat;
        text-align: center;
        line-height: 24px;
    }

    /* FB & LINE 區塊 */
    #main_app_logo_area {
        text-align: right;
        position: fixed;
        bottom: 20px;
        right: 8px;
        width: 30%;
    }
    /* FB 和 LINE 圖示 */
    .main_app_logo {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

/* --------------------------------------- */
.main_row {
    display: flex;
    /*height: 264px;*/
    height: auto;
}
/* 首頁下方選單 New 上衣 褲子 選單高度 > 768 */
.main_btn_height {
    font-size: 100px;
    height: 100%;
}
/* 首頁下方選單 左下3個區塊 > 768 */
.main_3_menu_area {
    height: 88px;
}
/* 首頁下方選單 左下3個區塊的按鈕 > 768 */
.main_3_menu_btn {
    height: 83px;
    width: 100%;
    font-size: 36px;
}
@media(max-width:768px) {
    /* 首頁下方選單 row > 480 */
    .main_row {
        display: flex;
        /*height: 264px;*/
        height: auto;
    }
    /* 首頁下方選單 New 上衣 褲子 選單高度 > 480 */
    .main_btn_height {
        font-size: 100px;
        height: 100%;
    }
    /* 首頁下方選單 左下3個區塊 > 480 */
    .main_3_menu_area {
        height: 88px;
    }
    /* 首頁下方選單 左下3個區塊的按鈕 > 480 */
    .main_3_menu_btn {
        height: 83px;
        font-size: 36px;
    }
}

@media(max-width:480px) {
    /* 首頁下方選單 row < 480 */
    .main_row {
        display: flex;
        /*height: 150px;*/
        height: auto;
    }

    /* 首頁下方選單 New 上衣 褲子 選單高度 < 480 */
    .main_btn_height {
        height: 100%;
        font-size: 36px;
    }

    /* 首頁下方選單 左下3個區塊 < 480 */
    .main_3_menu_area {
        height: 50px;
    }
    /* 首頁下方選單 左下3個區塊的按鈕 < 480 */
    .main_3_menu_btn {
        height: 48px;
        font-size: 16px;
    }
}
/* --------------------------------------- */
/* 子選單 */
/* 大於 768px 顯示 */
.prd_type_menu_area {
    width: 200px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    /*color: #808080;*/
    font-size: 34px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.prd_type_menu:link {
    color: #808080;
    font-family: "微軟正黑體", "LiHei Pro";
    text-decoration: none;
}

a.prd_type_menu:hover {
    color: #000000;
    font-family: "微軟正黑體", "LiHei Pro";
    text-decoration: none;
    background-color: #E9E9E9;
}

a.prd_type_menu:active {
    color: #808080;
    font-family: "微軟正黑體", "LiHei Pro";
    text-decoration: none;
}

a.prd_type_menu:visited {
    color: #808080;
    font-family: "微軟正黑體", "LiHei Pro";
    text-decoration: none;
}

/* 子選單與產品的分隔間距 */
.prd_type_hr {
    line-height: 12px;
}

/* 小於 768px 顯示 */
@media(max-width:768px) {
    /* 子選單 */
    .prd_type_menu_area {
        width: 80px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
        /*color: #808080;*/
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* 子選單與產品的分隔間距 */
    .prd_type_hr {
        line-height: 3px;
    }
}

/* --------------------------------------- */
.colTitle {
    font-weight: bold;
}


.div_msg {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 10px;
}

/* --------------------------------------- */
