@charset "UTF-8";

@keyframes progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.main-visual .item {
    position: relative
}

.main-visual .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.main-visual .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 42.9166666667%
}

.main-visual .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.main-visual .txt-bx {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    letter-spacing: -0.05em;
    line-height: 1.3
}

.main-visual .txt-bx .title {
    font-size: 5em
}

.main-visual .txt-bx .text {
    margin-top: 1em;
    font-size: 1.875em;
    font-weight: 300;
    transition-delay: 300ms !important
}

.main-visual .swiper-slide .txt-bx .text,
.main-visual .swiper-slide .txt-bx .title {
    transform: translateY(50px);
    opacity: 0;
    transition: 1000ms opacity, 1000ms transform
}

.main-visual .swiper-slide-active .txt-bx .text,
.main-visual .swiper-slide-active .txt-bx .title {
    transform: translateY(0);
    opacity: 1
}

@media (max-width:1200px) {
    .main-visual .img-bx:after {
        padding-bottom: 68.6666666667%
    }
}

@media (max-width:768px) {
    .main-visual .img-bx:after {
        padding-bottom: 101.4583333333%
    }

    .main-visual .txt-bx {
        font-size: 2.3vw
    }
}

.main-visual .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 1.875rem;
    transform: translateX(-50%)
}

.main-visual .swiper-pagination-bullet {
    margin: 0 8px;
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1
}

.main-visual .swiper-pagination-bullet-active {
    background: #fff
}

@media (max-width:1024px) {
    .main-visual .swiper-pagination {
        bottom: 1.25rem
    }
}

@media (max-width:576px) {
    .main-visual .swiper-pagination {
        display: none
    }
}

.main-visual .swiper-button {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5rem;
    transition: 300ms color;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4)
}

.main-visual .swiper-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    font-weight: 300
}

.main-visual .swiper-button:hover {
    color: #552620

}

.main-visual .swiper-button--prev {
    left: 30px
}

.main-visual .swiper-button--next {
    right: 30px
}

@media (max-width:1400px) {
    .main-visual .swiper-button {
        display: none
    }
}

.main-visual .swiper-play {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer
}

.main-visual .swiper-play .xi-pause {
    display: none
}

.main-visual .swiper-play.on .xi-pause {
    display: inline-block
}

.main-visual .swiper-play.on .xi-play {
    display: none
}

