


/* section4 */

.s4_txt_box {
    width: 50%;
    margin: 5% auto 6%;
    text-align: center;
}

.s4_txt_box h2 {
    font-size: 38px;
    margin: 0 0 5%;
}

.s4_txt_box p {
    font-size: 30px;
    line-height: 1.8;
}

.s4_img_box {
    width: 80%;
    margin: 5% auto 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s4_f_box {
    width: 20%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    filter: saturate(1.5);
}

.s4_f_box:nth-child(1) {
    background-image: url('https://smcpro14.cafe24.com/web/upload/s4_1.jpg');
}

.s4_f_box:nth-child(2) {
    background-image: url('https://smcpro14.cafe24.com/web/upload/s4_3.jpg');
}

.s4_f_box:nth-child(3) {
    background-image: url('https://smcpro14.cafe24.com/web/upload/s4_4.jpg');
}

.s4_f_box:nth-child(4) {
    background-image: url('https://smcpro14.cafe24.com/web/upload/mainslide2_circleimg_4.png');
}

.s4_f_box:nth-child(5) {
    background-image: url('https://smcpro14.cafe24.com/web/upload/mainslide2_circleimg_5.png');
}

.s4_f_box:nth-child(6) {
    background-image: url('https://smcpro14.cafe24.com/web/upload/mainslide2_circleimg_6.png');
}



/*
  .s4_f_box:nth-child(4) { background-image: url("https://smcpro14.cafe24.com/web/upload/s4_4.jpg");}
  .s4_f_box:nth-child(5) { background-image: url("https://smcpro14.cafe24.com/web/upload/s4_5.jpg");}
  */

/* section6 */

.s6_txt_box {
    text-align: center;
    background: #fff;
    width: 27%;
    margin: 2% auto 0;
    padding: 4% 0 3%;
    border-radius: 30px;
    opacity: 0.8;
}

.s6_tit {
    font-size: 26px;
    line-height: 1.7;
}

.s6_info {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 1.7;
}