@import url("./flex-layout.css");

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font: 16px/24px Microsoft JhengHei, "微軟正黑體", Arial, Verdana, sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
}

body::after {
    content: '';
    display: block;
    clear: both;
}

button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

:focus {
    outline: none;
}

input.reset,
input.reset:focus {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;
    /* FireFox */
    appearance: none;
}

select.reset,
select.reset:focus {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-appearance: none;
    appearance: none; */
}

.f-clear::after {
    content: '';
    clear: both;
    display: block;
}



/* footer */
footer.ten-chen-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #008bd2;
}

.footer-wrap {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #008bd2;
}

.ind_copyinn {
    max-width: 1200px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 8px 0;
}

.ind_copyinn>h3,
.ind_copyinn>a {
    font-size: 13px;
    color: #ffffff;
    padding: 0 10px;
    position: relative;
}

.ind_copyinn>h3::after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ind_copyinn>a:hover {
    text-decoration: underline;
}

/* header */
header.headerbx-wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background: -moz-linear-gradient(top, rgba(201, 228, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(201, 228, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(201, 228, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 1;
}

header.headerbx-wrapper .headerbx-inn {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.head_topBx {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.head_topBx .logo-box {
    float: left;
    width: 350px;
}

.head_topBx .logo-box a {
    float: left;
    width: 100%;
}

.head_topBx .h-btn-wrap {
    float: right;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.h-btn-wrap .h-mem-info {
    width: 100%;
}

.h-btn-wrap .h-mem-info>h3 {
    width: 100%;
    font-size: 13px;
    color: #8c8c8c;
    padding: 8px 12px;
}

.h-btnbox-wrap {
    width: 100%;
}

.h-btnbox-list {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
    position: relative;
}

.h-btnbox {
    float: left;
    width: 100%;
    cursor: pointer;
}

.h-btnbox .head-mem-icon {
    width: 36px;
    height: auto;
    margin-right: 4px;
    position: relative;
}

.h-btnbox .head-txt {
    width: calc(100% - 40px);
}

.notice-count {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    top: -5px;
    right: -5px;
    margin: auto;
    background: #ff0040;
    box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
}

.funclist-wrap {
    position: absolute;
    left: 50%;
    top: 37px;
    width: 180px;
    height: auto;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.funclist-wrap::before {
    content: '';
    color: #383838;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid rgba(0, 133, 235, 0.95);
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h-btnbox-list:hover>.h-btnbox+.funclist-wrap::before {
    display: block;
}

.mendercont {
    float: left;
    width: 100%;
    height: 0;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    opacity: 0;
}

.h-btnbox-list:hover .funclist-wrap .mendercont {
    height: auto;
    opacity: 1;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;

}

.h-btnbox-list:hover .funclist-wrap.cart-list-wrap>.mendercont {
    min-height: 500px;
}

.mem-btntit {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    background-color: #0085eb;
    position: relative;
}

.mem-btntit>i {
    position: absolute;
    top: 50%;
    right: 15px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ImeALBox {
    float: left;
    width: 100%;
    padding: 10px 8px;
}

.ImeALBox>.notice-list {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgb(231, 231, 231);
    margin-bottom: 7px;
}

.ImeALBox>.notice-list:nth-last-of-type(1) {
    border-bottom: none;
}

.ImeALBox>.notice-list a {
    float: left;
    width: 100%;
}

.notice-list .notice-img-box {
    float: left;
    width: 100%;
    font-size: 13px;
}

.notice-img-box .fa-exclamation-circle {
    color: #ff0040;
}

.notice-img-box .date {
    margin-left: 5px;
    color: rgb(165, 165, 165);
}

.notice-cont-box {
    float: left;
    width: 100%;
}

.notice-cont-box>.notice-tit {
    float: left;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #5f0619;
    line-height: 20px;
    margin-bottom: 3px;
}

.notice-cont-box>.notice-tit+p {
    float: left;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8a8a8a;
    line-height: 20px;
}

.notice-cont-box:hover>.notice-tit {
    color: #ff0040;
}

.notice-cont-box:hover>.notice-tit+p {
    color: #b1b1b1;
}

.vmore {
    width: 100%;
    height: auto;
    padding: 5px 0;
}

.vmore>.more {
    font-size: 12px;
    padding: 3px 25px;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    background-color: #0085eb;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vmore:hover>.more {
    background-color: #005291;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.memlist>li {
    width: 100%;
    height: auto;
    padding: 0 5px 10px 25px;
    position: relative;

}

.memlist>li::before {
    content: '';
    font-family: 'FontAwesome';
    color: #0085eb;
    position: absolute;
    left: 0px;
}

.memlist>li:hover::before {
    color: #005291;
}

.memlist>li.IntmenderCr::before {
    content: '\f2f5';
}

.memlist>li.ImePs::before {
    content: '\f15c';
}

.memlist>li.ImeLoveman::before {
    content: '\f007';
}
.memlist>li.ImeLovepord::before {
    content: '\f4ff';
}
.memlist>li.ImeQpy::before {
    content: '\f005';
}

.memlist>li.ImeNewPord::before {
    content: '\f0f3';
}

.memlist>li.ImcoutQx::before {
    content: '\f059';
}

.memlist>li.ImcoutBx::before {
    content: '\f481';
}

.memlist>li>a {
    float: left;
    width: 100%;
    color: #5e5e5e;
}

.memlist>li:hover>a {

    color: #383838;
}

/* cart-list */
.ImeALBox .cart-box {
    float: left;
    width: 100%;
    position: relative;
}

.ImeALBox .cart-box {
    float: left;
    width: 100%;
    position: relative;
}

.ImeALBox .cart-box>.cart-list {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b1b1b1;
    margin-bottom: 8px;
}

.cart-list>.order-box {
    width: 100%;
    position: relative;
    padding: 10px 0 0;
}

.order-box a.cancel-order {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 3;
}

a.cancel-order>i {
    color: #db3e00;
    float: left;
    margin: 0 3px 3px;
}

a.cancel-order:hover>i {
    color: #ffab00;
}

.order-box .order-name {
    width: 100%;
    height: auto;
    padding: 5px 0 0;
}

.order-box .order-name>h3 {
    width: 100%;
    font-size: 13px;
    color: #383838;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-name:hover>h3 {
    color: #818181;
}

.a-box {
    width: 100%;
    height: auto;
}

.a-box .a-times {
    float: left;
    color: #383838;
    font-size: 12px;
}

.a-times .amount {
    color: #ff0040;
    margin-left: 5px;
    font-size: 13px;
    vertical-align: middle;
}

.ImeALBox>.change-page {
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    position: relative;
}

.ImeALBox .purchase-box {
    float: left;
    width: 100%;
}

/* page-change */
.paginate {
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -moz-transform: translate3d(0, 0, 0) translateY(-50%);
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
    -o-transform: translate3d(0, 0, 0) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) translateY(-50%);
    transform: translate3d(0, 0, 0) translateY(-50%);
    -webkit-filter: drop-shadow(0 2px 0px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 2px 0px rgba(0, 0, 0, 0.2));
}

.paginate i {
    position: absolute;
    top: 40%;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: rgb(114, 137, 185);
    transition: all 0.15s ease;
}

.paginate.left {
    left: 10px;
}

.paginate.left i {
    transform-origin: 0% 50%;
}

.paginate.left i:first-child {
    transform: translate(0, -1px) rotate(40deg);
}

.paginate.left i:last-child {
    transform: translate(0, 1px) rotate(-40deg);
}

.paginate.left:hover i:first-child {
    transform: translate(0, -1px) rotate(30deg);
}

.paginate.left:hover i:last-child {
    transform: translate(0, 1px) rotate(-30deg);
}

.paginate.left:active i:first-child {
    transform: translate(1px, -1px) rotate(25deg);
}

.paginate.left:active i:last-child {
    transform: translate(1px, 1px) rotate(-25deg);
}

.paginate.left[data-state=disabled] i:first-child {
    transform: translate(-5px, 0) rotate(0deg);
}

.paginate.left[data-state=disabled] i:last-child {
    transform: translate(-5px, 0) rotate(0deg);
}

.paginate.left[data-state=disabled]:hover i:first-child {
    transform: translate(-5px, 0) rotate(0deg);
}

.paginate.left[data-state=disabled]:hover i:last-child {
    transform: translate(-5px, 0) rotate(0deg);
}

.paginate.right {
    right: 10px;
}

.paginate.right i {
    transform-origin: 100% 50%;
}

.paginate.right i:first-child {
    transform: translate(0, 1px) rotate(40deg);
}

.paginate.right i:last-child {
    transform: translate(0, -1px) rotate(-40deg);
}

.paginate.right:hover i:first-child {
    transform: translate(0, 1px) rotate(30deg);
}

.paginate.right:hover i:last-child {
    transform: translate(0, -1px) rotate(-30deg);
}

.paginate.right:active i:first-child {
    transform: translate(1px, 1px) rotate(25deg);
}

.paginate.right:active i:last-child {
    transform: translate(1px, -1px) rotate(-25deg);
}

.paginate.right[data-state=disabled] i:first-child {
    transform: translate(5px, 0) rotate(0deg);
}

.paginate.right[data-state=disabled] i:last-child {
    transform: translate(5px, 0) rotate(0deg);
}

.paginate.right[data-state=disabled]:hover i:first-child {
    transform: translate(5px, 0) rotate(0deg);
}

.paginate.right[data-state=disabled]:hover i:last-child {
    transform: translate(5px, 0) rotate(0deg);
}

.paginate[data-state=disabled] {
    opacity: 0.3;
    cursor: default;
}

.counter {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    color: rgb(100, 111, 204);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* cart */
.cart {
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #616161;
    text-decoration: none;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 2px solid #0085eb;
}

.cart>span {
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    top: 0;
    right: 0;
    margin: auto;
    background: #ffab00;
    box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
}

.cart>span.size {
    right: -10px;
    top: -10px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

/* nav */
.head_navBx-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.head_navBx-wrap .head_navBx {
    float: left;
    width: 100%;
    position: relative;
}

.navBx-list {
    width: calc(100% / 8);
}

.navBx {
    float: left;
    width: 100%;
    height: auto;
    padding: 12px 0;
    border-radius: 7px 7px 0 0;
    position: relative;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.navBx-list .navBx:hover {
    background-color: #0085eb;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.navBx .nav-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.navBx:hover .nav-icon {
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.nav01 {
    background-image: url(../images/icon/chat-b.svg);
}

.navBx:hover .nav01 {
    background-image: url(../images/icon/chat-w.svg);
}

.nav02 {
    background-image: url(../images/icon/tag-b.svg);
}

.navBx:hover .nav02 {
    background-image: url(../images/icon/tag-w.svg);
}

.nav03 {
    background-image: url(../images/icon/medicine-b.svg);
}

.navBx:hover .nav03 {
    background-image: url(../images/icon/medicine-w.svg);
}

.nav04 {
    background-image: url(../images/icon/search-b.svg);
}

.navBx:hover .nav04 {
    background-image: url(../images/icon/search-w.svg);
}

.nav05 {
    background-image: url(../images/icon/box-b.svg);
}

.navBx:hover .nav05 {
    background-image: url(../images/icon/box-w.svg);
}

.nav06 {
    background-image: url(../images/icon/medical-b.svg);
}

.navBx:hover .nav06 {
    background-image: url(../images/icon/medical-w.svg);
}

.nav07 {
    background-image: url(../images/icon/e-mail-b.svg);
}

.navBx:hover .nav07 {
    background-image: url(../images/icon/e-mail-w.svg);
}

.nav08 {
    background-image: url(../images/icon/out-b.svg);
}

.navBx:hover .nav08 {
    background-image: url(../images/icon/out-w.svg);
}

.navBx .nav-tit {
    color: #005bac;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.navBx:hover .nav-tit {
    color: #ffffff;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/* mobile */
.hub_btn {
    display: none;
}
.mobile-none {
    display: block;
}
.mobile-display {
    display: none;
}
/* RWD */
@media screen and (min-width:1250px)and (max-width: 1365px) {}

@media screen and (max-width: 1024px) {
    .funclist-wrap {
        left: 0;
    }

    .funclist-wrap::before {
        left: 80%;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

}

@media screen and (min-width: 768px)and (max-width: 996px) {}

@media screen and (max-width: 767px) {
    .mobile-none {
        display: none;
    }

    .mobile-display {
        display: block;
    }

    /* header */
    .head_topBx {
        padding: 15px 10px 0;
    }

    .head_topBx .logo-box {
        width: 100%;
        margin-bottom: 5px;
    }

    .head_topBx .h-btn-wrap {
        max-width: none;
    }

    .h-btn-wrap .h-mem-info {
        position: relative;
        margin-bottom: 5px;
    }

    .h-btn-wrap .h-mem-info>h3 {
        font-size: 14px;
        text-align: center;
        padding: 8px 40px 8px 0;
    }

    /* hamburger */
    .ham-box {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 9;
    }

    .ham-box.is-active {
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-40px);
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;

    }

    .hub_btn {
        display: block;
        float: right;
    }

    .hub_btn {
        background-color: #aaa;
        width: 40px;
        height: 40px;
        padding: 13px 10px;
        border-radius: 5px;
        text-align: center;
    }

    .ham-box.is-active .hub_btn {
        background-color: #005291;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;

    }

    .hub_inner {
        position: relative;
        display: block;
        width: 20px;
        height: 14px;
    }

    .hub_inner span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin: auto;
        transition: all .3s ease;
    }

    .hub_inner span:nth-of-type(1) {
        top: 0;
    }

    .hub_inner span:nth-of-type(2) {
        top: 6px;
    }

    .hub_inner span:nth-of-type(3) {
        top: 12px;
    }

    .hub_btn.is-active .hub_inner span:nth-of-type(1) {
        -webkit-transform: translate(0px, 6px) rotate(45deg);
        transform: translate(0px, 6px) rotate(45deg);
    }

    .hub_btn.is-active .hub_inner span:nth-of-type(2) {
        opacity: 0;
    }

    .hub_btn.is-active .hub_inner span:nth-of-type(3) {
        -webkit-transform: translate(0px, -6px) rotate(-45deg);
        transform: translate(0px, -6px) rotate(-45deg);
    }

    .h-btnbox .head-mem-icon {
        width: 30px;
        height: auto;
        margin-right: 4px;
        position: relative;
    }

    .h-btnbox {
        display: -ms-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .cart {
        width: 30px;
        height: 30px;
    }

    .head-txt>h3 {
        font-size: 14px;
    }

    /* icon-btn */
    .h-btnbox-list:hover>.h-btnbox+.funclist-wrap::before {
        display: none;
    }

    /* nav */
    .head_navBx-wrap {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 3;
        background-color: rgba(0, 133, 235, 0.90);
        -moz-transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
        -o-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
        transform: translateX(0vw);
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .head_navBx-wrap.is-active {
        -moz-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        -o-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-100vw);
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .head_navBx-wrap .head_navBx {
        padding: 30px 15px;

    }

    .navBx-list {
        width: 100%;
    }

    .navBx {
        border-radius: 0;
    }

    .nav01 {
        background-image: url(../images/icon/chat-w.svg);
    }

    .nav02 {
        background-image: url(../images/icon/tag-w.svg);
    }

    .nav03 {
        background-image: url(../images/icon/medicine-w.svg);
    }

    .nav04 {
        background-image: url(../images/icon/search-w.svg);
    }

    .nav05 {
        background-image: url(../images/icon/box-w.svg);
    }

    .nav06 {
        background-image: url(../images/icon/medical-w.svg);
    }

    .nav07 {
        background-image: url(../images/icon/e-mail-w.svg);
    }

    .nav08 {
        background-image: url(../images/icon/out-w.svg);
    }

    .navBx .nav-tit {
        color: #ffffff;
    }

    .funclist-wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 10;
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
        transform: translateX(100vw);
    }

    .funclist-wrap.is-active {
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
        -o-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
        transform: translateX(0vw);
    }

    .mendercont {
        float: left;
        width: 100%;
        height: 100vh;
        background: rgb(255, 255, 255);
        -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 0px;
        opacity: 1;
    }

    .h-btnbox-list:hover .funclist-wrap .mendercont {
        height: 100vh;
        opacity: 1;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .funclist-wrap.cart-list-wrap>.mendercont {
        min-height: inherit;
    }

    .mem-btntit {
        float: left;
        width: 100%;
        height: auto;
        padding: 10px 15px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        background-color: #0085eb;
        position: relative;
    }

    .mem-btntit>i {
        font-size: 20px;
        cursor: pointer;
    }
    .h-btnbox-wrap {
        height: 80px;
    }
}

@media screen and (max-width: 320px) {
    .head-txt>h3 {
        font-size: 12px;
    }
}