@charset "UTF-8";

html,
body,
ul,
ol {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "微軟正黑體", arial, Verdana, "新細明體", sans-serif;
    color: #545454;
    line-height: normal;
}

a {
    color: #5b5149;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.header li,
.footer li {
    list-style: none;
}

.container {
    max-width: 1200px;
    width: 100%;
    /* height:100%; */
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.header {
    height: 110px;
    background-color: #fff;
    position: relative;
}

.header .container {
    height: 106px;
}

.logo{
	max-width:182px;
	position:absolute;
	left:15px;
    top:36px;
	color:#000;
	z-index: 3;
}
.logo img{
	width: 100%;
}
.top_menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 13px;
    z-index: 1050;
}

.top_menu a {
    display: block;
}

.top_menu>li>a,
.top_menu .dropdown>a,
.top_menu>.text {
    padding: 0px;
    margin: 0 12px 0 11px;
    color: #979797;
}

.dropdown-menu {
    min-width: 100%;
    position: absolute;
    top: 31px;
    background-color: #979797;
    padding: 0;
    display: none;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    color: #fff;
    text-align: center;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover {
    background-color: #bfbfbf;
    color: #535353;
}

.top_menu .social_media a {
    display: inline-block;
    margin: 0 2px;
    width: 22px;
}

.topmenu-icon {
    font-size: 15px;
    padding-right: 4px;
}
.gw_png{
	display: inline-block;
	width: 17px;
	margin-right: 5px;
	vertical-align: sub;
}
.gw_png img{
width: 100%;
}
.social_media img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    height: auto;
}

.menu {
    position: absolute;
    font-size: 16px;
    right: 50px;
    top: 62px;
}

.menu>li {
    float: left;
    position: relative;
}

.menu>li>a {
    padding: 0 18px 0 18px;
    height: 44px;
    color: #81511c;
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    z-index: 999;
}

.submenu li {
    text-align: center;
}

.submenu a {
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    width: 100%;
    display: block;
}

.search {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(27, 27, 27, 0.9);
    width: 100%;
    height: 100%;
    padding-top: 150px;
    position: fixed;
    z-index: 1099;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.search.open {
    opacity: 1;
    visibility: visible;
}

.search_close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 35px;
    top: 15px;
    cursor: pointer;
}

.search_close:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    background-color: #fff;
}

.search_close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    background-color: #fff;
}

.search-text {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;

}

.search-text div {
    position: relative;
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.search-text input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
}

.search-text button {
    position: absolute;
    right: 15px;
    top: -5px;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 25px;
}

.search-text input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.search-text input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.search-text input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.footer {
    position: relative;
    min-height: 268px;
    background-color: #ad8945;
    margin-top: 100px;
}

.footer-info {
    width: 50%;
    padding-top: 50px;
    float: left;
}

.footer-info .html_edit a {
    color: #fff;
    text-decoration: none;
}

.footer-info:first-child {
    text-align: left;
}

.footer-info:last-child {
    text-align: right;
}

.foot_html ul,
.foot_html a {
    font-size: 14px;
    color: #fff;
}

.footer .foot_html li {
    padding: 2px 0;
}

.footer .foot_html {
    display: inline-block;
}

.footer .foot_html .tel {
    padding: 0;
}

