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

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

.img_box img {width: 100%;}

.title_box {display: flex; justify-content: space-between; flex-direction: row; align-items: flex-start;}
.title_box .title p {font-size: 20px; font-weight: 400; margin-bottom: 14px; margin-top: 0; color: #FCCA29;}
.title_box .title h3 {font-size: 54px; font-weight: 700; color: #333;}
.title_box article {font-size: 20px; margin-top: 50px; font-weight: 400; color: #666; line-height: 1.5;}

.flow_banner {padding: 28px 0px 150px; background: #F4EFDE;}
.flow_banner ul {display: flex; align-items: center; gap: 50px; width: max-content;}
.flow_banner ul li {width: fit-content;}
.flow_banner ul li img {min-width: max-content; height: 120px;}

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

.sec_info {background: linear-gradient(315deg, #121212 8.09%, #362720 44%, #121212 88.98%);}
.sec_info .title_box {flex-direction: column; color: #fff;}
.sec_info .cont {color: #fff;}

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

.sec_04 {background: url(img/sec_04_bg.jpg) no-repeat center / cover; padding: 200px 0px;}
.sec_04 .title_box p {color: #FCCA29}
.sec_04 .title_box h3 {color: #fff;}
.sec_04 .title_box article {color: #fff;}

.sec_04_1 {padding: 200px 0px;}
.sec_04_1 .title_box h3 {color: #000;}
.sec_04_1 .title_box article {color: #565656; margin-top: 0;}

.sec_banner {background: url(img/sec_05_bg.jpg) no-repeat top 650px center / cover;}

.sec_05 {padding: 160px 0; background: url(img/sec_05_bg.jpg) no-repeat center / cover;}
.sec_05 .title_box {flex-direction: column; gap: 24px;}
.sec_05 .title_box article {margin-top: 0;}
.sec_05 .list > div:last-child {margin-top: 0px;}
.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}

.sec_07 {padding: 160px 0; background: #EFEDE1;}
.sec_07 .title_box {flex-direction: column; gap: 24px;}
.sec_07 .title_box article {margin-top: 0;}
.sec_07 .list > div:nth-child(2) {margin-top: 0;}
.sec_07 .list > div:nth-child(odd) {margin-top: 200px;}


@media (hover: hover) {}

@media all and (max-width: 1199px) {
    .title_box {margin-bottom:42px; flex-direction: column; gap: 24px;}
    .title_box article {margin-top: 0;}
    .sec_hero .txt_wrap .logo {max-width:200px}
    .sec_03 .over_view {margin-top:80px}
    .sec_info .cont {font-size: 14px;}

}


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

    .sec_hero .txt_wrap .tit {font-size: 20px;}

    .sec_04 .logo {margin-bottom: 0;}
    .sec_04 .logo img {height: auto;}
    .sec_03 .over_view {margin-top:48px}

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

    .flow_banner {padding: 20px 0px 60px;}
    .flow_banner ul li img {height: 32px;}

    .title_box .title p {font-size: 14px; margin-bottom: 10px;}
    .title_box .title h3 {font-size: 24px;}
    .title_box article {font-size: 13px;}

    .sec_07,
    .sec_04,
    .sec_04_1,
    .sec_05 {padding: 80px 0px;}
    
    .sec_banner {background: #DFD9D1;}

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

    .flow_banner_2 {padding: 15px 0px;}
    .flow_banner_2 ul li img {height: 16px;}

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

    .flow_banner_3 {padding: 20px 0px 60px;}
    .flow_banner_3 ul li img {height: 32px;}

}
