@charset "UTF-8";@import url("/fnc_css/font/font.css");
section { width: 100%; }
section > div { width: 100%; position: relative; display: block; margin: 0 auto; }
.main-wrap { padding-top: 120px; }
/* 1 */
.main-swiper { width: 100%; height: 650px;  position: relative; }
.main-swiper-slide { display: flex; align-items: center; justify-content: center; padding-bottom: 100px; width:100%;height:100%;}
.main-swiper-slide > p { color: #fff; font-size: 40px; line-height: 50px; text-align:center;font-weight:500;}
.main-swiper-slide > p > span { font-weight: 500; }
.main-swiper .main-swiper-pagination { bottom: 150px; }
.main-swiper-pagination .swiper-pagination-bullet { background-color: #fff; }
.main-swiper-next { position: absolute; top: 40%; right: 100px; z-index: 99; cursor: pointer; }
.main-swiper-prev { position: absolute; top: 40%; left: 100px; z-index: 99; cursor: pointer; }

.main01-link { position: absolute; width: calc(100% - 30px); max-width: 1420px; height: 240px; background: transparent linear-gradient(180deg, #fffde5 0%, #d3e498 100%) 0% 0% no-repeat; box-shadow: 0px 0px 20px #00000029; border-radius: 200px; left: 50%; bottom: -120px; transform: translateX(-50%); z-index: 99; display: flex; align-items: center; justify-content: center; gap: 100px; padding: 30px; }
.main01-link > a { display: flex; flex-direction: column; align-items: center; height: 100%; width: 150px; justify-content: space-between; }
.main01-link > a > span { display: flex; align-items: center; justify-content: center; width: 140px; height: 140px; border-radius: 50%; background-color: #fff; flex-shrink: 0; }
.main01-link > a > p { font-size: 20px; line-height: 30px; font-weight: 500; }
/* 2 */
#main02{background:url("/fnc_images/main/main02_bg.png")no-repeat top/contain;}
.main02-wrap { max-width: 1480px; padding: 250px 10px 80px; }
.main-title { font-size: 40px; line-height: 50px; font-weight: bold; letter-spacing: 2px; color: #233d4d; position: relative; width: fit-content; margin: 0 auto; }
.main-title::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; height: 20px; width: calc(100% + 70px); border-radius: 13px; opacity: 0.3; background-color: #d3e498; z-index: -1; }
.sub-main .main-title::before{ width: calc(100% + 110px);}
.main-title-link { width: 100%; display: flex; align-items: center; justify-content: end; margin-bottom: 15px; margin-top: 10px; padding-right: 20px; }
.main-title-link > a { display: flex; align-items: center; gap: 10px; font-size: 16px; line-height: 19px; font-weight: 500; }

.main02-swiper { width: 100%; height: 400px; padding: 20px; }
.main02-swiper-slide { padding: 40px 30px; box-shadow: 0px 0px 10px #00000029; border-radius: 20px; background-color: #fff; display: flex; flex-direction: column; justify-content: space-between;   -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;}
.main02-swiper-slide > span { display: block; width: 100%; height: 100%; }
.main02-swiper-slide > span > h3 { font-size: 22px; line-height: 30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: normal; overflow: hidden; text-overflow: ellipsis; margin-bottom: 35px; font-weight: 500; }
.main02-swiper-slide:hover> span > h3{text-decoration: underline;}
.main02-swiper-slide > span > h4 { font-size: 18px; line-height: 30px; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; word-break: normal; overflow: hidden; text-overflow: ellipsis; }
.main02-swiper-slide > p { text-align: right; font-size: 16px; line-height: 22px; color: #bfbfbf; }

.main02-swiper-wrap { position: relative; }
.main02-swiper-prev { position: absolute; left: -40px; top: 50%; transform: translateY(-50%); cursor:pointer;}
.main02-swiper-next { position: absolute; right: -40px; top: 50%; transform: translateY(-50%);cursor:pointer; }
/* 3 */
#main03{background:url("/fnc_images/main/main03_bg.png")no-repeat bottom/contain;}
.main03-wrap { max-width: 1480px; padding: 80px 10px 100px; }
.main03-swiper { width: 100%; height: 520px; padding: 20px; }
.main03-swiper-slide { background-color: turquoise; border-radius: 0px 0px 30px 30px; position: relative; height: 430px;}
.main03-swiper-slide > img { object-fit: cover; width:100%;height:100%;border-radius: 0px 0px 30px 30px; }
.main03-swiper-slide > div { position: absolute; height: 110px; width: calc(100% - 36px); left: 50%; transform: translateX(-50%); bottom: -55px; box-shadow: 2px 10px 10px #00000029; border-radius: 20px; background-color: rgba(255, 255, 255, 0.9); padding: 20px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.main03-swiper-slide > div > h3 { font-size: 22px; line-height: 30px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: normal; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
.main03-swiper-slide:hover > div > h3{text-decoration: underline;}
.main03-swiper-slide > div > p { text-align: right; font-size: 16px; line-height: 22px; color: #bfbfbf; }

.main03-swiper-wrap { position: relative; }
.main03-swiper-prev { position: absolute; left: -40px; top: 50%; transform: translateY(-50%); cursor:pointer;}
.main03-swiper-next { position: absolute; right: -40px; top: 50%; transform: translateY(-50%);cursor:pointer; }
/* 반응형 */
@media (max-width: 1650px){
.main02-swiper-prev,.main03-swiper-prev,.main02-swiper-next,.main03-swiper-next{display:none;}

}
@media (max-width: 1439px){
 .main-swiper-next { right: 30px; }
 .main-swiper-prev { left: 30px; }
 }
@media (max-width: 1279px){
 .main03-swiper { height: 450px; }
 .main03-swiper-slide { height: 360px; }
 }
@media (max-width: 1023px){
 .main-wrap { padding-top: 60px; }
 .main-swiper { height: 500px; }
 .main-swiper-next { display: none; }
 .main-swiper-prev { display: none; }
 .main-swiper-slide > p { font-size: 28px; line-height: 40px; }
 .main01-link { height: 180px; gap: 30px; border-radius: 20px; justify-content: space-between; padding: 20px; bottom: -90px; }
 .main01-link > a > span { width: 80px; height: 80px; }
 .main01-link > a > span > img { width: 50px; }
 .main01-link > a > p { font-size: 16px; line-height: 22px; }
 .main-swiper .main-swiper-pagination { bottom: 100px; }
 .main02-wrap { padding: 200px 0 50px; }
 .main03-wrap { padding: 50px 0 50px; }
 .main02-swiper { height: 360px; }
 .main-title { font-size: 24px; line-height: 32px; }
 .main-title-link { margin-top: 20px; margin-bottom: 10px; }
 .main02-swiper-slide > span > h3 { font-size: 18px; line-height: 26px; }
 .main02-swiper-slide > span > h4 { font-size: 16px; line-height: 24px; }
 .main02-swiper-slide > p { font-size: 15px; line-height: 20px; }
 .main03-swiper-slide > div > h3 { font-size: 18px; line-height: 26px; }
 .main03-swiper-slide > div > p { font-size: 15px; line-height: 20px; }
 }
@media (max-width: 767px){
 .main-swiper { height: 400px; }
 .main-swiper-slide { padding-bottom: 50px; }
 .main01-link { height: 130px; gap: 10px; }
 .main01-link > a > span { width: 50px; height: 50px; }
 .main01-link > a > span > img { width: 30px; }
 .main-swiper .main-swiper-pagination { bottom: 75px; }
 .main03-swiper { height: 400px; }
 .main03-swiper-slide { height: 300px; }
  .main-swiper-slide > p { font-size: 22px; line-height: 30px; }
 }
@media (max-width: 479px) { }