.main-visual .swiper-control.swiper-control--progress {
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    margin-left: -8px;
    margin-right: -8px
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination {
    transform: none
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
    position: relative;
    display: block;
    margin: 0 5px;
    border-radius: 0;
    width: 88px;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #552620
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: progress 3s linear 0s 1;
    width: 100%
}

.main-visual .swiper-control.swiper-control--progress-no {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.125rem;
    z-index: 10
}

.main-visual .swiper-control.swiper-control--progress-no .container {
    display: flex;
    align-items: center
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination {
    position: static;
    transform: none
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    color: #fff;
    font-weight: 700;
    margin-right: 1.875rem;
    padding-right: 0;
    position: relative
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet:before {
    content: "";
    display: none;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7.5rem;
    height: 2px;
    background: rgba(255, 255, 255, 0.5)
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet:after {
    content: "";
    display: none;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #000
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
    color: #000;
    padding-right: 8.4375rem
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:after,
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:before {
    display: block
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:after {
    animation: progress 5.1s linear 0s 1
}

.pattern1 {
    background: #ffe79e !important;
    background-size: 60px, 60px, 60px 60px, 60px 60px !important;
    background-image: linear-gradient(90deg, #ecefe6 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px), linear-gradient(#ecefe6 1px, transparent 1px), linear-gradient(#f7f7f7 1px, transparent 1px) !important
}

@media (max-width:1024px) {
    .pattern1 {
        background-size: 40px, 40px, 40px 40px, 40px 40px !important
    }
}

.pattern2 {
    background: #fff !important;
    background-size: 60px, 60px, 60px 60px, 60px 60px !important;
    background-image: linear-gradient(90deg, #f7f7f7 1px, transparent 1px), linear-gradient(90deg, transparent 1px, transparent 1px), linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(transparent 1px, transparent 1px) !important
}

@media (max-width:1024px) {
    .pattern2 {
        background-size: 40px, 60px, 40px 40px, 60px 60px !important
    }
}





.tit-symbol {
    font-size: 3.25rem;
    font-weight: bold;
    color: #292a2c;
    font-family: 'Roboto', sans-serif;;
    line-height: 1;
    padding-bottom: 3.125rem
}

@media (max-width:768px) {
    .tit-symbol {
        font-size: 2.875rem;
        padding-bottom: 2.5rem
    }
}

.section-02 {
    position: relative;
    padding: 17.5rem 0 13.75rem
}

.section-02:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: url(../image/main/section-02-symbol.png) no-repeat;
    width: 31.875rem;
    height: 17.8125rem;
    background-size: cover
}

.section-02 .contain {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-02 .text-wrap {
    font-family: "RobotoCondensed";
    text-align: center;
    font-stretch: condensed;
    font-weight: bold;
    line-height: 1;
    position: relative
}

.section-02 .text-wrap .top-txt {
    font-size: 6.25rem;
    color: #353537;
    letter-spacing: -2.44px
}

.section-02 .text-wrap .bottom-txt {
    font-size: 2.625rem;
    color: #552620;
    padding-top: 0.9375rem
}

.section-02 .left-cup {
    position: absolute;
    left: -28%;
    top: 35%;
    transform: translateY(-50%)
}

.section-02 .right-cup {
    position: absolute;
    right: -28%;
    top: 70%;
    transform: translateY(-50%)
}

@media (max-width:1400px) {
    .section-02 {
        padding: 15rem 0 10rem
    }

    .section-02 .left-cup {
        left: -53%;
        top: 28%
    }

    .section-02 .right-cup {
        right: -58%;
        top: 35%
    }
}

@media (max-width:1024px) {
    .section-02 {
        padding: 12.5rem 0 7.5rem
    }

    .section-02:after {
        width: 21.875rem;
        height: 12.25rem
    }

    .section-02 .text-wrap .top-txt {
        font-size: 5rem;
        line-height: 0.9;
        letter-spacing: 0
    }

    .section-02 .text-wrap .bottom-txt {
        font-size: 1.75rem
    }

    .section-02 .left-cup {
        width: 60%
    }

    .section-02 .right-cup {
        right: -50%;
        top: 35%;
        width: 60%
    }
}

@media (max-width:768px) {
    .section-02 {
        padding: 10rem 0 6.25rem
    }

    .section-02:after {
        width: 16.25rem;
        height: 9.0625rem
    }

    .section-02 .text-wrap .top-txt {
        font-size: 10vw
    }

    .section-02 .text-wrap .bottom-txt {
        font-size: 4.8vw
    }

    .section-02 .left-cup {
        width: 50%;
        left: -40%;
        top: 20%
    }

    .section-02 .right-cup {
        width: 50%;
        right: -35%;
        top: 30%
    }
}

@media (max-width:375px) {
    .section-02 .text-wrap .top-txt {
        font-size: 10vw
    }

    .section-02 .text-wrap .bottom-txt {
        font-size: 4.8vw
    }
}

@media (max-width:375px) {
    .section-02 .left-cup {
        width: 45%;
        left: -36%
    }

    .section-02 .right-cup {
        width: 45%;
        right: -35%
    }
}

.section-03 {
    padding: 4.5rem 0
}

@media (max-width:1024px) {
    .section-03 {
        padding: 1rem 0
    }
}

.section-03 .blend-wrap {
    margin: 9.375rem 0 8.75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1400px) {
    .section-03 .blend-wrap {
        margin: 7.5rem 0 5.9375rem;
        justify-content: space-between
    }
}

@media (max-width:1024px) {
    .section-03 .blend-wrap {
        flex-wrap: wrap;
        margin: 5.625rem 0 4.6875rem
    }
}

.section-03 .blend-bx {
    text-align: center;
    flex: 1 0 47%;
    max-width: 47%;
    background: #fff;
    box-shadow: 3.5px 6.1px 10px 0 rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 1
}

.section-03 .blend-bx:hover .top-icon img {
    animation: wave ease-in-out 1s infinite alternate
}

.section-03 .blend-bx:before {
    position: absolute;
    content: "";
    right: 0;
    top: 4.375rem;
    background: url(../images/main/section-03-img9.png) no-repeat;
    width: 18.75rem;
    height: 39.375rem;
    background-size: cover;
    z-index: -1
}

.section-03 .blend-bx .box {
    padding: 3.4375rem 0 6.25rem
}

@media (max-width:1024px) {
    .section-03 .blend-bx .box {
        padding: 3.125rem 0 3.75rem
    }
}

.section-03 .blend-bx .graph-img {
    transform-origin: 50% 50%
}

.section-03 .blend-bx .graph-img.active {
    animation: scale1 1s linear
}

.section-03 .blend-bx .top-icon {
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translateX(50%)
}

.section-03 .blend-bx .title-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    line-height: 1
}

.section-03 .blend-bx .blend-title {
    padding-left: 0.5625rem;
    font-weight: bold;
    letter-spacing: -0.87px;
    font-size: 2.6875rem;
    font-family: "RobotoCondensed", "Montserrat", "Noto Sans KR", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif
}

.section-03 .blend-bx .blend-sub {
    font-size: 1.625rem;
    font-weight: bold;
    color: #666;
    padding-top: 0.625rem
}

.section-03 .blend-bx .mark {
    font-weight: 600;
    background: transparent;
    display: inline-block;
    position: relative;
    z-index: 1
}

.section-03 .blend-bx .mark:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: width 1s
}

.section-03 .blend-bx.--1 .blend-title,
.section-03 .blend-bx.--1 .roast-name {
    color: #00b075
}

.section-03 .blend-bx.--1 .mark {
    color: #292a2c
}

.section-03 .blend-bx.--1 .mark.active {
    color: #fff
}

.section-03 .blend-bx.--1 .mark.active:after {
    width: 100%
}

.section-03 .blend-bx.--1 .mark:after {
    background: #00b075
}

.section-03 .blend-bx.--2 .blend-title,
.section-03 .blend-bx.--2 .roast-name {
    color: #292a2c
}

.section-03 .blend-bx.--2 .mark {
    color: #292a2c
}

.section-03 .blend-bx.--2 .mark.active {
    color: #fff
}

.section-03 .blend-bx.--2 .mark.active:after {
    width: 100%
}

.section-03 .blend-bx.--2 .mark:after {
    background: #292a2c
}

@media (max-width:1400px) {
    .section-03 .blend-bx {
        margin-right: 0;
        margin-left: 0;
        flex: 1 0 49%;
        max-width: 49%
    }
}

@media (max-width:1024px) {
    .section-03 .blend-bx {
        flex: 1 0 100%;
        max-width: 70%;
        margin: auto
    }

    .section-03 .blend-bx:before {
        width: 50%;
        height: 85%
    }

    .section-03 .blend-bx.--1 {
        margin-bottom: 6.25rem
    }
}

@media (max-width:768px) {
    .section-03 .blend-bx {
        max-width: 100%
    }

    .section-03 .blend-bx .top-icon {
        top: -30px
    }

    .section-03 .blend-bx .top-icon img {
        width: 80px;
        height: 80px
    }

    .section-03 .blend-bx .title-bx {
        padding-top: 1.875rem
    }

    .section-03 .blend-bx .title-bx>img {
        width: 30px
    }

    .section-03 .blend-bx .blend-title {
        font-size: 2.125rem
    }

    .section-03 .blend-bx .blend-sub {
        font-size: 1.25rem
    }
}

.section-03 .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 1.25rem 0
}

@media (max-width:1400px) {
    .section-03 .flex-box {
        padding: 2.5rem 1.875rem 0
    }
}

@media (max-width:1024px) {
    .section-03 .flex-box {
        padding: 2.5rem 2.5rem 0;
        justify-content: center
    }
}

@media (max-width:768px) {
    .section-03 .flex-box {
        padding: 2.5rem 1.875rem 0;
        justify-content: space-between
    }
}

.section-03 .roast-name {
    font-size: 1.5rem;
    font-family: "Roboto", "Montserrat", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    font-weight: bold;
    padding-top: 1.875rem
}

.section-03 .line-txt {
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 0.125rem;
    line-height: 1.54
}

.section-03 .mark {
    padding: 0.125rem 0.25rem;
    color: #fff;
    font-weight: 600
}

@media (max-width:1400px) {
    .section-03 .img-bx {
        padding-left: 1.875rem
    }
}

@media (max-width:1024px) {
    .section-03 .img-bx {
        padding-left: 4.375rem
    }
}

@media (max-width:576px) {
    .section-03 .img-bx {
        padding-left: 0;
        flex: 1 0 40%;
        max-width: 40%
    }

    .section-03 .text-bx {
        flex: 1 0 48%;
        max-width: 48%
    }

    .section-03 .roast-name {
        font-size: 1.25rem;
        padding-top: 1.25rem
    }

    .section-03 .line-txt {
        font-size: 1rem
    }
}

.section-03 .certify-wrap {
    line-height: 1
}

.section-03 .certify-wrap .semi-tit {
    font-size: 2.5rem;
    font-weight: bold;
    color: #111;
    padding-top: 0.9375rem
}

.section-03 .certify-wrap .ctify {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-03 .certify-wrap .ctify__list {
    flex: 1 0 24rem;
    max-width: 24rem;
    height: 24rem;
    color: #fff;
    border-radius: 50%;
    padding: 0.625rem;
    margin: 0 2.1875rem
}

.section-03 .certify-wrap .ctify__list.--1 {
    background: #ffe584
}

.section-03 .certify-wrap .ctify__list.--2 {
    background: #2c382e
}

.section-03 .certify-wrap .ctify .bd-bx {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 4px solid #fff;
    border-radius: 50%
}

.section-03 .certify-wrap .ctify .img {
    width: 8.75rem;
    height: 8.125rem
}

@media (max-width:1024px) {
    .section-03 .certify-wrap .common-title--30 {
        font-size: 1.375rem
    }

    .section-03 .certify-wrap .semi-tit {
        font-size: 2rem
    }

    .section-03 .certify-wrap .ctify__list {
        flex: 1 0 20.625rem;
        max-width: 20.625rem;
        height: 20.625rem;
        margin: 0 0.625rem
    }

    .section-03 .certify-wrap .ctify .common-title--32 {
        font-size: 1.75rem
    }

    .section-03 .certify-wrap .ctify .common-title--20 {
        font-size: 1.125rem
    }

    .section-03 .certify-wrap .ctify .img {
        width: 6.25rem;
        height: 5.625rem
    }
}

@media (max-width:768px) {
    .section-03 .certify-wrap .semi-tit {
        line-height: 1.2
    }

    .section-03 .certify-wrap .ctify__list {
        flex: 1 0 15rem;
        max-width: 15rem;
        height: 15rem;
        margin: 0 0.3125rem
    }

    .section-03 .certify-wrap .ctify .common-title--32 {
        font-size: 1.125rem
    }

    .section-03 .certify-wrap .ctify .common-title--20 {
        font-size: 0.875rem
    }

    .section-03 .certify-wrap .ctify .img {
        width: 4.375rem;
        height: 3.75rem
    }
}

@media (max-width:576px) {
    .section-03 .certify-wrap .ctify__list {
        flex: 1 0 13.75rem;
        max-width: 13.75rem;
        height: 13.75rem;
        margin: 0 0.3125rem
    }

    .section-03 .certify-wrap .ctify .common-title--32 {
        font-size: 1.125rem
    }

    .section-03 .certify-wrap .ctify .common-title--20 {
        font-size: 0.875rem
    }

    .section-03 .certify-wrap .ctify .img {
        width: 3.75rem;
        height: 3.125rem
    }
}

@media (max-width:380px) {
    .section-03 .certify-wrap .ctify {
        flex-direction: column
    }

    .section-03 .certify-wrap .ctify__list {
        flex: 1 0 15rem;
        max-width: 15rem;
        height: 15rem
    }

    .section-03 .certify-wrap .ctify__list.--1 {
        margin-bottom: 2.5rem
    }
}

.section-04 {
    padding: 0rem 0 0
}

@media (max-width:1024px) {
    .section-04 {
        padding: 6.25rem 0 0
    }
}

.section-04 .swiper-contain {
    padding-top: 4.6875rem
}

.section-04 .swiper-container {
    padding-top: 9.375rem;
    padding-bottom: 11.25rem
}

.section-04 .swiper-slide {
    width: 15.625rem
}

.section-04 .item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.section-04 .item-wrap .img {
    position: relative;
    width: 17.5rem;
    height: 18.75rem
}

.section-04 .item-wrap .img:before {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translate(50%, -50%);
    content: "";
    background: url(../image/main/swiper-bg.png) no-repeat;
    width: 30.625rem;
    height: 30.9375rem;
    z-index: -1;
    opacity: 0
}

.section-04 .item-wrap .img .img-bx {
    transition: all 0.4s;
    display: block;
    position: relative;
    overflow: hidden
}

.section-04 .item-wrap .img .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 107.1428571429%
}

.section-04 .item-wrap .img .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.section-04 .item-wrap .img .go-hover {
    position: absolute;
    top: 62%;
    right: 15%;
    transform: translate(50%, -50%);
    width: 6.625rem;
    height: 6.625rem;
    box-shadow: 3.5px 6.1px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden
}

.section-04 .item-wrap .img .go-hover .ani {
    animation: wave ease-in-out 1s infinite alternate
}

.section-04 .item-wrap .img .go-hover .tit {
    font-size: 1.75rem;
    letter-spacing: -0.57px;
    color: #292a2c;
    font-family: "RobotoCondensed", "Montserrat", "Noto Sans KR", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    font-weight: bold;
    transform: rotate(-10deg)
}

.section-04 .item-wrap .name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #292a2c;
    margin-top: 0.9375rem
}

.section-04 .item-wrap .dec {
    display: none;
    margin-top: 0.9375rem;
    color: rgba(41, 42, 44, 0.8);
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center
}

@media (max-width:1800px) {
    .section-04 .swiper-contain {
        padding-top: 0rem
    }

    .section-04 .swiper-wrapper {
        margin-left: 0
    }

    .section-04 .item-wrap .img:before {
        width: 24.375rem;
        height: 24.625rem;
        background-size: cover
    }

    .section-04 .item-wrap .dec {
        margin-top: 0.625rem;
        font-size: 1.125rem
    }
}

@media (max-width:1024px) {
    .section-04 .swiper-container {
        padding-bottom: 6.25rem
    }
}

@media (max-width:768px) {
    .section-04 .item-wrap .img:before {
        top: 45%
    }
}

.section-04 .swiper-slide-active {
    width: 39.375rem
}

.section-04 .swiper-slide-active .item-wrap .img:before {
    opacity: 1;
    transform: translate(50%, -50%)
}

.section-04 .swiper-slide-active .item-wrap .img .go-hover {
    visibility: visible
}

.section-04 .swiper-slide-active .item-wrap .img .img-bx {
    transform: scale(1.5)
}

.section-04 .swiper-slide-active .item-wrap .name {
    font-size: 1.875rem;
    margin-top: 7.1875rem
}

.section-04 .swiper-slide-active .item-wrap .dec {
    display: block
}

@media (max-width:1800px) {
    .section-04 .swiper-slide-active {
        margin: 0
    }

    .section-04 .swiper-slide-active .item-wrap .img .img-bx {
        transform: scale(1.25)
    }

    .section-04 .swiper-slide-active .item-wrap .name {
        font-size: 1.625rem;
        margin-top: 4.375rem
    }
}

@media (max-width:768px) {
    .section-04 .swiper-slide-active .item-wrap .img .img-bx {
        transform: scale(1.115)
    }
}

.section-05 {
    padding: 10rem 0
}

@media (max-width:1024px) {
    .section-05 {
        padding: 6.25rem 0
    }
}

.section-05 .container {
    max-width: 1520px
}

.section-05 .interi {
    display: flex;
    justify-content: center
}

.section-05 .interi--list {
    flex: 1 0 50%;
    max-width: 50%;
    position: relative
}

@media (min-width:768.02px) {
    .section-05 .interi--list:hover .hover .tit {
        padding-right: 5rem
    }

    .section-05 .interi--list:hover .hover .tit:after {
        width: 3.75rem
    }
}

.section-05 .interi .hover {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center
}

.section-05 .interi .hover .tit {
    font-size: 2.8125rem;
    font-weight: 800;
    color: #fff;
    padding-right: 0rem;
    transition: all 0.4s
}

.section-05 .interi .hover .tit:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../image/main/icon-next.png) no-repeat;
    content: "";
    width: 0;
    height: 1.5625rem;
    transition: all 0.4s;
    background-size: contain
}

.section-05 .interi .hover .tit span {
    display: inline-block;
    margin: 0 -0.05em
}

.section-05 .interi .hover .tit span:first-child {
    animation-delay: 0.1s
}

.section-05 .interi .hover .tit span:nth-child(2) {
    animation-delay: 0.2s
}

.section-05 .interi .hover .tit span:nth-child(3) {
    animation-delay: 0.3s
}

.section-05 .interi .hover .tit span:nth-child(4) {
    animation-delay: 0.4s
}

@media (max-width:1200px) {
    .section-05 .interi .hover .tit {
        font-size: 1.875rem
    }
}

@media (max-width:768px) {
    .section-05 .interi {
        flex-wrap: wrap
    }

    .section-05 .interi--list {
        flex: 1 0 100%;
        max-width: 100%
    }

    .section-05 .interi .hover .tit:after {
        background-size: cover
    }
}

.section-06 {
    padding: 10rem 0
}

@media (max-width:1024px) {
    .section-06 {
        padding: 6.25rem 0
    }
}

.section-06 .news-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-06 .news-wrap .date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem;
    font-weight: 500
}

.section-06 .news-left {
    background: #292a2c;
    color: #fff;
    padding: 6.25rem 3.125rem;
    text-align: left;
    flex: 1 0 23.75rem;
    max-width: 23.75rem;
    height: 23.75rem
}

.section-06 .news-left .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 2.4em;
    font-size: 1.9375rem;
    font-weight: 500
}

