@charset "utf-8";

.skip_snb_menu {display:none;}

/* ========================= 인트로 ========================= */
.intro_wrap {background:#fff;display:flex;justify-content:center;align-items:center;height:100dvh;margin:0;position:fixed;top:0;left:0;right:0;z-index:9999;animation:intro-slide-out 0.8s 1.7s ease-in forwards;}
.intro-svg {width:27.2rem;height:auto;overflow:visible}
.intro-svg path {fill:transparent;stroke:var(--primary);stroke-width:0.5;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, fill-path 0.6s 1.1s ease-out forwards;}
.frame-top {animation-delay:0s;}
.frame-bottom {animation-delay:0.06s;}

/* 글자 순차적 등장 (delay 조절) */
.char-1 {animation-delay:0.12s;}
.char-2 {animation-delay:0.18s;}
.char-3 {animation-delay:0.24s;}
.char-4 {animation-delay:0.3s;}
.char-5 {animation-delay:0.36s;}
.char-6 {animation-delay:0.42s;}
.char-7 {animation-delay:0.48s;}
.char-8 {animation-delay:0.54s;}

/* 마지막에 색상 채우기 */
@keyframes draw-path {to {stroke-dashoffset:0;}}
@keyframes fill-path {to {fill:var(--primary);stroke-width:0;}}
@keyframes intro-slide-out {to {opacity:0.8;transform:translateX(100%);}}




/* ========================= 메인비주얼 ========================= */
.fs_main_visual {height:100dvh;min-height:100dvh;overflow:hidden;background:#000;position:relative;z-index:5;}
.fs_main_visual .mvis_video {position:absolute;top:0;left:0;height:100%;width:100%;z-index:0;opacity:.75;}
.fs_main_visual .mvis_video video {width:100%;height:100%;object-fit:cover;}
.fs_main_visual .mvis_wrap {height:100%;position:absolute;top:0;left:50%;z-index:20;transform:translateX(-50%);width:clamp(0px, 98%, 1500px);}

/* 비주얼 텍스트 */
.fs_main_visual .mvis_text {width:100%;position:absolute;bottom:13rem;z-index:10;letter-spacing:-0.02em;color:#fff;text-align:right;}
.fs_main_visual .mvis_text span {display:block;}
.fs_main_visual .mvis_text .sta {font-size:2.4rem;}
.fs_main_visual .mvis_text .stb {font-family:var(--font_en);font-size:5rem;line-height:1.2;}

/* 공지사항 */
.noti_wrap {position:absolute;bottom:0;right:0;z-index:20;display:flex;flex-direction:column;align-items:flex-end;}
.noti_btn {display:flex;align-items:center;justify-content:center;gap:1.6rem;width:23rem;height:5rem;background:#fff;border-radius:1rem 1rem 0 0;font-weight:800;font-size:1.6rem;color:var(--black);}
.noti_btn i {font-size:2rem;}
.noti_box {display:none;width:65rem;background:#fff;border-radius:2rem 0 0 0;padding:3rem 3rem 3.5rem;box-sizing:border-box;}

.noti_slide {display:flex;justify-content:space-between;margin-bottom:2.5rem;overflow:hidden;}
.noti_slide .swiper {position:relative;box-sizing:border-box;width:calc(100% - 8.4rem);margin-left:0;overflow:hidden;}
.noti_slide .swiper-slide {width:calc((100% - 2rem) / 2);margin-right:2rem;}
.noti_slide .swiper-slide a {display:flex;flex-direction:column;justify-content:center;height:10.3rem;padding:0 2rem;box-sizing:border-box;border-radius:.5rem;border:1px solid var(--border);background:#fff;transition:border-color 0.3s;}
.noti_slide .swiper-slide a:hover {border-color:var(--primary);}
.noti_slide .swiper-slide .noti_tit {font-size:1.5rem;font-weight:500;color:var(--black);margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.noti_slide .swiper-slide .date {display:block;font-size:1.4rem;color:#666;}

.noti_slide .controls {display:flex;flex-direction:column;gap:1.5rem;z-index:10;}
.noti_slide .controls button {width:4.4rem;height:4.4rem;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;transition:all 0.3s;color:var(--black);}
.noti_slide .controls button:hover {border-color:var(--primary);color:var(--black);}
.noti_slide .controls button i {font-size:1.8rem;}

.noti_box .more_btn {display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:1px solid var(--border);border-radius:5px;font-size:1.5rem;font-weight:600;color:var(--black);text-decoration:none;transition:all 0.3s;}
.noti_box .more_btn:hover {background:var(--primary);border-color:transparent;color:#fff;}
	@media only screen and (max-width:1023px){
		.fs_main_visual {height:calc(100dvh - 6rem);min-height:calc(100dvh - 6rem);}
        /* 비주얼 텍스트 */
        .fs_main_visual .mvis_text .sta {font-size:2.2rem;}
        .fs_main_visual .mvis_text .stb {font-size:4.5rem;}
		/* 공지사항  */
		.noti_box {width:55rem;padding:2.5rem 2.5rem 3rem;}
		.noti_slide {margin-bottom:2rem;}
		.noti_slide .swiper {width:calc(100% - 7rem);}
		.noti_slide .swiper-slide a {height:9.5rem;padding:0 1.5rem;}
		.noti_slide .controls button {width:4rem;height:4rem;}
		.noti_slide .controls {gap:1rem;}
	}
	@media only screen and (max-width:767px){
        /* 비주얼 텍스트 */
        .fs_main_visual .mvis_text .sta {font-size:2rem;}
        .fs_main_visual .mvis_text .stb {font-size:2.5rem;}
		/* 공지사항 */
		.noti_wrap {width:100%;}
		.noti_btn {width:100%;height:4.5rem;}
		.noti_box {width:100%;border-radius:0;padding:2rem;}
		.noti_slide .swiper {width:calc(100% - 5rem);}
		.noti_slide .swiper-slide {width:100%;margin-right:0;}
		.noti_slide .swiper-slide a {height:8.5rem;padding:0 1.5rem;}
		.noti_slide .swiper-slide .date {font-size:1.3rem;}
		.noti_slide .controls button {width:3.6rem;height:3.6rem;}
		.noti_slide .controls button i {font-size:1.6rem;}
		.noti_box .more_btn {height:4rem;font-size:1.4rem;}
	}


/* ========================= 컨텐츠 시작 ========================= */
.sec {padding:12rem 0;}
.sec_tit {font-family:var(--font_en);font-weight:400;font-size:6.4rem;line-height:.9;color:var(--black);}
.sec_desc {font-size:1.8rem;letter-spacing:-0.02em;}
.more_btn {display:inline-flex;align-items:center;gap:1rem;}
.more_btn span {font-weight:500;transition:all 0.3s ease;}
.more_btn:is(:hover,:focus,:active) span {color:var(--primary);}
.more_btn i {font-size:3rem;transition:all 0.3s ease;}
.more_btn:is(:hover,:focus,:active) i {color:var(--primary);transform:translateX(0.8rem);}
	@media only screen and (max-width:1199px){
		.sec {padding:11rem 0;}
	}
	@media only screen and (max-width:1023px){
		.sec {padding:9rem 0;}
	}

/* ========================= sec01_차별화전략 ========================= */
.sec01 {display:flex;justify-content:center;align-items:center;width:100%;max-height:100dvh;padding:0;}
.sec01 .sec01_wrap {display:flex;justify-content:center;align-items:center;width:100%;height:100dvh;overflow:hidden;background-color:#fff;}
.sec01 .about_slide {width:100%;height:100%;}
.sec01 .about_slide .swiper-slide {display:flex;justify-content:center;align-items:center;}
.sec01 .about_slide .swiper-slide .img {width:100%;height:100%;position:absolute;left:0;top:0;}
.sec01 .about_slide .swiper-slide .img img {width:100%;height:100%;object-fit:cover;}
.sec01 .about_slide .sec_tit {position:absolute;top:11rem;left:16rem;z-index:10;color:#fff;font-size:6.4rem;opacity:0;transform:translateY(4rem);transition:all 0.4s ease-out;}
.sec01.is-active .about_slide .sec_tit {opacity:1;transform:translateY(0);}
.sec01 .about_slide .swiper-slide .txt_box {position:absolute;bottom:11rem;right:16rem;color:#fff;z-index:10;max-width:80rem;letter-spacing:-0.02em;opacity:0;transform:translateX(4rem);transition:all 0.4s ease-out;word-break:keep-all;}
.sec01 .about_slide .swiper-slide .txt_box h3 {position:relative;font-size:4rem;font-weight:700;line-height:1.15;margin-bottom:2rem;padding-bottom:2rem;}
.sec01 .about_slide .swiper-slide .txt_box h3::after {content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:#fff;transition:width 0.4s ease-out;}
.sec01 .about_slide .swiper-slide .txt_box p {font-size:2rem;line-height:1.4;}
.sec01 .about_slide .swiper-slide .txt_box a {color:#fff;display:block;}

/* 스크롤 효과 */
.sec01.is-active .about_slide .swiper-slide.swiper-slide-active .txt_box {opacity:1;transform:translateX(0);transition-delay:0.3s;}
.sec01.is-active .about_slide .swiper-slide.swiper-slide-active .txt_box h3::after {width:100%;transition-delay:0.4s;}

/* 페이징 */
.sec01 .about_slide .swiper-pagination {position:absolute;top:0;bottom:11rem;left:16rem;right:0;z-index:20;display:flex;flex-direction:column;width:6rem;justify-content:flex-end;opacity:0;transform:translateX(-4rem);transition:all 0.4s ease-out;}
.sec01.is-active .about_slide .swiper-pagination {opacity:1;transform:translateX(0);transition-delay:0.5s;}
.sec01 .about_slide .swiper-pagination-bullet {width:6rem;height:6rem;background:transparent;margin:0;display:flex;justify-content:center;align-items:center;border-radius:50%;opacity:.5;font-size:3rem;transition:all 0.3s ease;cursor:pointer;color:#fff;}
.sec01 .about_slide .swiper-pagination-bullet-active {background:var(--primary);opacity:1;}
    @media only screen and (max-width:1199px) {
        .sec01 .about_slide .sec_tit {top:8rem;left:8rem;font-size:5rem;}
        .sec01 .about_slide .swiper-slide .txt_box {bottom:8rem;right:8rem;max-width:60rem;}
        .sec01 .about_slide .swiper-pagination {bottom:8rem;left:8rem;}
    }
    @media only screen and (max-width:1023px) {
        .sec01 .sec01_wrap {height:81dvh;}
        .sec01 .about_slide .sec_tit {top:6rem;left:4rem;font-size:4rem}
        .sec01 .about_slide .swiper-slide .txt_box {bottom:6rem;right:4rem;max-width:50rem}
        .sec01 .about_slide .swiper-slide .txt_box h3 {font-size:3rem;margin-bottom:1.5rem;padding-bottom:1.5rem}
        .sec01 .about_slide .swiper-slide .txt_box p {font-size:1.6rem}
        .sec01 .about_slide .swiper-pagination {bottom:6rem;left:4rem}
    }
    @media only screen and (max-width:767px) {
        .sec01 .about_slide .sec_tit {top:4rem;left:2rem;font-size:2.8rem}
        .sec01 .about_slide .swiper-slide .txt_box {bottom:4rem;left:7rem;right:2rem;max-width:calc(100% - 9rem)}
        .sec01 .about_slide .swiper-slide .txt_box h3 {font-size:2.2rem;margin-bottom:1rem;padding-bottom:1rem}
        .sec01 .about_slide .swiper-slide .txt_box p {font-size:1.4rem}
        .sec01 .about_slide .swiper-pagination {bottom:4rem;left:1.5rem;width:4rem}
        .sec01 .about_slide .swiper-pagination-bullet {width:4rem;height:4rem;font-size:2rem}
    }



/* ========================= sec02_RECOMMENDED ========================= */
.sec02 {display:flex;align-items:center;gap:4rem;box-sizing:border-box;overflow:hidden;}

/* 왼쪽 메인 영역 */
.sec02 .left_main_area {position:relative;z-index:2;width:57rem;flex-shrink:0;height:calc(100dvh - 8rem);overflow:hidden;}
.sec02 .left_main_area .img_box {width:100%;height:100%;aspect-ratio:1/1.6;background-color:#e5e7e8;display:flex;justify-content:center;align-items:center;}
.sec02 .left_main_area .img_box img {max-width:90%;max-height:90%;object-fit:contain;}

/* 메인 텍스트 박스 (PC용) */
.sec02 .left_main_area .text_box {position:absolute;right:0;bottom:5rem;width:35.7rem;background:rgba(255,255,255,0.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;box-shadow:0 1rem 3rem rgba(0,0,0,0.06);z-index:10;}
.sec02 .left_main_area .text_box h3 {font-size:2.8rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;color:#000;word-break:keep-all;}
.sec02 .left_main_area .text_box p {font-size:1.6rem;color:#666;margin-bottom:5rem;}
.sec02 .left_main_area .text_box .btn_view {display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary);color:#fff;padding:1.4rem 3rem;text-decoration:none;font-weight:500;font-size:1.4rem;align-self:flex-start;}

/* 오른쪽 서브 영역 */
.sec02 .right_sub_area {flex:1;min-width:0;display:flex;flex-direction:column;}

/* 상단 타이틀 */
.sec02 .top_header {display:flex;justify-content:space-between;align-items:center;width:clamp(0px, 100%, 1000px);margin:0 auto 7.5rem;}
.sec02 .top_header .view_all {display:inline-flex;align-items:center;gap:1rem;text-decoration:none;transition:color 0.3s ease;}
.sec02 .top_header .view_all i {font-size:2rem;transition:transform 0.3s ease;}
.sec02 .top_header .view_all:hover {color:var(--primary);}
.sec02 .top_header .view_all:hover i {transform:translateX(0.5rem);}
.sec02 .top_header .sec_tit {margin-bottom:0;letter-spacing:-0.02em;}

/* 서브 슬라이더 (첫번째 슬라이드 가리기 트릭 적용) */
.sec02 .sub_swiper_wrapper {width:100%;padding-bottom:2rem;}
.sec02 .sub_swiper {width:calc(100% + 35.7rem + 4rem);margin-left:calc(-35.7rem - 4rem);overflow:visible;}
.sec02 .sub_swiper .swiper-slide {width:35.7rem;background-color:#f5f5f5;transition:opacity 0.3s;position:relative;overflow:hidden;}
.sec02 .sub_swiper .swiper-slide-active {opacity:0;pointer-events:none;}
.sec02 .sub_swiper .img_box {width:100%;aspect-ratio:1/1.3;display:flex;justify-content:center;align-items:center;}
.sec02 .sub_swiper .img_box img {max-height:90%;object-fit:contain;}

/* 슬라이드 내부 텍스트 박스 (모바일/태블릿용) */
.sec02 .sub_swiper .text_box {display:none;position:absolute;left:0;bottom:0;width:100%;background:rgba(255,255,255,0.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:3rem 2rem;flex-direction:column;justify-content:center;box-sizing:border-box;z-index:10;opacity:0;transform:translateY(2rem);transition:all 0.5s ease;}
.sec02 .sub_swiper .swiper-slide-active .text_box {opacity:1;transform:translateY(0);}
.sec02 .sub_swiper .text_box h3 {font-size:2.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem;color:#000;word-break:keep-all;}
.sec02 .sub_swiper .text_box p {font-size:1.5rem;color:#666;margin-bottom:2rem;}
.sec02 .sub_swiper .text_box .btn_view {display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary);color:#fff;padding:1rem 2rem;text-decoration:none;font-weight:500;font-size:1.3rem;align-self:flex-start;}

/* 컨트롤 영역 */
.sec02 .controls_area {display:flex;justify-content:space-between;align-items:center;margin-top:2rem;width:clamp(0px, 98%, 1000px);margin:0 auto;}
.sec02 .swiper-pagination {position:relative;width:calc(100% - 15rem);height:0.2rem;background:#e0e0e0;top:0;overflow:hidden;}
.sec02 .swiper-pagination-progressbar-fill {background:var(--primary) !important;position:absolute;left:0;top:0;height:100%;}
.sec02 .nav_btns {display:flex;}
.sec02 .nav_btns .recommend-prev, .sec02 .nav_btns .recommend-next {position:relative;margin:0;top:auto;left:auto;right:auto;bottom:auto;width:5rem;height:5rem;border:1px solid #ddd;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#fff;}
.sec02 .nav_btns .recommend-prev {border-right:none;}
.sec02 .nav_btns i {font-size:2.2rem;color:var(--black);font-weight:300;}
    @media only screen and (max-width:1399px) {
        .sec02 .top_header {flex-direction:column;align-items:flex-start;gap:2rem;}
    }
    @media only screen and (max-width:1199px) {
        .sec02 {gap:2rem;}
        .sec02 .left_main_area {width:45rem;}
        .sec02 .left_main_area .img_box {width:45rem;}
        .sec02 .left_main_area .text_box {width:30rem;padding:4rem 3rem;bottom:3rem;}
        .sec02 .sub_swiper {width:calc(100% + 30rem + 2rem);margin-left:calc(-30rem - 2rem);}
        .sec02 .sub_swiper .swiper-slide {width:30rem;}
    }
    @media only screen and (max-width:1023px) {
        .sec02 {flex-direction:column;align-items:flex-start;gap:3rem;padding:5rem 2rem;}
        .sec02 .left_main_area {display:none;}
        .sec02 .right_sub_area {width:100%;height:calc(100dvh - 14rem);}
        .sec02 .top_header {margin-bottom:2rem;}
        .sec02 .sub_swiper {width:100%;margin-left:0;}
        .sec02 .sub_swiper .swiper-slide {width:50%;}
        .sec02 .sub_swiper .swiper-slide-active {opacity:1;pointer-events:auto;}
        .sec02 .sub_swiper .text_box {display:flex;}
        .sec02 .swiper-pagination {width:calc(100% - 12rem);}
    }
    @media only screen and (max-width:767px) {
        .sec02 {gap:2rem;padding:4rem 1.5rem;}
        .sec02 .sub_swiper .swiper-slide {width:75%;}
        .sec02 .sub_swiper .text_box {padding:2rem 1.5rem;}
        .sec02 .sub_swiper .text_box h3 {font-size:2rem;}
        .sec02 .sub_swiper .text_box p {font-size:1.4rem;margin-bottom:1.5rem;}
        .sec02 .sub_swiper .text_box .btn_view {padding:0.8rem 1.5rem;font-size:1.2rem;}
        .sec02 .nav_btns .recommend-prev, .sec02 .nav_btns .recommend-next {width:4.5rem;height:4.5rem;}
        .sec02 .swiper-pagination {width:calc(100% - 10rem);}
    }


/* ========================= sec03_PRODUCTS LINE ========================= */
.sec03 {padding-bottom:0;}
.sec03 .products_list {display:grid;grid-template-columns:repeat(4, 1fr);gap:2.4rem;}
.sec03 .products_list .tit_wrap {grid-column:span 3;display:flex;flex-direction:column;justify-content:center;padding-right:1rem;}
.sec03 .products_list .tit_wrap .sec_tit {margin-bottom:5rem;}
.sec03 .products_list .tit_wrap .sec_desc em {color:var(--primary);}
.sec03 .products_list li:not(.tit_wrap) {position:relative;aspect-ratio:1/1.1;overflow:hidden;}
.sec03 .products_list li a {display:block;width:100%;height:100%;position:relative;}
.sec03 .products_list li a img {width:100%;height:100%;object-fit:cover;transition:transform 0.4s;}
.sec03 .products_list li a .info {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;padding:1rem;text-align:center;color:#fff;font-size:3.2rem;font-weight:600;z-index:2;}
.sec03 .products_list li a:hover img {transform:scale(1.1);}
	@media only screen and (max-width:1199px){
        .sec03 .products_list {gap:1.6rem;}
	}
	@media only screen and (max-width:1023px){
		.sec03 .products_list {grid-template-columns:repeat(2, 1fr);gap:1.2rem;}
		.sec03 .products_list .tit_wrap {grid-column:span 2;padding-right:0;padding-bottom:2rem;}
        .sec03 .products_list .tit_wrap .sec_tit {margin-bottom:4rem;}
        .sec03 .products_list li a .info {font-size:2.4rem;}
	}


/* ========================= sec04_PROJECTS ========================= */
.sec04 .desc_wrap {display:flex;justify-content:space-between;align-items:center;margin:5rem 0 4rem;}
.sec04 .swiper_wrap {width:100%;padding-left:calc((100% - 1500px) / 2);box-sizing:border-box;}
.sec04 .projects_list .swiper-slide {width:auto;height:50rem;}
.sec04 .projects_list .swiper-slide a {display:block;height:100%;position:relative;aspect-ratio:1.5/1;}
.sec04 .projects_list .swiper-slide a img {width:100%;height:100%;object-fit:cover;}
.sec04 .projects_list .swiper-slide a::before {content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, #035660cc, rgba(0,0,0,0.3));transition:all .3s;opacity:0;z-index:1;}
.sec04 .projects_list .swiper-slide a:is(:hover,:focus,:active):hover::before {opacity:1;}
.sec04 .projects_list .swiper-slide .info {position:absolute;bottom:0;left:0;width:100%;padding:4rem;z-index:2;}
.sec04 .projects_list .swiper-slide .info div {opacity:0;color:#fff;font-size:2.8rem;font-weight:600;transform:translateY(2rem);transition:all .3s;}
.sec04 .projects_list .swiper-slide a:is(:hover,:focus,:active) .info div {opacity:1;transform:translateY(0);}
    @media only screen and (max-width:1530px){
        .sec04 .swiper_wrap {padding-left:1%;}
    }
	@media only screen and (max-width:1023px){
        .sec04 .desc_wrap {margin:3rem 0 2rem;}
		.sec04 .projects_list .swiper-slide {height:45rem;}
        .sec04 .projects_list .swiper-slide a::before {opacity:1;background:linear-gradient(0deg, #03566080, rgba(0,0,0,0.1));}
        .sec04 .projects_list .swiper-slide .info div {opacity:1;transform:translateY(0);}
	}
	@media only screen and (max-width:767px){
		.sec04 .projects_list .swiper-slide {height:30rem;}
		.sec04 .projects_list .swiper-slide .info {padding:2.5rem;}
		.sec04 .projects_list .swiper-slide .info div {font-size:2.2rem;}
	}
    @media only screen and (max-width:575px){
        .sec04 .desc_wrap {flex-direction:column;align-items:flex-start;}
        .sec04 .swiper_wrap {padding-right:1%;}
        .sec04 .projects_list .swiper-slide a {aspect-ratio:unset;}
    }


/* ========================= sec05_유튜브 ========================= */
.sec05 {background:url("../../images/fs/main/sec05_bg.png") no-repeat center top/contain;}
.sec05 .wrap {padding:0 8rem;}
.sec05 .wrap iframe {width:100%;aspect-ratio:16/9;}
	@media only screen and (max-width:1023px){
		.sec05 .wrap {padding:0 4rem;}
	}
	@media only screen and (max-width:767px){
		.sec05 .wrap {padding:0 1%;}
	}


/* ========================= sec06_문의하기 ========================= */
.sec06 {position:relative;background:url("../../images/fs/main/sec06_bg.png") no-repeat center/cover;text-align:center;color:#fff;}
.sec06::before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:1;}
.sec06 .wrap {position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;}
.sec06 .sec_tit {color:#fff;}
.sec06 .sec_desc {color:rgba(255,255,255,0.7);margin:3rem 0;}
.sec06 .more_btn {gap:2rem;padding:2.5rem 15rem;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);color:#fff;text-decoration:none;transition:all 0.4s ease;font-size:1.8rem;letter-spacing:0.1em;font-weight:500;}
.sec06 .more_btn span {color:#fff;font-family:var(--font_en);font-weight:700;transition:none;}
.sec06 .more_btn i {font-size:2.2rem;color:#fff;transition:transform 0.4s ease;}
.sec06 .more_btn:is(:hover,:focus,:active) {border-color:rgba(255,255,255,0.8);background:rgba(255,255,255,0.05);}
.sec06 .more_btn:is(:hover,:focus,:active) i {transform:translateX(1rem);}
	@media only screen and (max-width:1023px){
        .sec06 .more_btn {padding:2rem 10rem;font-size:1.6rem;}
	}
    @media only screen and (max-width:767px){
        .sec06 .more_btn {padding:1.5rem 5rem;font-size:1.4rem;width:95%;box-sizing:border-box;justify-content:center;}
        .sec06 .more_btn i {font-size:1.8rem;}
	}
    @media only screen and (max-width:475px){
        .sec06 .more_btn {padding:1.2rem 3rem;font-size:1.3rem;}
	}

    
/* ========================= sec07_협력기관 ========================= */
.banner_wrap {height:9rem;border-top:1px solid var(--border);}
.banner_wrap .wrap {display:flex;justify-content:space-between;align-items:center;gap:6rem;height:100%;}
.banner_wrap .banner_title {display:flex;align-items:center;width:19rem;justify-content:space-between;}
.banner_wrap .banner_title em {font-weight:600;color:var(--black);}
.banner_wrap .banner_ctrl {display:flex;align-items:center;}
.banner_wrap .banner_ctrl button i {font-size:3rem;color:#6b7280;}
.banner_wrap .banner_list {width:calc(100% - 25rem);}
.banner_wrap .banner_list .swiper-slide {display:flex;justify-content:center;align-items:center;height:5rem;}
.banner_wrap .banner_list .swiper-slide img {max-height:3rem;max-width:100%;}
	@media only screen and (max-width:1023px){
        .banner_wrap .wrap {gap:2rem;}
        .banner_wrap .banner_title {width:19rem;}
        .banner_wrap .banner_list {width:calc(100% - 21rem);}
	}
	@media only screen and (max-width:767px){
        .banner_wrap .banner_title {width:15rem;}
        .banner_wrap .banner_list {width:calc(100% - 19rem);}
	}