@charset "utf-8";

/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微軟正黑體";
}

.pure-g [class*=pure-u],
.pure-g {
    font-family: "微軟正黑體";
    letter-spacing: 0px;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

#tinymce {
    background: none;
}

#container {
    width: 100%;
    margin: 0 auto;
}

.nodata {
    text-align: center;
    color: #814A36;
    font-size: 1em;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nodata span {
    padding: 5em;
    width: 100%;
}

main {
    overflow: hidden;
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    padding: 0;
}

main>div {
    width: 100%;
    margin: 0 auto;
    max-width: 1185px;
    overflow: hidden;
    -webkit-animation: slowtop 0.6s linear;
    -moz-animation: slowtop 0.6s linear;
    -ms-animation: slowtop 0.6s linear;
    -o-animation: slowtop 0.6s linear;
    animation: slowtop 0.6s linear;
}


/*header*/

header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 103px;
    margin: 0 auto;
    position: fixed;
    padding: 0;
    z-index: 999;
    top: 0;
    background-color: #814A36;
}

.headerbox {
    width: 100%;
    margin: 0 auto;
    max-width: 1185px;
    -webkit-animation: eimg 0.5s linear;
    -moz-animation: eimg 0.5s linear;
    animation: eimg 0.5s linear;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.hlogo {
    padding: 0 0 0 0px;
    position: relative;
    width: 120px;
    display: block;
    vertical-align: top;
    text-align: center;
}

header .hlogo img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 4px;
    display: inline-block;
    width: 120px;
}


/*會員登入*/

.member_login {
    position: fixed;
    top: 12%;
    right: 5px;
    width: 60px;
    height: 63px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    background-image: url('../images/website_image/member_login.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 10px;
    z-index: 1000;
    display: none;
}

.member_login a {
    color: #D3C3B4;
    font-size: 14px;
}

.member_login a:hover {
    color: #fff;
}

.productClickHistory {
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: auto;
}

.productClickHistory ul {
    background-color: #7B7B7B;
    border: 1px solid #7B7B7B;
}

.productClickHistory li {
    list-style: none;
}

.productClickHistory img {
    width: 100px;
    height: 100px;
}


/*Banner*/

.bannerbox {
    width: 100%;
    margin: 103px auto 0;
    max-width: 1185px;
    -webkit-animation: eimg 0.6s linear;
    -moz-animation: eimg 0.6s linear;
    -ms-animation: eimg 0.6s linear;
    -o-animation: eimg 0.6s linear;
    animation: eimg 0.6s linear;
}

#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
}

#banner .img {
    white-space: nowrap;
    position: absolute;
}

#banner .img img {
    vertical-align: top;
}

#banner_control {
    position: absolute;
    bottom: 31px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

#banner_control img {
    width: 23px;
}

#banner #banner_control span {
    cursor: pointer;
    padding: 0 4px;
}

#banner #banner_control span img:nth-child(2) {
    display: none;
}

#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}

#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}

#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}


/*Banner End*/


/*menu*/

header .navbox {
    width: calc(97.97% - 120px);
    display: block;
    vertical-align: top;
    padding-bottom: 26px;
    margin-left: 2.03%;
}

header .hnav .mul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}

header .hnav .mul>li {
    position: relative;
    width: calc(100% / 8);
    padding: 0;
    margin: 0;
    max-height: 20px;
}

