.wrap {
    width: 1300px
}

@media (max-width: 1340px) {
    .wrap {
        width: 100%;
        padding: 0 20px
    }
}

.circleBtn {
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.circleBtn:hover {
    border: 1px solid white
}

.circleBtn span {
    display: inline-block;
    width: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.btnBox a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    height: 35px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    background-color: #cab380
}

.btnBox a:hover:before {
    right: auto;
    left: 0;
    width: 100%
}

.btnBox a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #0f765e;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btnBox a span {
    position: relative;
    z-index: 1
}

.bannerArea {
    overflow: hidden
}

.bannerVideoBox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4 linear;
    -o-transition: all 0.4 linear;
    transition: all 0.4 linear
}

.bannerVideoBox.playing {
    z-index: 11;
    opacity: 1
}

.bannerBox .Txt {
    padding-top: 45px;
    position: absolute;
    top: 28%;
    left: 48.2%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 615px;
}

@media (max-width: 1340px) {
    .bannerBox .Txt {
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 100%;
        padding: 20px;
        padding-right: 90px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 960px) {
    .bannerBox .Txt {
        padding-right: 20px;
        top: 25%
    }
}

@media (max-width: 767px) {
    .bannerBox .Txt {
        top: 20%
    }
}

.bannerBox .Txt.show:before {
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    width: 30px
}

.bannerBox .Txt.show .title {
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.bannerBox .Txt.show p {
    -webkit-transition: all .8s 0.6s linear;
    -o-transition: all .8s 0.6s linear;
    transition: all .8s 0.6s linear;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.bannerBox .Txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #fff
}

@media (max-width: 1340px) {
    .bannerBox .Txt:before {
        left: 20px
    }
}

@media (max-width: 767px) {
    .bannerBox .Txt:before {
        display: none
    }
}

.bannerBox .Txt p {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    letter-spacing: 1px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

.bannerBox .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

@media (max-width: 767px) {
    .bannerBox .title {
        text-align: center;
        font-size: 23px
    }
}

.videoBtnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 40%;
    right: 16%;
    z-index: 11;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.videoBtnBox.show {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1
}

@media (max-width: 1180px) {
    .videoBtnBox {
        opacity: 1;
        right: 10px
    }
}

@media (max-width: 960px) {
    .videoBtnBox {
        top: 25%
    }
}

@media (max-width: 767px) {
    .videoBtnBox {
        top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .videoBtnBox.open {
        right: -50px
    }
}

.videoBtnBox.open .videoTitle {
    opacity: 0
}

.videoBtnBox .videoTitle {
    padding-left: 15px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 10px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .videoBtnBox .videoTitle {
        padding-top: 10px;
        padding-left: 0;
        font-size: 30px
    }
}

.videoBtnBox .videoBtn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 95px;
    height: 95px
}

@media (max-width: 767px) {
    .videoBtnBox .videoBtn {
        width: 70px;
        height: 70px
    }
}

.videoBtnBox .videoBtn.open .playing {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg)
}

.videoBtnBox .videoBtn.open .pauseing {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg)
}

.videoBtnBox .controlVideo {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.videoBtnBox .controlVideo:hover {
    border: 1px solid white
}

.videoBtnBox .controlVideo span {
    display: inline-block;
    width: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.videoBtnBox .controlVideo.playing {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg)
}

.videoBtnBox .controlVideo.pauseing {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg)
}

.videoBtnBox .controlVideo.pauseing:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    width: 6px;
    height: 35px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.videoBtnBox .controlVideo.pauseing:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    width: 6px;
    height: 35px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.scrollDown {
    cursor: pointer;
    position: absolute;
    padding: 5px 10px;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 60px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1180px) {
    .scrollDown {
        display: none
    }
}

.scrollDown:after, .scrollDown:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-animation: 2s arrowDown ease-out infinite;
    animation: 2s arrowDown ease-out infinite
}

