@charset "utf-8";
/* CSS Document */
/*menu style*/
@media screen and (max-width: 1750px) {
    .titleBox.titleStyle1 .entitle {
        font-size: 45px;
        letter-spacing: 0px;
    }
    .titleBox.titleStyle1 .title {
        font-size: 20px;
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 1100px) {
    #content_case {
    width: 94%;
    margin: 3% auto;
}
#website_left {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-right: 0;
}
#contentout {
        width: 100%;
    }
.hnav .mli > a{
    min-width: auto;
    padding: 10px 0;
}
header .hnav .mul > li{
    width: calc(100% / 6);
}
.product_menu #ipul {
    display: flex;
    flex-wrap: wrap;
}
.product_menu ul li {
        width: calc(100% / 3);
        float: left;
    }
        .art_footer_in {
        width: 96%;
    }
.page_detail.aside_flex {
        width: 94%;
        margin: 3% auto;
    }
.left_box, .ipbox_left{
    width: 100%;
    margin-right: 0;
}
.right_box {
    width: 100%;
}
.ipbox_left #ipul > li {
        width: calc(100% / 3);
        float: left;
    }
}
@media screen and (max-width: 1050px) {
    .ma2_version3 .hnav .mli>a {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 820px) {
    .p01 {
        width: 291px;
        margin: 0 auto;
        display: block;
        text-align: left;
    }
        .art_footer_in .p02 {
        float: none;
        text-align: center;
        padding: 4% 0 0;
    }
}

@media screen and (max-width: 720px) {
    #mul_banner {
        display: none;
    }
    #normal_banner {
        display: block;
    }
    a.slideitem.fades {
        display: inline-block;
        margin-left: -3px;
        box-sizing: border-box;
    }
    a.slideitem.fades:first-child {
        margin-left: 0;
    }
    .products_homelistpro {
        padding: 10% 15px;
    }
    .listpro_imgbox .listpro_imgbox_item {
        width: calc( 50% - 15px * 0.5);
    }
    .listpro_imgbox .listpro_imgbox_item:last-child {
        width: 100%;
    }
    .listpro_imgbox .listpro_imgbox_item:last-child .showbox {
        height: 100%!important;
    }
    .ma2_version3 .bannerbox {
        margin: 60px auto 0;
    }
    /*logo*/
        #head {
        width: 94%;
    }
    #head #head_logo img {
    width: auto;
    height: 30px;
}
    .cart_fixedbox {
        /*  display: none;*/
        bottom: 180px;
        bottom: 200px;
        width: 42px;
        height: 70px;
        padding: 5px 17px 5px 3px;
    }
    .cart_fixedbox>span {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .cart_fixedbox>a {
        font-size: 13px;
    }
    .cart_fixedbox>span {
        bottom: -12px;
        left: 21px;
    }
    .cart_fixedbox>a>span {
        position: relative;
        top: 0px;
        font-size: 12px;
    }
    .member_login_boxbtn a {
        color: #fff;
        margin: 0 auto;
        border-radius: 0px;
        /*  background: #888*/
    }
    .header_else .w1200 {
        width: 100%;
    }
    .header_elselink {
        margin: 19px 7px 0;
    }
    /*hanburger icon*/
    #mainslider {
        margin-top: 60px;
    }
    .menu-trigger {
        display: block;
        width: 44px;
        height: 60px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0;
        background: #f7f7f7;
        padding: 10px 13px;
        text-align: center;
    }
    /* .header_scroll .menu-trigger {
        top: 47px;
    } */
    .bar,
    .bar::after,
    .bar::before {
        width: 18px;
        height: 2px;
    }
    .bar {
        position: relative;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        transform: translateY(25px);
        background: #9d78ab;
        -webkit-transition: all 0ms 300ms;
        -moz-transition: all 0ms 300ms;
        transition: all 0ms 300ms;
        top: -6px;
        left: 0px;
    }
    .bar.animate {
        background: rgba(255, 255, 255, 0);
    }
    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 6px;
        background: #9d78ab;
        -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        background: #9d78ab;
        -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar.animate:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar.animate:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    /*menu*/
    header.header_scroll .header_elselinkbox {
        position: absolute;
    }
    .header_elselinkbox {
        margin-right: 46px;
        width: 170px;
    }
    .header_elselinkbox::before {
        display: none;
    }
    .header_elselinkbox>div:nth-child(2) {
        display: none;
    }
    .product_search_box form>input {
        width: 65px;
    }
    .header_elselinkbox .product_search_box {
        margin: 18px 0 0;
    }
    .nav_header_elselinkbox {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        width: 100%;
        bottom: -80vh;
        background-color: #f4eff4;
        z-index: 5;
    }
    .nav_header_elselinkbox::before {
        content: "";
        width: 70px;
        height: 100px;
        background: url(../skin/images/nurse3.png)no-repeat center;
        background-size: contain;
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 45px;
        left: calc(50% - 35px);
        animation: proTwo 3s infinite ease-in-out both;
    }
    .nav_header_elselinkbox .header_elselink {
        margin: 13px 4px;
    }
    .nav_header_elselinkbox div {
        display: flex;
        width: 100%;
    }
    .nav_header_elselinkbox .header_elselink a {
        width: 100%;
        background-color: transparent;
        color: #9d78ab!important;
    }
    .nav_header_elselinkbox .header_elselink a img {
        filter: none;
        margin-right: 5px;
    }
    .product_menu ul li {
        width: calc(100% / 2);
    }
    /*手機板第二層下拉箭頭轉*/
    header .hnav .mul .t .phone_arrow {
        transform: rotate(180deg);
    }
    header .hnav .mul .has_sub_btn .phone_arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.0px 5.5px 0 5.5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 27px;
        margin-left: 20px;
    }
    .header_scroll nav {
        top: 60px;
    }
    .subBtn {
        position: relative;
    }
    .subBtn a {
        display: block;
        width: 100%;
    }
    .menu_btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .menu_btn:hover .subBtn {
        display: none;
    }
    header .hnav .mul>li {
        width: 100%;
        max-width: none;
        margin: 0;
        position: relative;
        border-top: 1px solid #FFF1F3;
    }
    .hnav .mli .sul {
        position: relative;
        margin-top: 0px;
        background-color: #858585;
        width: 100%;
        left: 0;
        padding: 0px;
    }
    .hnav .mli:hover .sul {
        display: none;
    }
    .hnav .mli.has_sub_btn.t .sul {
        display: block;
    }
    .hnav .sli a {
        color: #3e3a39;
        padding: 5px 0px;
    }
    .hnav .sli a:hover {
        color: #fff;
    }
    .hnav .mli span.sul_icon {
        content: "";
        width: 26px;
        height: 32px;
        top: 7px;
        right: 10px;
        position: absolute;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .hnav .mli.has_sub_btn span.sul_icon {
        background-image: url('../images/website_image/sul_icon.png');
        background-position: center center;
        background-repeat: no-repeat;
    }
    .hnav .mli.has_sub_btn.t span.sul_icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .member_login_boxbtn {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        color: #4b4b4b;
        background-color: #fdc6c6;
        font-size: 17px;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
    }
    .ipbox_left #ipul > li {
        width: calc(100% / 2);
        float: left;
    }
    /*footer*/
    .footer_container {
        padding: 2em 0;
    }
    footer {
        padding: 0!important;
    }
    .footer_left {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .footer_logo {
        width: 130px;
        margin-bottom: 10px;
    }
    .footer_right {
        width: 100%;
        justify-content: space-between;
    }
    .footer_right .RWDedictor {
        justify-content: space-between;
        width: 100%;
    }
    .footer_menu {
        width: 44%;
    }
    .footer_menu_02 {
        margin-right: 0vw !important;
        margin-left: 6%;
    }
    .footer_menu_03 {
        width: 100%!important;
        margin-top: 30px;
    }
    .footer_menu h3 {
        font-size: 16px;
    }
    .footer_menu ul li,
    .footer_menu ul li a {
        font-size: 14px!important;
        line-height: 25px;
    }
    /* .footer_menu_03 ul li{
        font-size: 12px;
    } */
    .footer_menu img {
        display: none;
    }
    .foot_main {
        padding: 32px 15px 15px;
    }
    .foot_top_left {
        width: 100%;
    }
    .foot_logo {
        text-align: center;
    }
    .foot_top_right {
        width: 100%;
        text-align: center;
        padding: 35px 0;
    }
    .foot_nav .foot_mul {
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .foot_nav .foot_mul .foot_mli:hover .foot_sul {
        display: none;
    }
    .foot_nav .foot_mul .foot_mli.has_sub_btn::before {
        /* content: ''; */
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 3.5px 0 3.5px;
        border-color: #ffffff transparent transparent transparent;
        top: 8px;
        right: 5px;
        display: inline-block;
        position: absolute;
    }
    .foot_nav .foot_mul .foot_mli.has_sub_btn.t .foot_sul {
        display: block;
    }
    .foot_nav .foot_mul .foot_mli .foot_sul {
        position: absolute;
        z-index: 9999;
        width: auto;
        display: none;
        cursor: pointer;
        left: 0;
        padding: 5px 0;
        background-color: #858585;
    }
    .foot_txt>div {
        font-size: 14px;
    }
    .copy address>span {
        display: block;
    }
    /*more*/
    .more {
        text-align: center;
        padding: 30px 0 30px 0;
    }
    .more a {
        font-size: 14px;
    }
    /*title*/
    .title {
        font-size: 23px;
    }
    .title>img {
        max-width: 52px;
    }
    .title>.ch_title {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .title>.ch_title span {
        font-size: 1.5em;
    }
    .page_detail {
        margin: 0% auto;
        width: 100%;
    }
    /* footer_icon */
    a.foot_link_icon:nth-child(1) {
        width: 35px;
        padding: 5px;
        bottom: 150px;
        right: 7px;
    }
    a.foot_link_icon:nth-child(2) {
        width: 35px;
        padding: 5px;
        bottom: 100px;
        right: 7px;
    }
    a.foot_link_icon:nth-child(3) {
        width: 35px;
        padding: 5px;
        bottom: 50px;
        right: 7px;
    }
    /*page*/
    .page ul li {
        padding: 0;
    }
    /*index*/
    .titleBox.titleStyle1 .entitle {
        font-size: 22px;
        letter-spacing: 1px;
        display: none;
    }
    .titleBox.titleStyle1 .title {
        font-size: 16px;
        letter-spacing: 0px;
        display: none;
    }
    .iitem_container .icon {
        width: 50%;
    }
    /*about*/
    .iabout_box {
        margin: 10px 0 0px;
    }
    .iabout_box .title {
        width: calc(100% - 30px);
    }
    .iabout {
        padding: 37px 15px 0;
        margin: 15px 0 0;
    }
    .iabout .iaboutmain {
        width: 100%;
    }
    .iabout .iaboutmain .about_left {
        width: 100%;
        padding: 0 10%;
        text-align: center;
    }
    .iabout .iaboutmain .about_right {
        width: 100%;
        padding: 0;
        font-size: 15px;
    }
    .iabout .iaboutmain .about_right h2 {
        font-size: 1.3em;
    }
    .iabout_box .more {
        margin: 25px 0;
    }
    /*news*/
    .inews_box {
        padding: 0 15px;
        width: 100%;
        margin: 38px auto 0px;
    }
    .inews_main {
        width: 48%;
        margin-bottom: 30px;
    }
    /*product*/
    .iproduct_box {
        padding: 0 15px;
        width: 100%;
    }
    .iproduct .ipbox .listbox .list {
        margin-bottom: 30px;
        width: 47%;
    }
    .homepro .showbox_index .showbox {
        height: 400px!important;
    }
    .grid_products>.listbox {
        grid-template-rows: 130px 130px 130px 380px;
        grid-template-columns: 65% 35%;
    }
    .grid_products>.listbox .list {
        margin: 5px;
    }
    .grid_products>.listbox .list:nth-child(1) {
        grid-row: 1 / 4;
        grid-column: 1 / 2;
    }
    .grid_products>.listbox .list:nth-child(2) {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    .grid_products>.listbox .list:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .grid_products>.listbox .list:nth-child(4) {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }
    .grid_products>.listbox .list:nth-child(5) {
        grid-row: 4 / 5;
        grid-column: 1 / 3;
    }
    .grid_products>.listbox .list>.pro_name {
        font-size: 12px;
        padding: 3px 3px;
    }
    .h01 {
        margin: 0 0 3%;
    }
    #head #head_logo {
        vertical-align: middle;
        min-height: 100%;
        text-align: left;
        padding: 35px 0;
    }
    #head #head_logo img {
        width: auto;
        height: 30px;
    }
    #cart_run {
        display: none;
    }
    #button_switch {
        display: block;
        text-align: center;
        cursor: pointer;
        background: #333;
        border-radius: 5px;
        padding: 10px 20px;
        margin: 0 3% 3%;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.2em;
        -moz-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
        box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
    }
    #button {
        display: none;
        position: relative;
        z-index: 999;
    }
    #button a {
        display: block;
        padding: 10px 0;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    #banner {
        margin: 0;
    }
    .prodcut ul li {
        width: 48%;
        margin-bottom: 3%;
    }
    .product_menu ul img {
        display: block;
        margin-bottom: 0;
    }
    .body_content {
        width: 100%;
    }
    .product_menu {
        width: 100%;
        margin-bottom: 5%;
    }
    #head #language {
        display: none;
        position: fixed;
        top: 35px;
        right: 85px;
        left: auto;
        text-align: center;
        z-index: 250;
    }
    #button .topBtn {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .art_index .h01 {
        margin: 0 0 6%;
        text-align: center;
    }
    .art_index .h02 {
        font-size: 16px;
        color: #666;
        letter-spacing: 0.1em;
        margin: 0 0 25px 0;
        text-align: center;
    }
    .art_index .h02 img {
        display: block;
        margin: 0 auto 2%;
    }
    .art_index .left {
        width: 100%;
        margin-right: 0;
    }
    .art_index .right {
        width: 100%;
        display: block;
    }
    .part2 .left {
        width: 100%;
        margin-right: 0;
        margin: 6% 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .product_menu ul li {
        width: 100%;
        float: none;
    }
    .ipbox_left #ipul > li {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 468px) {
    header .hnav .mul li a>b {
        font-size: 16px;
    }
    .iproduct .ipbox .listbox .list {
        width: 100%;
    }
    .inews_bottom .name {
        font-size: 16px;
        height: 24px;
    }
    .banner_txt>p {
        font-size: 6.5vw;
    }
    .banner_txtin {
        font-size: 4.5vw;
    }
    .iproduct {
        padding: 0;
    }
    .homepro .showbox_index {
        width: 100%;
    }
    .homepro .pro_con {
        margin-top: 5% !important;
    }
    .showbox,
    .ipbox_con {
        width: 100%;
    }
    .iproduct .listbox .list .pro_name {
        font-size: 16px;
    }
    .iproduct .listbox .list .pro_con {
        font-size: 14px;
    }
    .ipbox_more {
        margin-top: 15px;
        font-size: 14px;
    }
    .inews_main {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #f3f3f3;
    }
    .inews_top .inews_pic img {
        height: auto;
    }
}

@media screen and (max-width: 468px) {
    .headerbox {
        padding: 0;
    }
    .logo img {
        object-fit: contain;
        height: auto;
    }
    .logo {
        height: 60px;
        align-items: center;
    }
    .logo>a {
        width: calc(100% - 200px);
        text-align: left;
    }
    header.header_scroll .logo {
        width: 100%;
    }
}