.footer .foot_html .tel a,
.footer .foot_html .tel {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.footer .social_media a {
    margin-right: 6px
}

.footer .top {
    padding-top: 30px;
    min-height: 235px;
    background-color: #e5e5e5;
    text-align: center;
}

.footer_logo {
    margin-bottom: 5px;
}

.footer .bottom {
    min-height: 268px;
}

.go-top-btn {
    width: 63px;
    height: 63px;
    background: url('../images/karihome_gotop.png') no-repeat;
    margin: 0 auto;
    cursor: pointer;
}

.sitemap {
    text-align: left;
    display: inline-block;
    padding-top: 40px;
}

.sitemap>li {
    float: left;
    margin: 0 19px;
    margin-bottom: 10px;
}

.sitemap a:hover {
    border-bottom: 1px solid #362e2b;
}

.sitemap_submenu {
    padding: 20px 0;
}

.sitemap_submenu li {
    padding: 5px 0;
    max-width: 85px;
    text-align: left;
}

.sitemap_submenu li a {
    font-size: 15px;
    color: #959595;
    margin: 0;
}

.sitemap_submenu li a:hover {
    border-bottom: 1px solid #959595;
}

.copyright {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    line-height: 20px;
}

.top_title {
    height: 211px;
}

.default_bg {
    background: url('../images/karihome_bread_default_bg.jpg') no-repeat center bottom;
}

.about_bg {
    background: url('../images/karihome_bread_bg.jpg') no-repeat center bottom;
}

.story_bg {
    background: url('../images/karihome_bread_bg_story.jpg') no-repeat center bottom;
}

.product_bg {
    background: url('../images/karihome_bread_bg_product.jpg') no-repeat center bottom;
}

.news_bg {
    background: url('../images/karihome_bread_bg_news.jpg') no-repeat center bottom;
}

.location_bg {
    background: url('../images/karihome_bread_bg_sales.jpg') no-repeat center bottom;
}

.article_bg {
    background: url('../images/karihome_bread_bg_baby.jpg') no-repeat center bottom;
}

.use_proof_bg {
    background: url('../images/karihome_bread_bg_proof.jpg') no-repeat center bottom;
}

.search_bg {
    background: url('../images/karihome_bread_search_bg.jpg') no-repeat center bottom;
}

.top_title .container {
    height: 100%;
}

.top_title .title {
    position: absolute;
    left: 120px;
    top: 121px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    max-height: 74px;
    overflow: hidden;
}

.bread {
    position: absolute;
    right: 15px;
    top: 135px;
    z-index: 3;
}

.bread li {
    list-style: none;
    float: left;
}

.bread a {
    color: #fff;
    font-size: 15px;
}

.bread li:nth-child(n+2):before {
    content: '/';
    color: #fff;
    padding: 0 5px;
}

.community {
    list-style: none;
    font-size: 0;
        height: 68px;
    padding: 15px 0 15px 105px;
}
.community li{
    display: inline-block;
    width: 32px ;
    margin: 0 5px 0 0 ;
}
.community li img{
    width: 100%;
}

@media screen and (min-width: 900px) {
    .pc_hidden {
        display: none !important;
    }

    .top_menu>li {
        display: inline-block;
        /* vertical-align: bottom; */
    }

    .submenu {
        width: 145px;
        background-color: rgba(209, 174, 93, 0.9);
        left: -21px;
        top: 44px;
    }

    .submenu a:hover,
    .submenu .active a {
        color: #795548;
        background: rgba(255, 255, 255, 0.38);
    }

    .submenu a:hover .fa,
    .submenu .active a .fa {
        display: block;
    }

    .separate:before {
        content: '';
        width: 1px;
        height: 15px;
        display: block;
        background-color: #bbb;
    }

    .menu>li {
        padding: 0 18px 0 18px;
        height: 44px;
        max-width: 120px;
    }

    .menu>li>a {
        padding: 0;
        max-width: 120px;
        display: inline;
    }

    .menu>li>a:hover {
        /* border-bottom: 1px solid #81511c; */
    }

    .pc_bg {
        height: 190px;
        background: url('../images/karihome_bg.png') no-repeat center;
        position: relative;
        pointer-events: none;
        z-index: 2;
    }

    .footer {
        background-image: url('../images/karihome_footer_bg.png');
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1150px) and (min-width: 1050px) {
    .menu>li {
        padding: 0px 13px 0 13px;
    }
}

@media screen and (max-width: 1049px) and (min-width: 900px) {
    .menu {
        right: 6px;
        font-size: 15px;
    }

    .menu>li {
        padding: 0px 9px 0 9px;
    }

    .submenu {
        left: -30px;
    }
}

@media screen and (max-width: 899px) {
    .navbar-fixed-top {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
    }

    .m_hidden {
        display: none !important;
    }

    .header {
        height: 60px;
        border-top: 0px;
    }

    .header .container {
        height: 60px;
    }

    .header #nav.open {
        display: block;
    }

    .top_title {
        height: 161px;
        padding-top: 60px;
        background-size: cover;
    }

    .top_title .container {
        display: block;
    }

    .top_title .container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .top_title .title {
        font-size: 28px;
        position: static;
        display: inline-block;
        vertical-align: middle;
    }

    .logo {
        width: 150px;
        z-index: 1033;
        top: 2px;
        /* height: 100px; */
        left: 50%;
        margin-left: -70px;
        text-align: center;
    }

    .logo img {
        max-height: 100%;
    }

    #m_block {
        position: absolute;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 1032;
    }

    .m_nav_btn {
        width: 22px;
        height: 30px;
        position: absolute;
        left: 15px;
        top: 22px;
        cursor: pointer;
        z-index: 1034;
    }

    .m_search_btn {
        position: absolute;
        right: 15px;
        top: 14px;
        cursor: pointer;
        z-index: 1034;
        color: #979797;
        font-size: 25px;
    }

    .icon-bar {
        width: 100%;
        height: 4px;
        position: absolute;
        border-radius: 5px;
        background-color: #81511c;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .show .icon-bar:nth-child(1) {
        margin-top: 7px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .show .icon-bar:nth-child(2) {
        display: none;
    }

    .show .icon-bar:nth-child(3) {
        margin-top: -7px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated_speed {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

    #bar1 {
        top: 0px;
    }

    #bar2 {
        top: 7px;
    }

    #bar3 {
        top: 14px;
    }

    #nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .menu {
        position: static;
    }

    .menu>li {
        float: none;
        padding: 0px;
        background-color: #f0f4c3;
    }

    .menu>li.gray {
        background-color: #979797;
        text-align: center;
    }

    .menu>li>a {
        position: relative;
        height: auto;
        padding: 14px 50px 14px 26px;
        border-bottom: 1px solid #d6dba1;
        margin: 0;
    }

    .menu>li.gray>a {
        padding: 14px 30px;
        border-bottom: 1px solid #b5b5b5;
        color: #fff;
    }

    .menu>li.gray .submenu li {
        text-align: center;
    }

    .menu>li.gray .submenu a:before {
        content: none;
    }

    .menu>li>a {
        color: #996c33;
    }

    .submenu {
        width: 100%;
        position: static;
        padding: 0;
        background-color: #cfa972;
    }

    .gray .submenu {
        background-color: #bfbfbf;
    }

    .submenu li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .submenu a {
        padding: 14px 28px 14px 36px;
        border-bottom: 1px solid #e4bd84;
        display: block;
    }

    .submenu a:hover {
        background-color: #a87033;
    }

    .submenu li:last-child a {
        border-bottom-width: 0;
    }

    .gray .submenu a {
        color: #535353;
        border-bottom: 1px solid #d2d2d2;
    }

    .gray .submenu a:hover,
    .gray .submenu li.active a {
        background-color: #e5e5e5;
    }

    .arrow {
        height: 25px;
        position: absolute;
        right: 30px;
        font-size: 25px;
        top: 10px;
    }

    .arrow .fa {
        vertical-align: top;
    }

    .search {
        z-index: 1029;
        padding-top: 145px;
    }

    .search_close {
        top: 78px;
        right: 15px;
    }

    .search-text div {
        padding-right: 0px;
        padding-bottom: 3px;
    }

    .search-text button {
        display: none;
    }

    .footer .top {
        height: 250px;
    }

    .footer .bottom {
        min-height: 295px;
    }

    .footer-info {
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }

    .footer .social_media a {
        margin-left: 6px;
    }

    .footer_logo {
        margin: 0 auto;
    }

    .footer-info:last-child {
        padding-top: 90px;
        text-align: center;
    }

    .foot_html {
        position: absolute;
        top: -130px;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .foot_html table {
        width: 100%;
    }

    .foot_html ul,
    .foot_html a,
    .footer .foot_html .tel,
    .footer .foot_html .tel a {
        color: #707070;
    }

    #main_menu .active .arrow {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 32px;
    }

    .footer-info:first-child {
        text-align: center;
    }

    .footer-info .html_edit a {
        color: #707070;
    }

}

