
.visual{background-image: url(../img/sub03/visual.png);}

.sec01{padding: 9rem 0 17rem;}
.sec01::after{content: ""; position: absolute; bottom: 0; height: 50%; background: #cb9d89; z-index: -1; width: 100%;}
.sec01 .inner{}
.sec01 .top{display: flex; align-items: center; justify-content: space-between; gap: 5rem; padding-bottom: 6rem;}
.sec01 .top .txtbox{padding-bottom: 4rem;}
.sec01 .top .txtbox h2{padding-bottom: 5rem; width: max-content;}
.sec01 .top .txtbox h3{width: max-content;}
.sec01 .top .imgbox{}
.sec01 .top .imgbox img{}
.sec01 .btm{color: #fff; display: flex; justify-content: space-between; gap: 2rem;}
.sec01 .btm .item{}
.sec01 .btm .item h4{padding-bottom: 3rem; margin-bottom: 4.5rem; border-bottom: 3px solid #fff; font-weight: 700; font-size: 4.5rem;}
.sec01 .btm .item h5{font-size: 2.5rem;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec01{padding: 80px 0;}
    .sec01::after{height: 45%;}
    .sec01 .top .txtbox h2{padding-bottom: 20px;}
    .sec01 .btm .item h4{font-size: 24px; padding-bottom: 20px; margin-bottom: 20px;}
    .sec01 .btm .item h5{font-size: 18px;}
    
}
@media all and (max-width:768px){
    .sec01 .top{flex-direction: column; align-items: flex-start; padding-bottom: 30px;}
    .sec01 .top .txtbox{padding-bottom: 00px;}
    .sec01 .top .imgbox{max-width: 400px;}
    .sec01 .btm{flex-direction: column; gap: 30px;}
    .sec01 .btm .item h4{font-size: 20px;}
    .sec01 .btm .item h5{font-size: 16px;}
}

.sec02{padding: 22rem 0 20rem; background: #f5f5f5;}
.sec02 .inner{max-width: 1420px;}
.sec02 h2{text-align: center;}
.sec02 h3{text-align: center; padding: 3rem 0 8rem;}
.sec02 ul{display: flex; flex-direction: column; gap: 5rem;}
.sec02 ul li{background: #fff; display: flex; border-radius: 5rem; overflow: hidden;}
.sec02 ul li .imgbox{width: 30%; font-size: 0;}
.sec02 ul li .imgbox img{height: 100%; object-fit: cover;}
.sec02 ul li .txtbox{padding: 5rem; flex: 1;}
.sec02 ul li .txtbox h4{padding-bottom: 2rem; margin-bottom: 2rem; font-size: 4rem; font-weight: 700; border-bottom: 1px solid #5d5d5d;}
.sec02 ul li .txtbox p{font-size: 2.7rem; color: #5d5d5d;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec02{padding: 80px 0;}
    .sec02 ul li .txtbox{padding: 30px;}
    .sec02 ul li .txtbox h4{font-size: 24px;}
    .sec02 ul li .txtbox p{font-size: 18px;}
    
    
}
@media all and (max-width:768px){
    .sec02 h3{padding: 20px 0;}
    .sec02 ul{gap: 20px;}
    .sec02 ul li{flex-direction: column;}
    .sec02 ul li .imgbox{width: 100%;}
    .sec02 ul li .imgbox img{width: 100%; max-height: 300px;}
    .sec02 ul li .txtbox h4{font-size: 20px;}
    .sec02 ul li .txtbox p{font-size: 16px;}
}

.sec03{padding: 23rem 0 20rem;}
.sec03 .inner{max-width: 1480px;}
.sec03 h2{text-align: center;}
.sec03 h3{text-align: center; padding: 3rem 0 13rem;}
.sec03 .contbox{display: flex; justify-content: space-between; gap: 30px; align-items: center;}
.sec03 .contbox .imgbox{font-size: 0;}
.sec03 .contbox .imgbox img{}
.sec03 .contbox ul{display: flex; gap: 2.5rem; flex-direction: column;}
.sec03 .contbox ul li{display: flex; gap: 2rem; background: #f5f0ed; padding: 3rem 5rem; align-items: center; border-radius: 60rem;}
.sec03 .contbox ul li span{color: #cb9d89; font-size: 4rem; font-weight: 700;}
.sec03 .contbox ul li p{font-size: 2.7rem; width: max-content;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec03{padding: 80px 0;}
    .sec03 .contbox ul li{align-items: flex-start;}
    .sec03 .contbox ul li span{font-size: 20px;}
    .sec03 .contbox ul li p{font-size: 18px;}
}
@media all and (max-width:768px){
    .sec03 h3{padding: 20px 0 5cqmax;}
    .sec03 .contbox{flex-direction: column; }
    .sec03 .contbox .imgbox{max-width: 400px;}
    .sec03 .contbox ul li{padding: 20px 30px;}
    .sec03 .contbox ul li span{font-size: 18px;}
    .sec03 .contbox ul li p{font-size: 16px; width: auto;}
}
    
.sec04{background: #f0e7e2; padding: 20rem 0 17rem;}
.sec04 .inner{padding: 0 40px;}
.sec04 h2{padding-bottom: 8rem; text-align: center;}
.sec04 ul{display: flex; flex-direction: column; gap: 4rem; align-items: flex-start;}
.sec04 ul li{font-size: 3.2rem; position: relative; border-radius: 3rem; padding: 6rem 7rem;}
.sec04 ul li.q{background: #caa08e; }
.sec04 ul li.q::after {
	content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0; border: 3.3rem solid transparent; border-right-color: #caa08e; border-left: 0; margin-top: -3.3rem; margin-left: -3rem;
}
.sec04 ul li.a{background: #fff; align-self: flex-end;}
.sec04 ul li.a::after {
    content: ''; position: absolute; right: 0; top: 50%; width: 0; height: 0; border: 3.3rem solid transparent; border-left-color: #fff; border-right: 0; margin-top: -3.3rem; margin-right: -3.3rem;
}
.sec04 ul li h3{ color: #fff;}
.sec04 ul li h4{color: #404040; font-weight: 500;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec04{padding: 80px 0;}
    .sec04 h2{padding-bottom: 30px;}
    .sec04 ul li{font-size: 24px;}
}
@media all and (max-width:768px){
    .sec04 ul li{padding: 30px; font-size: 20px;}
}
@media all and (max-width:500px){
    .sec04 ul li{padding: 20px; font-size: 18px;}
}

.sec05{padding: 20rem 0; text-align: center; background: #5d5d5d;}
.sec05 .inner{max-width: 1600px;}
.sec05 h2{color: #fff;}
.sec05 h2 b{color: #fff;}
.sec05 h3{color: #fff; padding: 3rem 0 8rem;}
.sec05 ul{display: flex; justify-content: space-between; gap: 3rem;}
.sec05 ul li{border-radius: 5rem; overflow: hidden; flex: 1; max-width: 477px; background: #fff;}
.sec05 ul li .imgbox{font-size: 0; margin: -2px;}
.sec05 ul li .imgbox img{width: 100%;}
.sec05 ul li .txtbox{padding: 6rem 2rem; }
.sec05 ul li .txtbox h4{font-size: 4.3rem; font-weight: 700; padding-bottom: 3rem;}
.sec05 ul li .txtbox p{font-size: 2.5rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec05{padding: 80px 0;}
    .sec05 h3{padding: 20px 0 30px;}
    .sec05 ul li .txtbox h4{font-size: 24px; padding-bottom: 20px;}
    .sec05 ul li .txtbox p{font-size: 18px;}
    
}
@media all and (max-width:768px){
    .sec05 ul{flex-direction: column;}
    .sec05 ul li{max-width: none;}
    .sec05 ul li .txtbox{padding: 20px;}
    .sec05 ul li .txtbox h4{font-size: 20px; padding-bottom: 10px;}
    .sec05 ul li .txtbox p{font-size: 16px;}
}