.sub_wrap img{max-width: 100%; display: block; margin: 0 auto;}
.sub_wrap p{font-size: 18px; line-height: 1.7;}

.w_1500{width: 1500px; max-width: 95%; margin: 0 auto;}

.sub_0201 .top{display: flex; justify-content: space-between; align-items: center;}
.sub_0201 .top>div{width: 48%;}
.sub_0201 .top .img img{border-radius: 25px;}
.sub_0201 .top .txt h1{font-size: 20px; color: #446135; margin-bottom:15px; }
.sub_0201 .top .txt h2{font-size: 48px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #ddd; line-height: 1; }

.sub_0201 .mid{position: relative; margin: 100px auto 0; padding: 100px 0;}
.sub_0201 .mid::before{width: 2000px; height: 100%; background-color: #e9f0e5; top: 0; left: 50%; transform: translateX(-50%); content: ''; position: absolute; z-index: -1;}
.sub_0201 .mid h1{font-size: 44px;}
.sub_0201 .mid h3{font-size: 18px; margin: 20px 0 50px 0; line-height: 1.7; font-weight: 500;}
.sub_0201 .mid ul{display: flex; justify-content: space-between;}
.sub_0201 .mid ul li{width: 24%; background-color: #fff; box-sizing: border-box; padding: 30px; border-radius: 15px;}
.sub_0201 .mid ul li h2{font-size: 24px;}
.sub_0201 .mid ul li p{font-size: 17px; line-height: 1.6; margin: 20px 0 40px 0;}
.sub_0201 .mid ul li img{width: 50px; margin: 0;}

.sub_0601{margin-bottom: 100px;}
.sub_0601 .cont{display: flex; justify-content: space-between; align-items: center;}
.sub_0601 .cont>div{width: 48%;}
.sub_0601 .cont:nth-child(2){margin: 100px auto; padding: 100px 0; position: relative;}
.sub_0601 .cont:nth-child(2)::before{width: 2000px; height: 100%; background-color: #e9f0e5; top: 0; left: 50%; transform: translateX(-50%); content: ''; position: absolute; z-index: -1;}
.sub_0601 .cont .img img{border-radius: 25px;}
.sub_0601 .cont .txt h3{font-size: 32px; margin-bottom: 30px; line-height: 1.3;}
.sub_0601 .cont .txt ul li{font-size: 18px; line-height: 1.7; padding-left: 15px; position: relative;}
.sub_0601 .cont .txt ul li+li{margin-top: 15px;}
.sub_0601 .cont .txt ul li::before{width: 5px; height: 5px; background-color: #446135; border-radius: 50%; left: 0; top: 10px; content: ''; position: absolute;}
.sub_0601 .cont .txt b{color: #446135;}


@media(max-width: 1200px){

    .sub_wrap{overflow-x: hidden;}
    .sub_wrap p{font-size: 16px;}
    
    .sub_0201 .top{flex-direction: column;}
    .sub_0201 .top>div{width: 100%;}
    .sub_0201 .top .img{margin-bottom: 30px;}
    .sub_0201 .top .txt h1{font-size: 17px; margin-bottom: 10px;}
    .sub_0201 .top .txt h2{font-size: 26px; padding-bottom: 20px; margin-bottom: 20px;}

    .sub_0201 .mid{margin:  50px auto 0; padding: 50px 0;}
    .sub_0201 .mid h1{font-size: 26px;}
    .sub_0201 .mid h3{font-size: 17px; margin: 20px 0 30px 0;}
    .sub_0201 .mid ul{flex-direction: column;}
    .sub_0201 .mid ul li{width: 100%;}
    .sub_0201 .mid ul li+li{margin-top: 20px;}
    .sub_0201 .mid ul li h2{font-size: 22px;}
    .sub_0201 .mid ul li p{font-size: 16px; margin: 15px 0 25px;}

    .sub_0601 .cont{flex-direction: column;}
    .sub_0601 .cont>div{width: 100%;}
    .sub_0601 .cont .img{margin-bottom: 30px;}
    .sub_0601 .cont .txt h3{font-size: 24px; margin-bottom: 10px;}
    .sub_0601 .cont .txt ul li{font-size: 16px;}

    .sub_0601 .cont:nth-child(2){flex-direction: column-reverse; margin: 50px auto; padding: 50px 0;}
    .sub_0601{margin-bottom: 50px;}
}