@media screen and (max-width: 639px) {
    .arrow {
        right: 15px;
    }

    .menu>li>a {
        padding: 14px 30px 14px 15px;
    }

    .submenu a {
        padding: 14px 15px 14px 30px;
    }

    #main_menu .active .arrow {
        right: 18px;
    }
}




@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.bread_wrap {
    min-height: 35px;
    position: relative;
    border: 1px solid #b5b5b5;
    margin-bottom: 30px;
}

.breadcrumb {
    width: 1200px;
    height: 35px;
    padding-left: 39px;
    margin-left: -1px;
    position: absolute;
    font-size: 13px;
    line-height: 34px;
    background-color: rgba(0, 38, 104, 0.85);
    color: #fff;
}

.breadcrumb span:after {
    content: ">";
    padding: 0 4px 0 7px;
}

.breadcrumb span:last-child:after {
    content: " ";
    padding: 0;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.kv-banner {
    height: 338px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.unit_title {
    position: absolute;
    left: 36px;
    top: 65px;
    color: #002668;
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
}

.unit_title span {
    color: #626262;
}

.img-center {
    margin: 15px 0;
    text-align: center;
}

.html_edit img {
    height: auto;
}

.html_edit a {
    color: #bc9948;
}

.html_edit a:hover {
    text-decoration: underline;
}

.html_edit.center {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 0;
}

.img_link {
    color: #bc9948;
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #bc9948;
    display: none !important;
    min-width: 145px;
    text-align: center;
    text-decoration: none;
}

.html_edit .img_link:hover {
    text-decoration: none;
}

@media screen and (max-width: 639px) {
    .img_link {
        display: inline-block !important;
    }
}

.qr_code_box.alert_box {
    height: 480px;
}

.qr_code .alert_overlay {
    background-color: rgba(27, 27, 27, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

}

.qr_code,
.qr_code,
.qr_code .alert_box {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}

.qr_code.open,
.qr_code.open .alert_overlay,
.qr_code.open .alert_box {
    visibility: visible;
    opacity: 1;
}

.qr_code_block {
    float: left;
    width: 50%;
    padding-top: 80px;
    text-align: center;

}

.qr_code_block h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #7d511c;
}

.qr_code_block p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #7d511c;
}

.alert_window {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1051;
}

.alert_overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #1b1b1b;
    opacity: 0.9;
}

.alert_box {
    position: absolute;
    width: 80%;
    height: 510px;
    max-width: 855px;
    background-color: #fff;
    background-image: url('../images/karihome_alert_bg.png');
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 12%;
    bottom: 0;
    margin: 0 auto;
    padding: 4px 15px;
}

.alert_container {
    height: 100%;
    overflow-y: auto;
}

.alert_close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: url('images/karihome_close.png') no-repeat 0 0;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

@media screen and (max-width: 899px) {
    .alert_close {
        top: -20px;
        right: -20px;
    }
    .community {
    list-style: none;
    font-size: 0;
    height: 68px;
    padding: 15px 0 15px 0px;
}
}

@media screen and (max-width: 1050px) {
    .sitemap>li:nth-child(6) {
        clear: left;
    }
}