.scrollDown:before {
    right: 50%;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.scrollDown:after {
    left: 50%;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

@-webkit-keyframes arrowDown {
    0%, 20%, 50%, 80%, to {
        bottom: 0px
    }
    40% {
        bottom: 12px
    }
    60% {
        bottom: 8px
    }
}

@keyframes arrowDown {
    0%, 20%, 50%, 80%, to {
        bottom: 0px
    }
    40% {
        bottom: 12px
    }
    60% {
        bottom: 8px
    }
}

.mainArea {
    padding: 0
}

.stepArea {
    padding: 80px 0 60px;
    background-color: #f8f6ed
}

@media (max-width: 1180px) {
    .stepArea {
        padding: 30px 0 0
    }
}

.stepArea .wrap {
    width: 1400px
}

@media (max-width: 1440px) {
    .stepArea .wrap {
        width: 100%;
        padding: 0 20px
    }
}

@media (max-width: 1180px) {
    .stepArea .wrap {
        padding: 0 50px
    }
}

.stepArea .titleBox {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 1180px) {
    .stepArea .titleBox {
        margin-bottom: 0
    }
}

.stepArea .titleBox .title {
    font-size: 23px;
    font-weight: 600;
    color: #5d5d5d
}

.stepArea .stepBox {
    position: relative;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 185, 141, 0.3)), to(rgba(204, 185, 141, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(204, 185, 141, 0.3) 0%, rgba(204, 185, 141, 0.3) 100%);
    background-image: -o-linear-gradient(top, rgba(204, 185, 141, 0.3) 0%, rgba(204, 185, 141, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(204, 185, 141, 0.3) 0%, rgba(204, 185, 141, 0.3) 100%);
    background-size: calc(100% - 26px) 1px;
    background-position: center calc(50% - 55px)
}

@media (max-width: 1180px) {
    .stepArea .stepBox {
        background-image: none
    }
}

.stepArea .stepBox:after, .stepArea .stepBox:before {
    content: "";
    position: absolute;
    top: calc(50% - 55px);
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgba(204, 185, 141, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1180px) {
    .stepArea .stepBox:after, .stepArea .stepBox:before {
        display: none
    }
}

.stepArea .stepBox:after {
    left: auto;
    right: 0
}

@media (max-width: 1180px) {
    .stepArea .stepList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stepArea .stepList li {
        padding: 10px
    }
}

.stepArea .item {
    position: relative;
    padding-bottom: 110px
}

@media (max-width: 1180px) {
    .stepArea .item {
        margin: 0 auto;
        padding: 10px 0;
        max-width: 200px
    }
}

@media (min-width: 1181px) {
    .stepArea .item:hover .Img:before {
        width: 80px;
        height: 80px;
        background-color: rgba(223, 213, 189, 0.5)
    }

    .stepArea .item:hover .Img img {
        -webkit-transform: scale(0.25);
        -ms-transform: scale(0.25);
        transform: scale(0.25)
    }
}

@media (min-width: 1181px) and (max-width: 1366px) {
    .stepArea .item:hover .Img img {
        -webkit-transform: scale(0.27);
        -ms-transform: scale(0.27);
        transform: scale(0.27)
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .stepArea .item:hover .Img img {
        -webkit-transform: scale(0.29);
        -ms-transform: scale(0.29);
        transform: scale(0.29)
    }
}

@media (min-width: 1181px) {
    .stepArea .item:hover .Txt {
        bottom: 35%
    }

    .stepArea .item:hover .Txt .stepNum {
        opacity: 0
    }

    .stepArea .item.current .Img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .stepArea .item.current .Txt {
        bottom: 0%
    }

    .stepArea .item.current .Txt .stepNum {
        opacity: 1
    }

    .stepArea .item.current .Txt .title {
        opacity: 1
    }

    .stepArea .item.current:hover .Img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .stepArea .item.current:hover .Txt {
        bottom: 0%
    }

    .stepArea .item.current:hover .Txt .stepNum {
        opacity: 1
    }
}

.stepArea .Img {
    position: relative;
    max-width: 280px;
    max-height: 280px;
    border-radius: 50%;
    overflow: hidden
}

.stepArea .Img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 11px;
    height: 11px;
    background-color: #ccb98d
}

@media (max-width: 1180px) {
    .stepArea .Img:before {
        display: none
    }
}

.stepArea .Img img {
    display: block;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (max-width: 1180px) {
    .stepArea .Img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.stepArea .Txt {
    pointer-events: none;
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1180px) {
    .stepArea .Txt {
        pointer-events: auto;
        padding: 10px 0;
        position: relative;
        bottom: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.stepArea .Txt .stepNum {
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.stepArea .Txt .num {
    font-size: 40px;
    font-weight: 400;
    color: #ccb98d;
    margin-bottom: 7px
}

@media (max-width: 840px) {
    .stepArea .Txt .num {
        font-size: 30px
    }
}

.stepArea .Txt .word {
    font-size: 14px;
    font-weight: 400;
    color: #ccb98d
}

.stepArea .Txt .title {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

@media (max-width: 1180px) {
    .stepArea .Txt .title {
        opacity: 1
    }
}

.stepArea .Txt .title a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #353535;
    height: 55px
}

.stepArea .selectBox > div {
    position: absolute;
    top: calc(50% - 75px);
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(202, 179, 128, 0.6);
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1180px) {
    .stepArea .selectBox > div {
        top: calc(50% - 85px)
    }
}

.stepArea .selectBox > div:hover {
    background-color: #0f765e;
    border-color: #0f765e
}

.stepArea .selectBox > div:hover:before {
    background-color: #fff
}

.stepArea .selectBox > div:hover:after {
    border-color: #fff
}

.stepArea .selectBox > div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 1px;
    background-color: #cab380;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.stepArea .selectBox > div:after {
    content: "";
    position: absolute;
    top: 20px;
    width: 6px;
    height: 6px;
    border: 1px solid #cab380;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.stepArea .selectBox .prev {
    left: calc(36% - 20px)
}

@media (max-width: 1180px) {
    .stepArea .selectBox .prev {
        left: -40px
    }
}

.stepArea .selectBox .prev:after {
    left: 10px;
    border-bottom: none;
    border-right: none;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.stepArea .selectBox .next {
    left: calc(64% - 20px)
}

@media (max-width: 1180px) {
    .stepArea .selectBox .next {
        left: auto;
        right: -40px
    }
}

.stepArea .selectBox .next:after {
    right: 12px;
    border-bottom: none;
    border-left: none;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.featureArea {
    background-color: #f8f6ed
}

@media (max-width: 1180px) {
    .featureArea {
        display: none
    }
}

.featureArea .slick-dotted.slick-slider {
    margin-bottom: 0
}

.featureArea .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    bottom: auto;
    top: 50%;
    right: 300px;
    right: 16%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1340px) {
    .featureArea .slick-dots {
        right: 20px
    }
}

@media (max-width: 1180px) {
    .featureArea .slick-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.featureArea .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1
}

@media (max-width: 1180px) {
    .featureArea .slick-dots li.slick-active button:before {
        color: #000;
        opacity: 0.5
    }
}

.featureArea .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%
}

.featureArea .slick-dots li button:before {
    color: #fff;
    opacity: 0.5
}

@media (max-width: 1180px) {
    .featureArea .slick-dots li button:before {
        color: #000;
        opacity: 0.1
    }
}

.featureArea .wrap {
    width: 100%
}

@media (max-width: 1340px) {
    .featureArea .wrap {
        padding: 0
    }
}

.featureArea .item {
    position: relative
}

@media (max-width: 1180px) {
    .featureArea .Img {
        height: 400px
    }
}

.featureArea .Img img {
    display: block;
    width: 100%
}

@media (max-width: 1180px) {
    .featureArea .Img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.featureArea .textBox {
    position: absolute;
    top: 24%;
    left: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 650px
}

@media (max-width: 1340px) {
    .featureArea .textBox {
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.featureArea .Txt {
    max-width: 400px
}

.featureArea .Txt p {
    padding-right: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 1.5px
}

.featureArea .title {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff
}

.featureArea .title a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}

.featureArea .circleBtn {
    margin-top: 40px;
}

@media (max-width: 1180px) {
    .featureArea .circleBtn {
        margin-top: 20px;
    }
}

.newsArea {
    padding: 100px 0 115px;
}

@media (max-width: 1180px) {
    .newsArea {
        /* display: none; */
        padding: 50px 0 100px;
    }
}

@media (max-width: 767px) {
    .newsArea {
        padding-bottom: 120px;
    }
}

.newsArea .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.newsArea .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: -70px;
    right: 0;
    z-index: 1
}

@media (max-width: 767px) {
    .newsArea .slick-dots {
        right: auto;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.newsArea .slick-dots li {
    margin: 0;
    width: 15px;
    height: 15px
}

.newsArea .slick-dots li.slick-active button:before {
    opacity: 0.5
}

.newsArea .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%
}

.newsArea .slick-dots li button:hover:before {
    opacity: 0.5
}

.newsArea .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.1
}

.newsArea .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1180px) {
    .newsArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1180px) {
    .newsArea .titleBox {
        padding: 0 20px
    }
}

.newsArea .titleInfoBox {
    width: 180px
}

@media (max-width: 1180px) {
    .newsArea .titleInfoBox {
        width: 100%
    }
}

.newsArea .titleInfo {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px
}

@media (max-width: 1180px) {
    .newsArea .titleInfo {
        padding-bottom: 15px;
        margin-bottom: 10px
    }
}

.newsArea .titleInfo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: rgba(183, 155, 92, 0.3)
}

.newsArea .newsBox {
    position: relative;
    padding-left: 95px;
    padding-right: 110px;
    width: 940px;
    border-left: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1180px) {
    .newsArea .newsBox {
        width: 100%;
        padding: 0 30px 0 20px;
        margin-top: 30px;
        border: none
    }
}

.newsArea .newsList {
    margin-top: -45px;
    position: relative
}

@media (max-width: 1180px) {
    .newsArea .newsList {
        margin-top: 0
    }
}

.newsArea .newsList li.slick-active .item {
    border-bottom: 1px solid rgba(221, 219, 212, 0.5)
}

@media (max-width: 767px) {
    .newsArea .newsList li.slick-active .item {
        border-bottom: none;
        border-right: 1px solid rgba(221, 219, 212, 0.5)
    }
}

@media (max-width: 560px) {
    .newsArea .newsList li.slick-active .item {
        border: none
    }
}

.newsArea .newsList li.slick-active + .slick-active .item {
    border-color: transparent
}

.newsArea .item {
    padding: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .newsArea .item {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 560px) {
    .newsArea .item {
        padding: 0
    }
}

.newsArea .dateBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 75px;
    color: #777777
}

.newsArea .newIcon {
    position: relative;
    padding-top: 8px;
    margin-right: 25px;
    font-weight: 700;
    color: #777777;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.newsArea .newIcon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 1px;
    background-color: #818180
}

.newsArea .monthBox {
    position: relative;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.newsArea .monthBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 24px;
    height: 1px;
    background-color: #d1d1d1
}

.newsArea .yearBox {
    position: relative
}

.newsArea .yearBox:after, .newsArea .yearBox:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #457f81
}

.newsArea .yearBox:after {
    left: 17px
}

.newsArea .Txt {
    position: relative;
    padding-left: 25px;
    width: calc(100% - 180px);
    letter-spacing: 1px
}

@media (max-width: 767px) {
    .newsArea .Txt {
        padding: 15px 0;
        width: 100%
    }
}

.newsArea .Txt:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #b79b5c
}

@media (max-width: 1180px) {
    .newsArea .Txt:before {
        top: 21px
    }
}

@media (max-width: 767px) {
    .newsArea .Txt:before {
        display: none
    }
}

.newsArea .Txt p {
    padding-top: 5px;
    height: 42px;
    color: #464645;
    line-height: 1.5
}

.newsArea .Txt .title {
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.newsArea .btnBox {
    margin-top: 80px
}

@media (max-width: 1180px) {
    .newsArea .btnBox {
        margin-top: 30px
    }
}

.newsArea .selectBox {
    position: absolute;
    bottom: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .newsArea .selectBox {
        bottom: -100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-right: 10px
    }
}

.newsArea .selectBox > div {
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(202, 179, 128, 0.6);
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.newsArea .selectBox > div:hover {
    background-color: #0f765e;
    border-color: #0f765e
}

.newsArea .selectBox > div:hover:before {
    background-color: #fff
}

.newsArea .selectBox > div:hover:after {
    border-color: #fff
}

.newsArea .selectBox > div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 11px;
    height: 1px;
    background-color: #cab380;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.newsArea .selectBox > div:after {
    content: "";
    position: absolute;
    top: 17px;
    width: 5px;
    height: 5px;
    border: 1px solid #cab380;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.newsArea .selectBox .prev:after {
    left: 12px;
    border-bottom: none;
    border-right: none;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.newsArea .selectBox .next {
    margin-left: 15px
}

.newsArea .selectBox .next:after {
    right: 12px;
    border-bottom: none;
    border-left: none;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.newsArea .itemPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    font-weight: 700;
    color: #777777
}

@media (max-width: 767px) {
    .newsArea .itemPage {
        right: 0
    }
}

.newsArea .itemPageBox {
    margin-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-align: center
}

.newsArea .itemPageBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 50px);
    background-color: #e2e2e2
}

.newsArea .totalPage {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #000
}

.popularArea {
    padding: 120px 0 75px;
    background-color: #f8f6ed
}

@media (max-width: 1180px) {
    .popularArea {
        padding-top: 30px
    }
}

.popularArea .wrap {
    position: relative;
    padding: 120px 0
}

@media (max-width: 1180px) {
    .popularArea .wrap {
        padding: 0
    }
}

.popularArea .titleBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 1340px) {
    .popularArea .titleBox {
        left: 20px
    }
}

@media (max-width: 1180px) {
    .popularArea .titleBox {
        position: relative;
        left: 0;
        padding: 0 20px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center
    }
}

.popularArea .titleInfo p {
    margin-top: 20px;
    font-size: 16px;
    color: #000000
}

.popularArea .popularMenu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1340px) {
    .popularArea .popularMenu {
        right: 20px
    }
}

@media (max-width: 1180px) {
    .popularArea .popularMenu {
        display: none
    }
}

.popularArea .popularMenu .popularMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popularArea .popularMenu .popularMenuList li {
    cursor: pointer;
    padding: 0 5px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    height: 220px;
}

.popularArea .popularMenu .popularMenuList li.current .title, .popularArea .popularMenu .popularMenuList li:hover .title {
    color: #b79b5c;
}

.popularArea .popularMenu .popularMenuList li.current .title:after, .popularArea .popularMenu .popularMenuList li.current .title:before, .popularArea .popularMenu .popularMenuList li:hover .title:after, .popularArea .popularMenu .popularMenuList li:hover .title:before {
    opacity: 0;
}

.popularArea .popularMenu .popularMenuList li.current .line, .popularArea .popularMenu .popularMenuList li:hover .line {
    height: 100%;
}

.popularArea .popularMenu .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popularArea .popularMenu .title {
    position: relative;
    padding-bottom: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    color: #504d44;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    letter-spacing: 3px
}

.popularArea .popularMenu .title:after, .popularArea .popularMenu .title:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background-color: #b79b5c;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
}

.popularArea .popularMenu .title:after {
    bottom: 35px;
}

.popularArea .popularMenu .line {
    display: inline-block;
    width: 1px;
    height: 0%;
    background-color: #b79b5c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.popularArea .popularBox {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

@media (max-width: 1220px) {
    .popularArea .popularBox {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.popularArea .popularBox:before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 10px));
    -ms-transform: translateX(calc(-50% + 10px));
    transform: translateX(calc(-50% + 10px));
    width: 593px;
    height: 194px;
    background-repeat: no-repeat;
    background-image: url(../images/dish.png);
    background-size: cover
}

@media (max-width: 1180px) {
    .popularArea .popularBox:before {
        display: none
    }
}

.popularArea .popularBox .popularList li {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    padding-bottom: 95px
}

@media (max-width: 1180px) {
    .popularArea .popularBox .popularList li {
        padding-bottom: 0
    }
}

.popularArea .popularBox .popularList .Txt {
    text-align: center;
    padding: 10px;
    font-weight: 500;
    color: #5e5e5e;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1181px) {
    .popularArea .popularBox .popularList .Txt {
        display: none
    }
}

.popularArea .popularBox .popularList .Txt p {
    height: 75px;
    letter-spacing: 1px
}

.popularArea .popularBox .popularList .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #353535;
    border-bottom: 1px solid #cdc7b5
}