.section-06 .news-left .link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.section-06 .news-right {
    flex: 1 0 auto;
    width: 1%;
    padding-left: 0.625rem
}

.section-06 .news-right .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 500;
    color: #292a2c
}

.section-06 .news-right .date {
    color: rgba(41, 42, 44, 0.6)
}

.section-06 .news-right .list-bx__item:last-child .link {
    margin-bottom: 0
}

.section-06 .news-right .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.125rem;
    height: 7.5rem;
    border: 2px solid #292a2c;
    margin-bottom: 0.625rem;
    transition: all 0.4s
}

.section-06 .news-right .link:hover {
    background: #00b075;
    border: 2px solid #00b075
}

.section-06 .news-right .link:hover .title {
    color: #fff
}

.section-06 .news-right .link:hover .date {
    color: rgba(255, 255, 255, 0.6)
}

@media (max-width:1024px) {
    .section-06 .news-left {
        flex: 1 0 20rem;
        max-width: 20rem
    }
}

@media (max-width:768px) {
    .section-06 .news-wrap {
        flex-wrap: wrap
    }

    .section-06 .news-left {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 2.5rem 2.8125rem;
        height: 16.25rem
    }

    .section-06 .news-right {
        flex: 1 0 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 0.625rem;
        text-align: left
    }

    .section-06 .news-right .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        height: 2.4em;
        white-space: normal
    }

    .section-06 .news-right .date {
        padding-top: 1.25rem
    }

    .section-06 .news-right .link {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.875rem 1.5625rem;
        height: auto
    }
}

.section-07 {
    padding: 10rem 0
}

@media (max-width:1024px) {
    .section-07 {
        padding: 6.25rem 0
    }
}

.section-07 .swiper-wrap .link .bg {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1
}

.section-07 .swiper-wrap .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.section-07 .swiper-wrap .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.section-07 .swiper-wrap .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

@media (max-width:768px) {
    .section-07 .link .bg {
        top: 0.9375rem;
        right: 0.9375rem
    }
}