header .hnav .mul li a>b {
    display: block;
    font-weight: normal;
    vertical-align: top;
    margin-top: 6px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .hnav .mul li a>img {
    position: relative;
    vertical-align: middle;
    width: 35px;
}

.hnav .mli>a {
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #C8B1A8;
    font-size: 16px;
    letter-spacing: 0px;
    position: relative;
    cursor: pointer;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.hnav .mli>a:hover,
.hnav .mli.has_sub_btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hnav .mli .sul {
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: none;
    cursor: pointer;
    left: 0px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px 0 0;
}

.hnav .mli:hover .sul {
    display: block;
}

.hnav .sli {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.hnav .sli:last-child {
    padding-bottom: 6px;
}

.hnav .sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 2px;
    font-size: 15px;
    color: #956857;
}

.hnav .sli a:hover {
    background-color: #fff;
}


/*title*/

.title {
    text-align: center;
    width: 100%;
    margin: 47px 0;
    padding: 0 28px;
}


/*more*/

.more a {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 5px;
    color: #A07567;
    position: relative;
}

.more a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #A07567;
    bottom: 4px;
    left: 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more a:hover:before {
    width: 70px;
}

.more a img {
    margin-right: 4px;
    position: relative;
    display: inline-block;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more {
    text-align: right;
    margin: 30px 0;
}

.more a:hover img {
    left: 106px;
}

.more.more_left a:hover img {
    left: 0;
}


/*top*/

#gotop {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 40px;
    cursor: pointer;
    z-index: 9999;
}

#gotop img {
    width: 70px;
    height: auto;
}


/*按鈕*/

.member_button {
    background: #4B4B4B;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 0.5em;
    border: none;
}

.member_button:hover {
    background: #DA4E40;
}

a.btn {
    background: #4B4B4B;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}

a.btn:hover {
    background: #DA4E40;
}

a.btn_fb {
    background: #1D438E;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}

a.btn_fb:hover {
    background: #13213B;
}


/*返回*/

.back {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.back a {
    color: #4B4B4B;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 1%;
}

.back a:hover {
    color: #fff;
    background: #878787;
    border-radius: 4px;
}


/*頁碼*/

.page {
    text-align: center;
    margin: 20px 10px;
    font-size: 16px;
    width: 100%;
}

.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page ul li {
    display: inline-block;
    margin: 0 20px;
}

.page ul li a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #885648;
    font-weight: bolder;
}

.page ul li .select,
.page ul li a:hover {
    color: #959595
}


/*footer*/

footer {
    background-color: #94765C;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer_box,
.foot_main {
    width: 100%;
}

.foot_main_in {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.foot_left {
    width: calc(100% - 205px);
    text-align: left;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 12px 8.7%;
}

.foot_right {
    width: 205px;
    text-align: right;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    padding: 25px 0 0 0;
}

.foot_right a {
    display: inline-block;
}

.foot_right a:last-child {
    margin-left: 2px;
}

.foot_right a img {
    width: 65px;
}

.foot_logo {
    width: 119px;
}

.foot_cont {
    width: calc(100% - 155px);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    color: #1E130C;
    font-size: 15px;
    text-shadow: 0 0 0 #1E130C;
    line-height: 1.8em;
    padding: 0px 0 0 5.8%;
    letter-spacing: 0.7px;
}

.foot_cont>div {
    display: inline-block;
    margin-right: 5%;
    padding: 0 0 0 10px;
    text-align: left;
}

.foot_cont a {
    color: #0075a9;
}

p.foot_company {
    color: #fff;
    font-size: 18px;
}

.foot_cont p {
    margin: 0;
}

.foot_cont p>img.foot_icon {
    max-height: 22px;
    vertical-align: middle;
    margin-right: 11px;
}

.foot_right a:hover img {
    -webkit-animation: tada 1s;
    -moz-animation: tada 1s;
    -ms-animation: tada 1s;
    -o-animation: tada 1s;
    animation: tada 1s;
}

.copy {
    width: 100%;
    background-color: #814A36;
    color: #CFBBB4;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 7px 28px;
    text-align: center;
}

.copy a {
    color: #CFBBB4;
}


/*news*/

.inews_box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-color: #F6F4F5;
    background-image: url('../images/website_image/news/news_bg.webp');
    background-position: left top;
    background-repeat: no-repeat;
}

.inews {
    text-align: center;
}

.homepage .inews .title {
    margin: 61px 0;
}

.inews_main_out {
    margin: 0 auto;
    width: 67%;
    padding: 0;
    text-align: left;
    overflow: hidden;
}

.inews_mainbox {
    padding: 0;
}

.inews_main {
    margin: 0 auto;
    padding: 36px 0px;
    width: 100%;
}

.inews_main:first-child {
    padding-top: 0;
}

.inews_main a {
    color: #888687;
    font-size: 17px;
    line-height: 1.5em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.inews_main a:hover,
.inews_main a:hover .inews_bottom .name,
.inews_main a:hover .inews_bottom .txt,
.inews_main a:hover .inews_top .date>div>b {
    color: #814A36;
}

.inews_top {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 19.62%;
}

.inews_top .date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    vertical-align: top;
    width: 100%;
}

.inews_top .date>div {
    position: relative;
    width: 100%;
    background-color: #814A36;
    border-radius: 25px;
    height: 41px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.inews_top .date>div>span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.inews_bottom .name {
    width: 100%;
    color: #453F3F;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    overflow: hidden;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: top;
    font-size: 18.5px;
    font-weight: bolder;
    letter-spacing: 1px
}

.inews_bottom {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 80.38%;
    padding-left: 5.5%;
}

.inews_bottom .txt {
    width: 100%;
    color: #727171;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-height: 23px;
    font-size: 15px;
    margin-top: 5px;
}

.inews_box .more {
    padding-right: 5.3%;
    width: 100%;
    margin: 45px 0;
}


/*product*/

.homepage .iproduct_box {
    margin-bottom: 110px;
}

.iproduct_box {
    padding: 0;
}

.iproduct {
    background-color: #fff;
    text-align: center;
}

.ipbox {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.ipbox_list {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ipbox_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 69px;
}

.iproduct .ipbox .listbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.iproduct .ipbox .listbox .list {
    width: 29.8%;
    position: relative;
    margin-bottom: 5.8%;
}

.iproduct .ipbox .listbox .list:not(:nth-child(3n)) {
    margin-right: 5.3%;
}

.iproduct .ipbox .listbox a.list:hover .ipname {
    color: #854E38;
}

.iproduct .ipbox .listbox a.list:hover .showbox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.iproduct .ipbox .listbox .list .ippic {
    width: 100%;
    position: relative;
}

.ippic_pic_out {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
}

.test2 {
    display: block;
    opacity: 1;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.showbox {
    width: 100%;
    position: relative;
}

.iproduct .ipbox .listbox .list .ipname {
    /* text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box; */
    color: #3F3F3F;
    margin: 22px 0 0;
    text-align: left;
    display: block;
    overflow: hidden;
    font-size: 17px;
    position: relative;
    border-bottom: 1.5px solid #C1A49B;
    padding-bottom: 3px;
}

.ipbox_left {
    width: 18.9%;
    flex-direction: column;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    vertical-align: top;
}

.ipbox_right {
    width: 81.1%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3%;
}

.ipbox_detailbox {
    width: 100%;
}

.ipbox_left #ipul {
    padding: 6px 10px 10px 36px;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
}

.ipbox_left #ipul>li {
    cursor: pointer;
    padding: 4px 0;
}

.ipbox_left #ipul a {
    color: #814a36;
    padding: 5px 0px;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
}

.ipbox_left .sul {
    display: none;
}

.ipbox_left #ipul .sul li a {
    color: #7F7E7C;
    font-size: 15px;
    padding: 4px 6px;
}

.ipbox_left #ipul .sul li a:hover {
    color: #333;
}

.ipbox_left .ititle>div {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    font-size: 22px;
    letter-spacing: 9px;
}

.ipbox_left .ititle>div img {
    vertical-align: middle;
}

.ipbox_bottom {
    margin: 0;
    text-align: right;
    width: 100%;
    padding: 0 3%;
}

.ipbox_bottom .more {
    margin: 19px 10px 30px
}


/*home_about*/

.iabout_box {
    width: 100%;
}

.iaboutmain {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    background-image: url('../images/website_image/page/about_bg_flower.png'), url('../images/website_image/page/about_bg.webp');
    background-repeat: no-repeat, repeat-y;
    background-size: auto;
    background-position: right bottom, center;
}

.iabout_left {
    position: relative;
    width: 37.38%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.iabout_left img {
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
}

.iabout_right {
    width: 62.62%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 7% 4.4% 4.5%;
}

.iabout_right .iabout_txt {
    width: 100%;
    color: #302322;
    font-size: 18px;
    letter-spacing: 1.3px;
    line-height: 40px;
    text-align: left;
    text-shadow: 0 0 0 #302322;
}

.iabout_right .iabout_txt p {
    margin: 14px 0;
}

.iabout_right .iabout_txt p.style01 {
    color: #854E38;
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 6.5%;
}

.iabout_right .iabout_txt span {
    color: #854E38;
}

.about_sol {
    display: block;
    text-align: center;
    padding: 4% 0;
}

.about_sol>div {
    display: inline-block;
    margin: 0 7px;
}


/**/

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes eimg {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes eimg {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slowtop {
    from {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slowtop {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes breath {
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}

@keyframes breath {
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}