@media (max-width: 640px) {
    .popularArea .popularBox .popularList .title {
        padding-bottom: 5px;
        margin-bottom: 10px
    }
}

.popularArea .popularBox .popularList .btnBox {
    margin-top: 20px
}

.popularArea .popularBox .popularList .btnBox a {
    margin: 0 auto
}

@media (min-width: 1181px) {
    .popularArea .popularBox .slick-active {
        -webkit-transform: scale(0.7) translateY(-20px);
        -ms-transform: scale(0.7) translateY(-20px);
        transform: scale(0.7) translateY(-20px);
        -webkit-filter: blur(3px);
        filter: blur(3px);
        opacity: 0.7
    }
}

.popularArea .popularBox .slick-active .Img:before {
    bottom: -25px;
    -webkit-transform: translateX(-62%);
    -ms-transform: translateX(-62%);
    transform: translateX(-62%);
    width: 206px;
    height: 81px;
    background-image: url(../images/sh01.png)
}

@media (min-width: 1181px) {
    .popularArea .popularBox .slick-active + .slick-active {
        -webkit-transform: scale(0.7) translateY(5px);
        -ms-transform: scale(0.7) translateY(5px);
        transform: scale(0.7) translateY(5px)
    }
}

.popularArea .popularBox .slick-active + .slick-active .Img:before {
    bottom: -30px;
    -webkit-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    transform: translateX(-65%);
    width: 217px;
    height: 85px;
    background-image: url(../images/sh02.png)
}

