@charset "utf-8";
@import "reset.css";

/*메인 페이지 풀 스크린*/
/* #fullpage .full1::before, */ #fullpage .full2::before, #fullpage .full3::before {content: ""; opacity: 0.5; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #f0f0f0;}

#fullpage .full1, #fullpage .full2, #fullpage .full3 {background-position: center; background-size: cover; background-repeat: no-repeat;}
/* #fullpage .full1 {background-image: url("../../imgs/renewal/full_page/fullpage_1.png");} */
#fullpage .full1 {background-image: url("../../imgs/main_02.jpg");}
/* #fullpage .full2 {background-color: #95b1b0;} */
#fullpage .full2 {background-color: #3c63ae;}
#fullpage .full3 {background-image: url("../../imgs/renewal/full_page/fullpage_3.png");}

#fullpage .text_area {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-45%); color: #000; text-align: center;}
#fullpage .full1 .text_area {color: #fff;}

#fullpage p {font-family: 'NanumSquareR'; font-size: 30px;}
#fullpage .title {font-family: 'NanumSquareB'; font-size: 60px; margin-bottom: 50px;}

#fullpage .full1 p {font-family: 'NanumSquareB'; font-size: 60px; /* text-shadow: 5px 5px 5px #fff; */}
#fullpage .full1 p:nth-of-type(2) {margin-top: 50px;}
#fullpage .full2 p:nth-of-type(2) {line-height: 1.3;}
#fullpage .full2 p:not(:nth-of-type(1)) {margin-top: 15px;}

/* #fullpage .full2 ul::after {content: ""; z-index: -1; position: absolute; background-color: #169a99; padding: 30px 0; top: 300px; left: 0; right: 0; height: 300px;} */
#fullpage .full2 ul::after {content: ""; z-index: -1; position: absolute; background-color: #3c63ae; padding: 30px 0; top: 300px; left: 0; right: 0; height: 300px;}
#fullpage .full2 ul {width: 1400px; margin: 180px auto 0; display: flex;}
#fullpage .full2 ul li {width: 20%;}
#fullpage .full2 ul li img {width: 50%; margin-bottom: 20px;}
#fullpage .full2 ul li p {font-size: 30px; line-height: 1.3; color: #fff;}

#fullpage .full3 ul {position: relative; width: 1200px; margin: 100px auto 0; font-size: 30px; display: flex; justify-content: space-between;}
/* #fullpage .full3 .text_area ul li {width: 25%; box-sizing: border-box; border: 8px solid #169a99; border-radius: 200px; padding: 5% 0; background: #fff;}
#fullpage .full3 .text_area ul .line {z-index: -1; position: absolute; left: 0; right: 0; height: 8px; background: #169a99; top: 50%; transform: translateY(-50%);} */
#fullpage .full3 .text_area ul li {width: 25%; box-sizing: border-box; border: 8px solid #3c63ae; border-radius: 200px; padding: 5% 0; background: #fff;}
#fullpage .full3 .text_area ul .line {z-index: -1; position: absolute; left: 0; right: 0; height: 8px; background: #3c63ae; top: 50%; transform: translateY(-50%);}
#fullpage .full3 .text_area ul li p:nth-of-type(1) {font-family: 'Oswald'; font-size: 100px; margin-bottom: 30px; color: #000;}

#fullpage .footer {display: flex; height: 100px; text-align: center; background-color: #555; color: #eee; justify-content: center; align-items: center; padding: 50px 0; box-sizing: border-box;}
#fullpage .footer p {font-size: 15px;}
/* #fullpage .footer p:nth-child(2) {margin: 10px 0;} */
#fullpage .footer p:not(:first-child) {margin-top: 10px;}