@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}
.img_box img {width: 100%;}

.sec_hero .txt_wrap .logo {max-width:270px}
.sec_hero .txt_wrap .tit .color {color:var(--primary)}
.sec_hero .view_more .round {background:#129062}

.sec_info {background: #129062;}
.sec_info .cont {color:#FFFFFF}
.sec_info .btn_wrap {display: none;}

.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: 200px 0px; background: url(img/sec_04_bg.jpg) no-repeat center / cover;}
.sec_04 .title_box {margin-bottom: 60px;}
.sec_04 .title_box h2 {font-size: 54px; font-weight: 700;}
.sec_04 .title_box h2 span {color: #129062;}
.sec_04 .title_box article {font-size: 20px; color: #565656; line-height: 1.5; padding-top: 20px; color: #fff;}
.sec_04 .item ul {display: flex; flex-wrap: wrap; gap: 20px;}
.sec_04 .item ul li {width: calc(33.3% - 13px); text-align: center; padding: 50px 0px;}
.sec_04 .item ul li p {font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 16px;}
.sec_04 .item ul li article {font-size: 18px; color: #fff; line-height: 1.3;}
.sec_04 .item ul li:nth-child(1) {background: #00603B;}
.sec_04 .item ul li:nth-child(2) {background: #129062;}
.sec_04 .item ul li:nth-child(3) {background: #00C466;}

.flow_banner {padding: 28px 0px; background: #00C466;}
.flow_banner ul {display: flex; align-items: center; gap: 25px; width: max-content;}
.flow_banner ul li {width: fit-content;}
.flow_banner ul li img {min-width: max-content; height: 24px;}

.sec_04_2 {width: 100%; background: #00603B;}
.sec_04_2 .img_box img {width: 100%;}

.sec_05 {background: #F7F2DF; padding:160px 0 170px; position: relative; overflow: visible;}
.sec_05 .title_box {margin-bottom: 80px; display: flex; justify-content: space-between; flex-direction: row;}
.sec_05 .title_box .title h3 {font-size: 54px; font-weight: 700;}
.sec_05 .title_box p {font-size: 20px; color: #565656; line-height: 1.5; text-align: right; margin-top: 0;}
.sec_05 .list > div img {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.sec_05 .list > div:last-child {padding-top: 120px;}
.sec_05 .float {position: absolute; z-index: 5;}
.sec_05 .float_1 {right: 0px; bottom: 7%;}
.sec_05 .float_1 img {height: 63vh;}
.sec_05 .float_2 {bottom: -7%;}
.sec_05 .float_2 img {width: 100%;}

.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}


@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_04 .item ul {flex-direction: column;}
    .sec_04 .item ul li {width: 100%;}

    .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;}

    .sec_05 .float_1 {right: 0; bottom: 50px;}
    .sec_05 .float_1 img {height: 250px;}
    .sec_05 .float_2 {bottom: -100px;}
}


@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_04 .title_box h2 {font-size: 24px;}
    
    .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 .item {margin-bottom: 80px;}

    .sec_04 .item ul li p {font-size: 20px;}
    .sec_04 .item ul li article {font-size: 14px;}
    
    .sec_07 .title_box,
    .sec_05 .title_box {margin-bottom: 34px;}

    .sec_05 .title_box {flex-direction: column; gap: 20px;}
    .sec_05 .title_box p {font-size: 14px; text-align: left;}

    .sec_05 .float_1 {right: 0px;}
    .sec_05 .float_1 img {height: 16vh; width: auto;}
    .sec_05 .float_2 {bottom: -22%;}

    .sec_05 .list > div:last-child {padding-top: 40px;}

    .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;}
}