.popularArea .popularBox .slick-active + .slick-active + .slick-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1
}

.popularArea .popularBox .slick-active + .slick-active + .slick-active .Img:before {
    bottom: -30px;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    width: 225px;
    height: 89px;
    background-image: url(../images/sh03.png)
}

@media (min-width: 1181px) {
    .popularArea .popularBox .slick-active + .slick-active + .slick-active + .slick-active {
        -webkit-transform: scale(0.7) translateY(5px);
        -ms-transform: scale(0.7) translateY(5px);
        transform: scale(0.7) translateY(5px);
        -webkit-filter: blur(3px);
        filter: blur(3px);
        opacity: 0.7
    }
}

.popularArea .popularBox .slick-active + .slick-active + .slick-active + .slick-active .Img:before {
    bottom: -30px;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    width: 204px;
    height: 82px;
    background-image: url(../images/sh04.png)
}

@media (min-width: 1181px) {
    .popularArea .popularBox .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
        -webkit-transform: scale(0.7) translateY(-20px);
        -ms-transform: scale(0.7) translateY(-20px);
        transform: scale(0.7) translateY(-20px)
    }
}

.popularArea .popularBox .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .Img:before {
    bottom: -25px;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    width: 205px;
    height: 81px;
    background-image: url(../images/sh05.png)
}

