/*메인*/
.main .container { padding: 0; }

.main .section1 { margin-bottom: 80px; padding-top: 100px; box-sizing: border-box; }
.main .section1:before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; z-index: -1; width: 100%; height: 680px; background: url('/img/main/bg_main1.png') center top no-repeat; background-size: cover; }
.main .section1 .search-group { position: static; top: 0; padding: 40px 0; box-sizing: border-box; }
.main .section1 .search-group.active { position: relative; z-index: 21; background: #fff; }
.main .section1 > .inner { display: flex; justify-content: space-between; position: relative; max-width: 1324px; margin: 0 auto 80px; }
.main .section1 .box { display: flex; flex-direction: column; justify-content: space-between; width: 316px; }

.search-bg { display: none; position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); }
.search-bg.active { display: block; }

.slide-banner { position: relative; width: 988px; height: 536px; }
.slide-banner .swiper { height: 100%; border-radius: 24px; box-sizing: border-box; }
.slide-banner .swiper-slide { padding: 72px 40px 40px 72px; border-radius: 24px; box-sizing: border-box; background: center center no-repeat; background-size: cover; overflow: hidden; transform: scale(0.7); transition: .5s all ease-out; opacity: 0; }
.slide-banner .swiper-slide-active { transform: scale(1); opacity: 1; }
.slide-banner .swiper-slide .tit-group .tit { font-size: 44px; font-weight: 700; color: #fff; line-height: 60px; }

.slide-banner .slide-tool .navigation-group { display: flex; align-items: center; position: absolute; right: 40px; bottom: 40px; }
.slide-banner .slide-tool .navigation-group > div:not(:last-child) { margin-right: 16px; }
.slide-banner .slide-tool .navigation-group .swiper-button-prev,
.slide-banner .slide-tool .navigation-group .swiper-button-next { position: static; width: 40px; height: 40px; margin: 0; background: center center no-repeat; background-size: contain; transition: .2s all ease-out; }
.slide-banner .slide-tool .navigation-group .swiper-button-prev { background-image: url('/img/main/ico_arrow_slide1_prev1.svg'); }
.slide-banner .slide-tool .navigation-group .swiper-button-next { background-image: url('/img/main/ico_arrow_slide1_next1.svg'); }
.slide-banner .slide-tool .navigation-group .swiper-button-prev:hover { background-image: url('/img/main/ico_arrow_slide1_prev1_active.svg'); }
.slide-banner .slide-tool .navigation-group .swiper-button-next:hover { background-image: url('/img/main/ico_arrow_slide1_next1_active.svg'); }
.slide-banner .slide-tool .navigation-group .swiper-button-prev:after,
.slide-banner .slide-tool .navigation-group .swiper-button-next:after { display: none; }

.slide-banner .slide-tool .pagination-group { display: flex; align-items: center; position: absolute; left: 72px; bottom: 40px; z-index: 10; }
.slide-banner .slide-tool .pagination-group .progress-group { margin-right: 16px; }
.slide-banner .slide-tool .pagination-group .pause-play { display: flex; justify-content: flex-end; align-items: center; width: 65px; }
.slide-banner .slide-tool .pagination-group .swiper-button-pause,
.slide-banner .slide-tool .pagination-group .swiper-button-play { width: 20px; height: 20px; border: none; background: center center no-repeat; transition: .2s all ease-out; cursor: pointer; }
.slide-banner .slide-tool .pagination-group .swiper-button-pause { background-image: url('/img/main/ico_pause1_slide.svg'); }
.slide-banner .slide-tool .pagination-group .swiper-button-pause:hover { background-image: url('/img/main/ico_pause1_slide_active.svg'); }
.slide-banner .slide-tool .pagination-group .swiper-button-play { display: none; background-image: url('/img/main/ico_play1_slide.svg'); }
.slide-banner .slide-tool .pagination-group .swiper-button-play:hover { background-image: url('/img/main/ico_play1_slide_active.svg'); }

.slide-banner .slide-tool .pagination-group .swiper-button-pause:before,
.slide-banner .slide-tool .pagination-group .swiper-button-play:before { position: absolute; top: calc(50% - 7px); right: 24px; font-size: 12px; font-weight: 700; color: #fff; }
.slide-banner .slide-tool .pagination-group .swiper-button-pause:before { content: 'PAUSE'; }
.slide-banner .slide-tool .pagination-group .swiper-button-play:before { content: 'PLAY'; }

/*오토플레이 프로그레스*/
.autoplay-progress { position: relative; width: 180px; height: 2px; background: rgba(255, 255, 255, 0.2); overflow: hidden; }
.autoplay-progress svg { --progress: 0; position: absolute; top: 0; left: 0; z-index: 10; width: 100%; stroke-width: 2px; stroke: #fff; fill: none; stroke-dashoffset: calc(100 * (1 - var(--progress))); stroke-dasharray: 100; }
/*stroke-dashoffset은 선의 테두리가 얼마나 이동하는지 결정 progress라는 변수를 사용하여 계산되어진 값이 들어감 100은전체길이 
stroke-dasharray는 선의 테두리를 구성하는 선 조각의 길이를 설정 전체길이가 100*/

.slide-banner .slide-tool .pagination-group2 { display: none; }
.slide-banner .slide-tool .pagination-group2 .swiper-pagination { display: flex; justify-content: center; align-items: center; position: static; }
.slide-banner .slide-tool .pagination-group2 .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 4px; border: 1px solid #bebebe; box-sizing: border-box; background: #fff; opacity: 1; }
.slide-banner .slide-tool .pagination-group2 .swiper-pagination-bullet-active { border: none; background: #23c7ff; }

/*메인 메뉴*/
.list-menu-main { display: flex; flex-wrap: wrap; align-items: center; height: 338px; padding: 20px; border-radius: 24px; box-sizing: border-box; background: rgba(255, 255, 255, 0.4); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.list-menu-main li { width: calc(100% / 2); height: 50%; }
.list-menu-main li:nth-child(odd) { border-right: 1px solid #eaeaea; box-sizing: border-box; }
.list-menu-main li:nth-child(-n + 2) { border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.list-menu-main a { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; }
.list-menu-main .ico { width: 48px; height: 48px; margin-bottom: 12px; }
.list-menu-main a:hover .ico { animation: ani .5s ease-in-out 0s infinite alternate; }
.list-menu-main .tit { font-size: 16px; font-weight: 700; color: #000; text-align: center; line-height: 24px; transition: .2s all ease-out; }

.slide-banner2 { position: relative; height: 178px; }
.slide-banner2 .swiper { height: 100%; border-radius: 24px; box-sizing: border-box; }
.slide-banner2 .swiper-slide { position: relative; height: 100%; border-radius: 24px; box-sizing: border-box; overflow: hidden; }
.slide-banner2 .swiper-slide .card { height: 100%; cursor: pointer; }
.slide-banner2 .swiper-slide .img-group { height: 100%; background: center center no-repeat; background-size: cover; transition: .5s all ease-out; }
.slide-banner2 .swiper-slide:hover .img-group { transform: scale(1.05); }

.slide-banner2 .slide-tool .navigation-group { display: flex; align-items: center; position: absolute; top: 16px; right: 16px; }
.slide-banner2 .slide-tool .navigation-group .swiper-button-prev,
.slide-banner2 .slide-tool .navigation-group .swiper-button-next { position: static; width: 24px; height: 24px; margin: 0; background: center center no-repeat; background-size: contain; transition: .2s all ease-out; }
.slide-banner2 .slide-tool .navigation-group .swiper-button-prev { background-image: url('/img/main/ico_arrow_slide2_prev1.svg'); }
.slide-banner2 .slide-tool .navigation-group .swiper-button-next { background-image: url('/img/main/ico_arrow_slide2_next1.svg'); }
.slide-banner2 .slide-tool .navigation-group .swiper-button-prev:hover { background-image: url('/img/main/ico_arrow_slide2_prev1_active.svg'); }
.slide-banner2 .slide-tool .navigation-group .swiper-button-next:hover { background-image: url('/img/main/ico_arrow_slide2_next1_active.svg'); }
.slide-banner2 .slide-tool .navigation-group .swiper-button-prev:after,
.slide-banner2 .slide-tool .navigation-group .swiper-button-next:after { display: none; }

.slide-banner2 .slide-tool .pagination-group { display: none; position: absolute; top: 16px; right: 16px; z-index: 1; }
.slide-banner2 .slide-tool .pagination-group .swiper-pagination { position: static; }
.slide-banner2 .slide-tool .pagination-group .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0; margin-right: 8px; background: #fff; opacity: .6; }
.slide-banner2 .slide-tool .pagination-group .swiper-pagination-bullet:last-child { margin-right: 0; }
.slide-banner2 .slide-tool .pagination-group .swiper-pagination-bullet-active { background: #23c7ff; opacity: 1; }

/*메인 메뉴 2*/
.list-menu2-main { display: flex; align-items: center; max-width: 1324px; margin: 0 auto; }
.list-menu2-main li { width: 100%; }
.list-menu2-main a { display: flex; flex-direction: column; justify-content: center; }
.list-menu2-main .ico { width: 80px; height: 80px; margin: 0 auto; }
.list-menu2-main a:hover .ico { animation: ani .5s ease-in-out 0s infinite alternate; }
.list-menu2-main .ico img { zoom: 0.5; }
.list-menu2-main .tit { margin-top: 16px; font-size: 18px; font-weight: 400; color: #000; text-align: center; }

@keyframes ani {
	0% { transform: translateY(0); }
	100% {  transform: translateY(-5px) }
}


/*DX표준공정모델*/
.main .section2 { margin-bottom: 100px; }
.main .section2 > .inner { max-width: 1324px; margin: 0 auto; }
.main .section2 .top-section { margin-bottom: 40px; }
.main .section2 .top-section .tit { font-size: 44px; font-weight: 700; color: #000; text-align: center; }

.slide-item .swiper { position: relative; padding-bottom: 40px; box-sizing: border-box; }
.slide-item .swiper-slide { width: 316px; border: 1px solid #dfdfdf; border-radius: 16px; box-sizing: border-box; overflow: hidden; transition: .2s all ease-out; }
.slide-item .swiper-slide:hover { border-color: #23c7ff; box-shadow: 12px 12px 20px 0 rgba(0, 106, 129, 0.16); box-sizing: border-box; }
.slide-item .swiper-slide .img-group { height: 200px; }
.slide-item .swiper-slide .box { height: calc(100% - 200px); padding: 28px; box-sizing: border-box; background: #fff; }
.slide-item .swiper-slide .tit-group { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.slide-item .swiper-slide .tit-group .category { margin-bottom: 8px; font-size: 14px; font-weight: 700; color: #007aff; line-height: 20px; }
.slide-item .swiper-slide .tit-group .category-v1 { color: #fd843d; }
.slide-item .swiper-slide .tit-group .category-v2 { color: #9908cc; }
.slide-item .swiper-slide .tit-group .tit { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 56px; line-height: 28px; white-space: normal; overflow: hidden; font-size: 20px; font-weight: 700; color: #000; }
.slide-item .swiper-slide .detail-info .txt-group { display: flex; align-items: center; margin-bottom: 4px; }
.slide-item .swiper-slide .detail-info .txt-group:last-child { margin-bottom: 0; }
.slide-item .swiper-slide .detail-info .txt-group .tit { width: 57px; font-size: 14px; font-weight: 500; color: #000; line-height: 20px; }
.slide-item .swiper-slide .detail-info .txt-group .desc { width: calc(100% - 57px); font-size: 14px; font-weight: 400; color: #666; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.slide-item .slide-tool .pagination-group .swiper-pagination { display: flex; justify-content: center; align-items: center; position: static; }
.slide-item .slide-tool .pagination-group .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 8px; background: #dfdfdf; opacity: 1; }
.slide-item .slide-tool .pagination-group .swiper-pagination-bullet-active { background: #23c7ff; }


/*게시판 및 캘린더*/
.main .section3 { margin-bottom: 120px; }
.main .section3 > .inner { display: flex; justify-content: space-between; position: relative; max-width: 1324px; margin: 0 auto 120px; }
.main .section3 .top-article { margin-bottom: 40px; padding: 0; border-bottom: none; }
.main .section3 .top-article .btn-more { display: flex; justify-content: center; align-items: center; position: relative; width: 44px; height: 44px; border: 1px solid #dfdfdf; border-radius: 50%; box-sizing: border-box; background: url('/img/main/ico_plus1_off.svg') center center no-repeat #fff; transition: .2s all ease-out; }
.main .section3 .top-article .btn-more:after { display: none; }
.main .section3 .top-article .btn-more:hover { border-color: #23c7ff; background-image: url('/img/main/ico_plus1_on.svg'); background-color: #23c7ff; }

.tab-menu-main { display: flex; align-items: center; }
.tab-menu-main .tab { display: flex; justify-content: center; align-items: center; height: 44px; margin-right: 10px; padding: 0 20px; border: 1px solid #dfdfdf; border-radius: 22px; box-sizing: border-box; font-size: 20px; font-weight: 400; color: #999; transition: .2s all ease-out; cursor: pointer; }
.tab-menu-main .tab:last-child { margin-right: 0; }
.tab-menu-main .tab:hover,
.tab-menu-main .tab.active { border-color: #23c7ff; background: #23c7ff; font-weight: 700; color: #fff; }

.main .board-article { width: calc(100% - 752px); padding-top: 60px; box-sizing: border-box; }
.main .calendar-article { width: 652px; padding: 60px 0 80px 80px; box-sizing: border-box; }
.main .calendar-article:before { content: ''; display: block; position: absolute; top: 0; left: 50%; width: 100%; height: 100%; border-top-left-radius: 100px; background: url('/img/main/bg_main2.png') left top no-repeat; background-size: cover; }
.main .calendar-article .tab-menu-main .tab { border: none; background: rgba(255, 255, 255, 0.4); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); color: #000; }
.main .calendar-article .tab-menu-main .tab:hover,
.main .calendar-article .tab-menu-main .tab.active { background: #23c7ff; color: #fff; }
.main .calendar-article .top-article .btn-more { border: none; }

.list-board-main li { border-bottom: 1px dashed #eaeaea; box-sizing: border-box; }
.list-board-main li:first-child { margin-bottom: 16px; border-bottom: 1px solid #000; box-sizing: border-box; }
.list-board-main li:last-child { border-bottom: 0; }
.list-board-main a { display: block; padding: 24px 0; box-sizing: border-box; }
.list-board-main li:first-child a { padding-top: 20px; padding-bottom: 40px; box-sizing: border-box; }
.list-board-main li:last-child a { padding-bottom: 0; }
.list-board-main .tit { margin-bottom: 2px; font-size: 20px; font-weight: 400; color: #000; line-height: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: .2s all ease-out; }
.list-board-main li:hover .tit { color: #23c7ff; text-decoration: underline; }
.list-board-main .date { font-size: 16px; font-weight: 400; color: #999; line-height: 24px; }
.list-board-main .tit-group .tit { margin-bottom: 12px; font-size: 28px; font-weight: 700; line-height: 40px; }
.list-board-main .tit-group .txt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 56px; margin-bottom: 24px; line-height: 28px; white-space: normal; overflow: hidden; font-size: 18px; font-weight: 400; color: #666; }

.main .tab-group .no-data { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 460px; margin: 0; border: 1px solid #eaeaea; box-sizing: border-box; }

.simple-calendar-group { position: relative; height: 518px; border-radius: 16px; box-sizing: border-box; background: rgba(255, 255, 255, 0.8); }


/*기업 스토리*/
.main .section4 { margin-bottom: 100px; }
.main .section4 > .inner { max-width: 1324px; margin: 0 auto; }
.main .section4 .top-section { margin-bottom: 40px; }
.main .section4 .top-section .tit { font-size: 44px; font-weight: 700; color: #000; text-align: center; }
.main .section4 .btn-more { display: flex; justify-content: center; align-items: center; width: 200px; height: 56px; margin: 40px auto 0; border: 1px solid #dfdfdf; border-radius: 4px; box-sizing: border-box; font-size: 16px; font-weight: 700; color: #000; transition: .2s all ease-out; }
.main .section4 .btn-more:hover { color: #23c7ff; }
.main .section4 .btn-more:after { content: ''; display: block; width: 20px; height: 20px; margin-left: 2px; background: url('/img/common/ico_arrow_more1_m.svg') center center no-repeat; transition: .2s all ease-out; }
.main .section4 .btn-more:hover:after { background-image: url('/img/common/ico_arrow_more1_m_active.svg'); }

.slide-story { position: relative; }
.slide-story .swiper { height: 380px; border-radius: 16px; box-sizing: border-box; }
.slide-story .swiper-slide { height: 100%; border-radius: 16px; box-sizing: border-box; overflow: hidden; }
.slide-story .swiper-slide .img-group { height: 100%; }

.slide-story .slide-tool { position: relative; }
.slide-story .slide-tool .swiper-pagination { display: flex; justify-content: center; align-items: center; position: relative; bottom: auto; width: calc(100% - 168px); margin: 0 auto; }
.slide-story .slide-tool .swiper-pagination-bullet { display: flex; justify-content: center; align-items: center; width: 228px; height: 100px; margin: 0 2px; border-radius: 16px; box-sizing: border-box; background: none; font-size: 20px; font-weight: 400; color: #000; opacity: 1; transition: .5s all ease-out; }
.slide-story .slide-tool .swiper-pagination-bullet-active {	box-shadow: 0 12px 12px 0 rgba(0, 184, 224, 0.24); box-sizing: border-box; background: rgba(5, 191, 255, 0.8); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); font-weight: 700; color: #fff; transform: translateY(-45px); }

.slide-story .slide-tool .navigation-group { display: flex; justify-content: space-between; align-items: center; position: absolute; top: calc(50% - 24px); width: 100%; }
.slide-story .slide-tool .navigation-group .swiper-button-prev,
.slide-story .slide-tool .navigation-group .swiper-button-next { position: static; width: 48px; height: 48px; margin: 0; background: center center no-repeat; background-size: contain; transition: .2s all ease-out; }
.slide-story .slide-tool .navigation-group .swiper-button-prev { background-image: url('/img/main/ico_arrow_slide3_prev1.svg'); }
.slide-story .slide-tool .navigation-group .swiper-button-next { background-image: url('/img/main/ico_arrow_slide3_next1.svg'); }
.slide-story .slide-tool .navigation-group .swiper-button-prev:hover { background-image: url('/img/main/ico_arrow_slide3_prev1_active.svg'); }
.slide-story .slide-tool .navigation-group .swiper-button-next:hover { background-image: url('/img/main/ico_arrow_slide3_next1_active.svg'); }
.slide-story .slide-tool .navigation-group .swiper-button-prev:after,
.slide-story .slide-tool .navigation-group .swiper-button-next:after { display: none; }

.list-biz-story { display: none; }
.list-biz-story li { height: 100px; margin-bottom: 12px; border-radius: 16px; box-sizing: border-box; overflow: hidden; transition: .5s all ease-out; }
.list-biz-story li:last-child { margin-bottom: 0; }
.list-biz-story .card { display: flex; justify-content: center; align-items: center; height: 100%; background: center center no-repeat; background-size: cover; }
.list-biz-story .tit-group .tit { position: relative; font-size: 20px; font-weight: 700; color: #fff; text-align: center; transition: .5s all ease-out; }
.list-biz-story .tit-group .tit:after { content: 'More'; display: block; position: absolute; top: 52px; left: 0; right: 0; margin: 0 auto; font-size: 14px; font-weight: 700; color: #fff; text-align: center; opacity: 0; transition: .5s all ease-out; transform: translateY(10px); }

.list-biz-story li.active { height: 280px; }
.list-biz-story li.active .tit-group .tit { font-size: 28px; }
.list-biz-story li.active .tit-group .tit:after { opacity: 1; transform: translateY(0); }

.list-biz-story2 { display: flex; align-items: center; height: 520px; }
.list-biz-story2 li { width: calc(100% / 3); height: 100%; margin-right: 20px; border-radius: 16px; box-sizing: border-box; overflow: hidden; transition: .5s all ease-out; }
.list-biz-story2 li:last-child { margin-right: 0; }
.list-biz-story2 .card { display: flex; justify-content: center; align-items: center; height: 100%; background: center center no-repeat; background-size: cover; }
.list-biz-story2 .tit-group .tit { position: relative; font-size: 24px; font-weight: 700; color: #fff; text-align: center; transition: .5s all ease-out; }
.list-biz-story2 .tit-group .tit:after { content: 'More'; display: block; position: absolute; top: 52px; left: 0; right: 0; margin: 0 auto; font-size: 16px; font-weight: 700; color: #fff; text-align: center; text-decoration: underline; opacity: 0; transition: .5s all ease-out; transform: translateY(10px); }

.list-biz-story2 li:hover { width: 652px; }
.list-biz-story2 li:hover .tit-group .tit { font-size: 28px; }
.list-biz-story2 li:hover .tit-group .tit:after { opacity: 1; transform: translateY(0); }


/*기업 정보*/
.main .section5 { position: relative; margin-bottom: 100px; }
.main .section5:after { content: ''; display: block; position: absolute; top: 220px; right: -80px; width: 515px; height: 563px; background: url('/img/main/bg_main3.svg') center center no-repeat; }
.main .section5 > .inner { max-width: 1324px; margin: 0 auto; }
.main .section5 .top-section { margin-bottom: 40px; }
.main .section5 .top-section .tit { font-size: 44px; font-weight: 700; color: #000; text-align: center; }

.slide-item2 .swiper { position: relative; padding-bottom: 40px; box-sizing: border-box; }
.slide-item2 .swiper-slide { width: 316px; border: 1px solid #dfdfdf; border-radius: 16px; box-sizing: border-box; overflow: hidden; transition: .2s all ease-out; }
.slide-item2 .swiper-slide:hover { border-color: #23c7ff; box-shadow: 12px 12px 20px 0 rgba(0, 106, 129, 0.16); box-sizing: border-box; }
.slide-item2 .swiper-slide .img-group { height: 200px; background: #f9f9f9; }
.slide-item2 .swiper-slide .box { height: calc(100% - 200px); padding: 28px; box-sizing: border-box; background: rgba(255, 255, 255, 0.2); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.slide-item2 .swiper-slide .tit-group .tit { font-size: 20px; font-weight: 700; color: #000; line-height: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slide-item2 .swiper-slide .tit-group .txt { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 48px; line-height: 24px; white-space: normal; overflow: hidden; font-size: 16px; font-weight: 400; color: #666; }

.slide-item2 .slide-tool .pagination-group .swiper-pagination { display: flex; justify-content: center; align-items: center; position: static; }
.slide-item2 .slide-tool .pagination-group .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 8px; background: #dfdfdf; opacity: 1; }
.slide-item2 .slide-tool .pagination-group .swiper-pagination-bullet-active { background: #23c7ff; }


/*활용 사례*/
.main .section6 { position: relative; margin-bottom: 100px; }
.main .section6 > .inner { max-width: 1324px; margin: 0 auto; }
.main .section6 .top-section { margin-bottom: 40px; }
.main .section6 .top-section .tit { font-size: 44px; font-weight: 700; color: #000; text-align: center; }

.slide-group-case { position: relative; }
.slide-group-case .slide-tool .navigation-group { display: flex; justify-content: space-between; align-items: center; position: absolute; top: calc(50% - 30px); width: 100%; }
.slide-group-case .slide-tool .navigation-group .swiper-button-prev,
.slide-group-case .slide-tool .navigation-group .swiper-button-next { position: static; width: 60px; height: 60px; margin: 0; background: center center no-repeat; background-size: contain; transition: .2s all ease-out; }
.slide-group-case .slide-tool .navigation-group .swiper-button-prev { background-image: url('/img/main/ico_arrow_slide4_prev1.svg'); }
.slide-group-case .slide-tool .navigation-group .swiper-button-next { background-image: url('/img/main/ico_arrow_slide4_next1.svg'); }
.slide-group-case .slide-tool .navigation-group .swiper-button-prev:hover { background-image: url('/img/main/ico_arrow_slide4_prev1_active.svg'); }
.slide-group-case .slide-tool .navigation-group .swiper-button-next:hover { background-image: url('/img/main/ico_arrow_slide4_next1_active.svg'); }
.slide-group-case .slide-tool .navigation-group .swiper-button-prev:after,
.slide-group-case .slide-tool .navigation-group .swiper-button-next:after { display: none; }

.slide-group-case .slide-tool .pagination-group { display: none; }
.slide-group-case .slide-tool .pagination-group .swiper-pagination { display: flex; justify-content: center; align-items: center; position: static; }
.slide-group-case .slide-tool .pagination-group .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 8px; background: #dfdfdf; opacity: 1; }
.slide-group-case .slide-tool .pagination-group .swiper-pagination-bullet-active { background: #23c7ff; }

.slide-case { width: 1164px; margin: 0 auto; }
.slide-case .swiper-slide { display: flex; transform: scale(0.7); transition: .5s all ease-out; opacity: 0; }
.slide-case .swiper-slide-active { transform: scale(1); opacity: 1; }
.slide-case .swiper-slide .img-group { width: 568px; height: 360px; margin-right: 48px; border-radius: 16px; box-sizing: border-box; overflow: hidden; }
.slide-case .swiper-slide .tit-group { position: relative; padding-top: 54px; box-sizing: border-box; }
.slide-case .swiper-slide .tit-group .num { position: absolute; top: 0; font-size: 98px; font-weight: 700; color: #f5f5f5; line-height: 100px; }
.slide-case .swiper-slide .tit-group .tit { position: relative; margin-bottom: 32px; font-size: 32px; font-weight: 400; color: #000; line-height: 44px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slide-case .tit-group .btn { display: flex; justify-content: center; align-items: center; width: 114px; height: 48px; border: 1px solid #dfdfdf; border-radius: 8px; box-sizing: border-box; font-size: 16px; font-weight: 500; color: #23c7ff; }

.slide-case-thumbs { position: absolute; left: 696px; bottom: 0; width: 548px; margin-bottom: -32px; }
.slide-case-thumbs .swiper { width: 100%; padding-bottom: 32px; box-sizing: border-box; }
.slide-case-thumbs .swiper-slide { position: relative; width: 172px; height: 110px; border-radius: 12px; box-sizing: border-box; cursor: pointer; }
.slide-case-thumbs .swiper-slide:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid transparent; border-radius: 12px; box-sizing: border-box; transition: .2s all ease-out; }
.slide-case-thumbs .swiper-slide-thumb-active:after { border-color: #23c7ff; box-shadow: 12px 12px 20px 0 rgba(0, 106, 129, 0.16); box-sizing: border-box; }
.slide-case-thumbs .swiper-slide .img-group { height: 100%; border-radius: 12px; box-sizing: border-box; overflow: hidden; }


/*서포터*/
.main .section7 { margin-bottom: 40px; }
.main .section7 > .inner { max-width: 1324px; margin: 0 auto; }

.slide-supporter { position: relative; }
.slide-supporter .swiper { width: calc(100% - 104px); margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.slide-supporter .swiper-slide { width: auto; }
.slide-supporter .swiper-slide img { zoom: 0.5; }

.slide-supporter .slide-tool { display: flex; justify-content: center; align-items: center; position: absolute; top: calc(50% - 26px); width: 100%; }
.slide-supporter .slide-tool .navigation-group { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.slide-supporter .slide-tool .navigation-group .swiper-button-prev,
.slide-supporter .slide-tool .navigation-group .swiper-button-next { position: static; width: 52px; height: 52px; margin: 0; border: 1px solid #dfdfdf; border-radius: 50%; box-sizing: border-box; background: center center no-repeat #fff; background-size: 32px; transition: .2s all ease-out; }
.slide-supporter .slide-tool .navigation-group .swiper-button-prev { background-image: url('/img/main/ico_arrow_slide5_prev1.svg'); }
.slide-supporter .slide-tool .navigation-group .swiper-button-next { background-image: url('/img/main/ico_arrow_slide5_next1.svg'); }
.slide-supporter .slide-tool .navigation-group .swiper-button-prev:hover,
.slide-supporter .slide-tool .navigation-group .swiper-button-next:hover { border-color: #23c7ff; background-color: #23c7ff; }
.slide-supporter .slide-tool .navigation-group .swiper-button-prev:hover { background-image: url('/img/main/ico_arrow_slide5_prev1_active.svg'); }
.slide-supporter .slide-tool .navigation-group .swiper-button-next:hover { background-image: url('/img/main/ico_arrow_slide5_next1_active.svg'); }
.slide-supporter .slide-tool .navigation-group .swiper-button-prev:after,
.slide-supporter .slide-tool .navigation-group .swiper-button-next:after { display: none; }

.slide-supporter .gradation-group { position: absolute; top: 0; left: 0; right: 0; z-index: 2; width: calc(100% - 104px); margin: 0 auto; }
.slide-supporter .gradation-group img { position: absolute; width: 20px; height: 52px; }
.slide-supporter .gradation-group img:first-child { left: 0; }
.slide-supporter .gradation-group img:last-child { right: 0; transform: rotate(180deg); }


@media only screen and (max-width: 1324px) {
	/*메인*/
	.main .section1 { margin-bottom: 0; padding: 72px 20px 36px; border-bottom: 8px solid #f5f5f5; box-sizing: border-box; }
	.main .section1:before { height: 192.222vw; }
	.main .section1 .search-group { margin: 0 -20px; padding: 20px; box-sizing: border-box; }
	.main .section1 > .inner { display: block; margin-bottom: 40px; }
	.main .section1 .box { display: block; width: 100%; }
	
	.slide-banner { width: 100%; height: 88.889vw; max-height: 536px; margin-bottom: 52px; }
	.slide-banner .swiper-slide { padding: 32px 32px 24px; box-sizing: border-box; }
	.slide-banner .swiper-slide .tit-group .tit { font-size: 22px; line-height: 32px; }
	
	.slide-banner .slide-tool .navigation-group { display: none; }
	.slide-banner .slide-tool .pagination-group { left: 0; right: 0; bottom: 24px; width: calc(100% - 64px); margin: 0 auto; }
	.slide-banner .slide-tool .pagination-group .progress-group { width: calc(100% - 81px); }
	
	.autoplay-progress { width: 100%; }
	
	.slide-banner .slide-tool .pagination-group2 { display: block; margin: 20px 0; }
	
	.list-menu-main { height: 320px; margin-bottom: 20px; border: 1px solid #eaeaea; box-sizing: border-box; background: #fff; }
	.list-menu-main .tit { font-size: 14px; line-height: 20px; }
	
	.slide-banner2 { height: 50vw; }
	.slide-banner2 .slide-tool .navigation-group { display: none; }
	.slide-banner2 .slide-tool .pagination-group { display: block; }
	
	.list-menu2-main { flex-wrap: wrap; }
	.list-menu2-main li { width: calc(100% / 3); margin-bottom: 24px; }
	.list-menu2-main .ico { width: 48px; height: 48px; }
	.list-menu2-main .ico img { width: 100%; zoom: 1; }
	.list-menu2-main .tit { margin-top: 8px; font-size: 14px; line-height: 20px; }
	
	.main .section2 { margin-bottom: 0; padding: 60px 20px 0; border-bottom: 8px solid #f5f5f5; box-sizing: border-box; }
	.main .section2 .top-section { margin-bottom: 20px; }
	.main .section2 .top-section .tit { font-size: 28px; line-height: 40px; }
	
	.slide-item { margin: 0 -20px; }
	.slide-item .swiper { padding: 0 20px 60px; box-sizing: border-box; }
	.slide-item .swiper-slide { width: 284px; height: 370px; }
	.slide-item .swiper-slide .img-group { height: 180px; }
	.slide-item .swiper-slide .box { height: calc(100% - 180px); padding: 20px; box-sizing: border-box; }
	.slide-item .swiper-slide .tit-group .category { font-size: 12px; line-height: 16px; }
	.slide-item .swiper-slide .tit-group .tit { font-size: 18px; }
	.slide-item .swiper-slide .detail-info .txt-group .tit { width: 50px; font-size: 12px; line-height: 16px; }
	.slide-item .swiper-slide .detail-info .txt-group .desc { width: calc(100% - 50px); font-size: 12px; line-height: 16px; }
	
	.slide-item .slide-tool { display: none; }
	
	.main .section3 { margin-bottom: 0; }
	.main .section3 > .inner { display: block; margin: 0; }
	.main .section3 .top-article { margin-bottom: 20px; }
	.main .section3 .top-article .btn-more { width: 36px; height: 36px; background-size: 24px; }
	
	.main .board-article { width: 100%; padding: 60px 20px; box-sizing: border-box; }
	.main .calendar-article { width: 100%; padding: 40px 20px; box-sizing: border-box; background: url('/img/main/bg_main2.png') center center no-repeat; background-size: cover; }
	.main .calendar-article:before{ display: none; }
	
	.tab-menu-main .tab { min-width: 72px; height: 36px; margin-right: 8px; padding: 0 8px; border-radius: 18px; box-sizing: border-box; font-size: 14px; }
	.main .calendar-article .tab-menu-main { width: calc(100% - 44px); }
	.main .calendar-article .tab-menu-main .tab span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	
	.list-board-main a { padding: 16px 0; box-sizing: border-box; }
	.list-board-main li:first-child a { padding-top: 12px; padding-bottom: 28px; box-sizing: border-box; }
	.list-board-main .tit { font-size: 16px; line-height: 24px; }
	.list-board-main .date { font-size: 14px; line-height: 20px; }
	.list-board-main .tit-group .tit { margin-bottom: 8px; font-size: 20px; line-height: 28px; }
	.list-board-main .tit-group .txt { max-height: 40px; margin-bottom: 15px; font-size: 14px; line-height: 20px; }
	
	.simple-calendar-group { height: 378px; }
	
	.main .section4 { margin-bottom: 0; padding: 60px 20px 0; box-sizing: border-box; }
	.main .section4 .top-section { margin-bottom: 20px; }
	.main .section4 .top-section .tit { font-size: 28px; line-height: 40px; }
	.main .section4 .btn-more { width: 100%; height: 48px; margin-top: 20px; font-weight: 400; }
	
	.slide-story { display: none; }
	
	.list-biz-story { display: block; }
	.list-biz-story2 { display: none; }
	
	.main .section5 { margin-bottom: 0; padding: 60px 20px 0; box-sizing: border-box; }
	.main .section5:after { display: none; }
	.main .section5 .top-section { margin-bottom: 20px; }
	.main .section5 .top-section .tit { font-size: 28px; line-height: 40px; }
	
	.slide-item2 { margin: 0 -20px; }
	.slide-item2 .swiper { padding: 0 20px 60px; box-sizing: border-box; }
	.slide-item2 .swiper-slide { width: 284px; height: 292px; }
	.slide-item2 .swiper-slide .img-group { height: 180px; }
	.slide-item2 .swiper-slide .box { height: calc(100% - 180px); padding: 20px; box-sizing: border-box; background: #fff; }
	.slide-item2 .swiper-slide .tit-group .tit { font-size: 18px; line-height: 28px; }
	.slide-item2 .swiper-slide .tit-group .txt { height: 40px; margin-top: 4px; font-size: 14px; line-height: 20px; }
	
	.slide-item2 .slide-tool { display: none; }
	
	.main .section6 { margin-bottom: 0; padding: 0 20px 80px; box-sizing: border-box; }
	.main .section6 .top-section { margin-bottom: 20px; }
	.main .section6 .top-section .tit { font-size: 28px; line-height: 40px; }
	
	.slide-group-case { margin: 0 -20px; }
	.slide-group-case .slide-tool .navigation-group { display: none; }
	.slide-group-case .slide-tool .pagination-group { display: block; margin-top: 40px; }
	
	.slide-case { width: 100%; }
	.slide-case .swiper-slide { display: block; padding: 0 20px; box-sizing: border-box; }
	.slide-case .swiper-slide .img-group { width: 100%; height: 56.111vw; }
	.slide-case .swiper-slide .tit-group { padding-top: 67px; box-sizing: border-box; }
	.slide-case .swiper-slide .tit-group .num { left: 0; right: 0; margin: 0 auto; font-size: 72px; text-align: center; line-height: 100px; }
	.slide-case .swiper-slide .tit-group .tit { margin-bottom: 15px; font-size: 20px; font-weight: 400; color: #000; text-align: center; line-height: 28px; }
	.slide-case .swiper-slide .tit-group .btn { width: 97px; height: 40px; margin: 0 auto; border-radius: 4px; box-sizing: border-box; font-size: 14px; }
	
	.slide-case-thumbs { display: none; }
	
	.main .section7 { margin-bottom: 20px; }
	
	.slide-supporter .swiper { width: 100%; }
	.slide-supporter .slide-tool { display: none; }
	.slide-supporter .swiper-slide img { height: 40px; zoom: 1; }
 }


@media only screen and (max-width: 768px) {
	/*메인*/
	.slide-banner .swiper-slide { max-height: none; }
}