@import url(https://cdn.jsdelivr.net.jquery.fullpage/2.9.4/jquery.fullpage.css);
.sec1tit_box {width : 80%; border-radius: 30px; margin: 0 auto; text-align: center; padding: 1% 0; background: rgba(0, 0, 0, .3);}

.sec1tit_box > p {font-size: 30px; color: #fff; font-weight: bold;}

.sec1info_box {width : 80%; border-radius: 30px; margin: 0 auto; margin-top: 50px; text-align: center; padding: 1% 0; background: rgba(255, 255, 255, .3);}
.sec1info_box > h2 {color: #222; font-size: 40px; font-weight: bold; line-height: 1.5; margin: 3% 0;}

/* section2  */
.tit_box {width : 80%; border-radius: 30px; margin: 2% auto 1%; text-align: center; padding: 2% 3%; background: rgba(255, 255, 255, .6);}
.tit_box > h2 {font-size: 3.750em; color: #000; font-weight: bold; margin: 0 0 2%;}
.tit_box > p {font-size: 2.5em; color: #000; font-weight: bold;}

.info_box {width : 80%; border-radius: 30px; margin: 2% auto 0; text-align: center; padding: 2% 3%; background: rgba(0, 0, 0, 0.7);}
.info_box > h2 {color: #fff; font-size: 2.500em; font-weight: bold; line-height: 1.5; margin: 0 0 2%;}
.info_box > p {color: #fff; font-size: 1.5em; font-weight: normal; line-height: 1.8;}

/* section3 */


.symbol_box {width: 60%; border-radius: 30px; margin: 1% auto 0; padding: 2% 0; background: orangered; text-align: center; }
.symbol_box h2 {color: #fff; font-size: 2.5em;}
.symbol_box p {color: #fff; font-size: 1.375em;}

.line1 {width: 50px; margin: 3% auto; height: 5px; background: green;}

/* section4 */

.s4_txt_box {
    width: 60%; margin: 2% auto 0; text-align: center;
    padding: 2% 0 3%;
    background-color: rgba(250, 250, 250, 0.6);
    border-radius: 40px;
}
.s4_txt_box h2 { font-size: 38px; line-height:1.6; margin: 0 0 12%; padding : 3% 0 2%; }
.s4_txt_box p {font-size: 18px; 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: 300px;  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_2.jpg");}
.s4_f_box:nth-child(3) { background-image: url("https://smcpro14.cafe24.com/web/upload/s4_3.jpg");}
.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: 50%;
    margin: 2% auto 0;
    padding: 4% 0 3%;
    border-radius: 30px;
    opacity: .8;
}

.s6_tit {
	font-size: 26px;
    line-height: 1.7;
}

.s6_info {
    margin: 40px 0 0;
	font-size: 16px;
    line-height: 1.7;
}

@media all and (max-width:768px) {}