.popularArea .popularBox .Img {
    position: relative;
    text-align: center
}

.popularArea .popularBox .Img.active:before {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1
}

.popularArea .popularBox .Img:before {
    content: "";
    position: absolute;
    left: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0
}

@media (max-width: 1180px) {
    .popularArea .popularBox .Img:before {
        display: none;
    }
}

.popularArea .popularBox .Img a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 406px;
    height: 360px;
}

@media (max-width: 1180px) {
    .popularArea .popularBox .Img a {
        width: 337px;
        height: 281px;
    }
    .popularArea .popularBox .Img img {
        left: -8%;
    }
}

@media (max-width: 480px) {
    .popularArea .popularBox .Img a {
        width: 270px;
        height: 225px;
    }
    .popularArea .popularBox .Img img {
        left: -2%;
    }
}

.popularArea .popularBox .Img img {
    position: absolute;
    bottom: 0;
    left: -20%;
    margin-top: auto;
    display: block;
    width: 100%;
}

@media (max-width: 1180px) {
    .popularArea .popularBox .Img img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.popularArea .popularTextBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 440px;
    height: 180px;
}

@media (max-width: 1340px) {
    .popularArea .popularTextBox {
        left: 20px
    }
}

@media (max-width: 1180px) {
    .popularArea .popularTextBox {
        display: none
    }
}

