@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

.title_box {margin-bottom:60px}
.wrapper {max-width:1440px}
.sec_hero .txt_wrap .logo {max-width:270px}
.sec_hero .txt_wrap .tit .color {color:var(--primary)}
.sec_hero .view_more .round {background:#F79824}

.desktop_view .cont img {animation: desktopView 12s linear infinite !important;}

.sec_info {background: linear-gradient(305deg, #F1EBE5 -22.68%, #989182 96.34%);}
.sec_info .cont {color:#FFFFFF}

.sec_03 {padding:var(--sec-padding) 0; background: #fff;}
.sec_03 .over_view {margin-top:120px}

.font-playfair {font-family: "DM Serif Display", serif;}

.sec_04 {padding: 180px 0px; background: #F8F5F2;}
.sec_04 .item {margin-bottom: 160px;}
.sec_04 .item:last-child {margin-bottom: 0;}
.sec_04 .title_box .title p {font-size: 20px; font-weight: 600; color: #FF911F; margin-bottom: 14px; margin-top: 0;}
.sec_04 .title_box .title h3 {font-size: 54px; font-weight: 700;}
.sec_04 .title_box article {font-size: 20px; color: #444; line-height: 1.5; padding-top: 40px;}

.sec_04 .img_box img {width: 100%;}

.sec_04 .item_1 .title_box {display: flex; justify-content: space-between; flex-direction: row; align-items: flex-start; margin-bottom: 80px;}
.sec_04 .item_1 .title_box article {max-width: 800px;}

.sec_04 .item_2 {display: flex; justify-content: space-between; flex-direction: row; align-items: flex-start;}
.sec_04 .item_2 .img_box {max-width: 800px;}
.sec_04 .item_2 .img_box img {width: 100%;}

.sec_04 .item_3 .img_box {display: flex;}
.sec_04 .item_3 .img_box img {width: 50%;}


.sec_04_2 {padding: 350px 0px; text-align: center; background: url(img/sec_4_2_bg.jpg) no-repeat center / cover;}
.sec_04_2 h3 {font-size: 54px; font-weight: 500; color: #fff; margin-bottom: 20px;}
.sec_04_2 p {font-size: 18px; color: #fff;}


.sec_05 {background: #EAE8E5; padding:160px 0 170px;}
.sec_05 .title_box {margin-bottom: 80px;}
.sec_05 .title_box .title h3 {font-size: 54px; font-weight: 700;}
.sec_05 .title_box article {font-size: 20px; color: #444; line-height: 1.5; padding-top: 20px;}
.sec_05 .list > div img {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}

.page_view .list > div {box-shadow:none}
.page_view .list > div img {display:block;}
.page_view .list div img+img {margin-top:80px}
.page_view .list > div:nth-child(2) {margin:0 !important}

.sec_07 {background: url(img/sec_07_bg.jpg) no-repeat center / cover;}
.sec_07 .title_box {margin-bottom: 80px;}
.sec_07 .title_box .title h3 {font-size: 54px; font-weight: 700; color: #fff;}
.sec_07 .title_box article {font-size: 20px; color: #444; line-height: 1.5; padding-top: 20px; color: #fff;}



@media (hover: hover) {}

@media all and (max-width: 1199px) {
    .title_box {margin-bottom:42px}
    .sec_hero .txt_wrap .logo {max-width:200px}
    .sec_03 .over_view {margin-top:80px}

    .sec_04_2 h3,
    .sec_04 .title_box .title h3 {font-size: 40px;}

    .sec_05 {padding-top:65px}
    .page_view .list div img+img {margin-top:50px}

    .sec_04 .item_1 .title_box,
    .sec_04 .item_2 {flex-direction: column;}


}


@media all and (max-width: 767px) {
    .title_box {margin-bottom:24px;}
    .sec_hero .txt_wrap .logo {max-width:156px}

    .sec_03 .over_view {margin-top:48px}

    .sec_05,
    .sec_04 {padding: 80px 0px;}

    .page_view .list {margin-top:24px}
    .page_view .list div img+img {margin-top:20px}

    .sec_03 {padding: 80px 0px;}
    .sec_04 .title_box .title p {font-size: 14px; margin-bottom: 10px}
    .sec_04 .title_box .title h3 {font-size: 32px;}
    .sec_04 .title_box article {font-size: 14px; padding-top: 0; margin-top: 20px;}
    .sec_04 .title_box article strong {font-size: 15px;}

    .sec_04 .item {margin-bottom: 80px;}
    .sec_04 .item_1 .title_box {margin-bottom: 40px;}

    .sec_04 .item_3 .img_box {flex-direction: column;}
    .sec_04 .item_3 .img_box img {width: 100%;}

    .sec_04_3 {padding: 80px 0px;}
    .sec_04_3 h3 {font-size: 20px;}

    .sec_07 .title_box,
    .sec_05 .title_box {margin-bottom: 34px;}

    .sec_04_2 {padding: 140px 0px;}
    .sec_04_2 h3 {font-size: 36px;}
    .sec_04_2 p {font-size: 14px;}

    .sec_07 .title_box .title p,
    .sec_05 .title_box .title p {font-size: 14px; margin-bottom: 10px;}

    .sec_07 .title_box .title h3,
    .sec_05 .title_box .title h3 {font-size: 24px;}

    .sec_07 .title_box article {font-size: 14px; margin-top: 20px; padding-top: 0;}

    .sec_07 .list > div:nth-child(odd) {padding-top: 40px;}
}