.popularArea .popularTextBox li {
    position: absolute;
    height: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.popularArea .popularTextBox li.current {
    opacity: 1;
    z-index: 1
}

.popularArea .popularTextBox .Txt {
    font-weight: 500;
    color: #5e5e5e;
    line-height: 1.6
}

.popularArea .popularTextBox .Txt p {
    height: 75px;
    letter-spacing: 1px
}

.popularArea .popularTextBox .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #353535;
    border-bottom: 1px solid #cdc7b5
}

.popularArea .popularTextBox .btnBox {
    position: absolute;
    bottom: 0;
    left: 0
}

.popularArea .popularPageBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px
}

@media (max-width: 1340px) {
    .popularArea .popularPageBox {
        right: 20px
    }
}

@media (max-width: 1180px) {
    .popularArea .popularPageBox {
        position: static;
        margin: 30px auto 0
    }
}

.popularArea .popularPageList {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1180px) {
    .popularArea .popularPageList {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.popularArea .popularPageList li.current .dot:before {
    background-color: rgba(0, 0, 0, 0.5)
}

.popularArea .popularPageList .dot {
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px
}

.popularArea .popularPageList .dot:hover:before {
    background-color: rgba(0, 0, 0, 0.5)
}

.popularArea .popularPageList .dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.popularArea .itemPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    color: #777777
}

@media (max-width: 1180px) {
    .popularArea .itemPage {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none
    }
}

.popularArea .itemPageBox {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center
}

.popularArea .itemPageBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    height: 1px;
    background-color: #e2e2e2
}

.popularArea .totalPage {
    color: #000
}

.charitableArea {
    padding: 100px 0
}

@media (max-width: 1180px) {
    .charitableArea {
        padding: 50px 0
    }
}

.charitableArea .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    right: 0;
    z-index: 1
}

.charitableArea .slick-dots li {
    margin: 0;
    width: 15px;
    height: 15px
}

.charitableArea .slick-dots li.slick-active button:before {
    opacity: 0.5
}

.charitableArea .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%
}

.charitableArea .slick-dots li button:hover:before {
    opacity: 0.5
}

.charitableArea .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.1
}

.charitableArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 1180px) {
    .charitableArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.charitableArea .titleBox {
    position: relative;
    padding: 0 30px 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1180px) {
    .charitableArea .titleBox {
        padding: 0;
        text-align: center
    }

    .charitableArea .titleBox .btnBox {
        display: none
    }
}

.charitableArea .titleInfo .title {
    margin-bottom: 25px
}

.charitableArea .titleInfo p {
    letter-spacing: 1px;
    line-height: 1.8
}

.charitableArea .charitableBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 74%;
    padding-right: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(221, 219, 212, 0.5)
}

@media (max-width: 1180px) {
    .charitableArea .charitableBox {
        padding-right: 0;
        width: 100%;
        border: none
    }
}

@media (max-width: 767px) {
    .charitableArea .charitableBox {
        margin-top: 30px
    }
}

.charitableArea .charitableList {
    margin-top: -40px
}

@media (max-width: 1180px) {
    .charitableArea .charitableList {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .charitableArea li:nth-of-type(odd) .Txt {
        padding-left: 25px
    }

    .charitableArea li:nth-of-type(2n) .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .charitableArea li:nth-of-type(2n) .Txt {
        padding-right: 25px
    }
}

.charitableArea li.slick-active .item {
    border-bottom: 1px solid rgba(221, 219, 212, 0.5)
}

@media (max-width: 767px) {
    .charitableArea li.slick-active .item {
        border-bottom: none;
        border-right: 1px solid rgba(221, 219, 212, 0.5)
    }
}

@media (max-width: 560px) {
    .charitableArea li.slick-active .item {
        border: none
    }
}

.charitableArea li.slick-active + .slick-active .item {
    border-color: transparent
}

.charitableArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0
}

@media (max-width: 767px) {
    .charitableArea .item {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 560px) {
    .charitableArea .item {
        padding: 0
    }
}

.charitableArea .Img {
    width: 33%
}

@media (max-width: 767px) {
    .charitableArea .Img {
        width: 100%
    }
}

.charitableArea .Img img {
    display: block;
    width: 100%
}

.charitableArea .Txt {
    width: 67%;
    position: relative;
    padding-bottom: 40px;
    line-height: 1.8
}

@media (max-width: 767px) {
    .charitableArea .Txt {
        padding-top: 10px;
        width: 100%
    }
}

.charitableArea .Txt .title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 100%
}

.charitableArea .Txt .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #7f7f7f
}

.charitableArea .Txt .title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    color: #353535
}

.charitableArea .Txt p {
    height: 50px;
    font-weight: 500;
    color: #464645;
    letter-spacing: 1px
}

.charitableArea .btnBox {
    position: absolute;
    bottom: 0
}