.hidden { visibility: hidden; opacity: 0; z-index: 999999; }
.intro { position: fixed; display: grid; justify-content: center; place-items: center; width: 100%; height: 100vh; background-color: var(--c-mono-0); z-index: 999999; overflow: hidden; }
.intro__title { max-width: 100%; mix-blend-mode: difference; z-index: 2; transform: translateY(40px); color: var(--c-mono-0); font-size: 7rem; font-weight: 700; text-align: center; }
.intro__title br { display: none; }
.intro__background { position: absolute; top: 0; background-color: var(--c-mono-19); width: 50%; height: 100%; transform: scaleX(0); }
.intro__background--left { left: 0; transform-origin: left center; }
.intro__background--right { left: 50%; transform-origin: right center; }

#progressBar { width: 0%; top: 0; position: fixed; float: left; height: 7px; z-index: 888888; max-width: 100%; background-color: var(--c-main); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; }




/* =================================== home */
.home { min-height: 100vh; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; background-color: var(--c-mono-19); position: relative; }
.home .video_container { position: absolute; height: 100vh; width: 100%; top: 0; left: 0; overflow: hidden; z-index: 1; }
.home .video_container .video_overlay { position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient( to right, rgba(0,0,0,0.6), rgba(0,0,0,0.1) ); z-index: 1; }
.home .video_container video { position: absolute; top: 7%; right: -7%; height: 100vh; }
s
video::-webkit-media-controls-fullscreen-button { display: none !important; } 
video::-webkit-media-controls-play-button { display: none !important; }
video::-webkit-media-controls-dateline { display: none !important; } 
video::-webkit-media-controls-current-date-display { display: none !important; } 
video::-webkit-media-controls-date-remaining-display { display: none !important; } 
video::-webkit-media-controls-mute-button { display: none !important; } 
video::-webkit-media-controls-volume-slider { display: none !important; }
video::-webkit-media-controls-fullscreen-button { display: none !important; }

.home .main_tit { z-index: 2; color: var(--c-mono-0); margin-top: 2rem; }
.home .main_tit h1 { font-size: 7rem; }
.home .main_tit h1 br { display: none; }
.home .main_tit p { font-size: 2.5rem; margin-bottom: 2rem; }

.heading { display: block; margin-bottom: 8rem; }
.heading h1 { color: var(--c-mono-0); margin-bottom: 1rem; }
.heading p { font-size: 3rem; font-weight: 700; color: var(--c-mono-11); }
.heading p span { color: var(--c-mono-0); }
.heading br.mo { display: none; }




/* =================================== 메인 상단 원 애니메이션 */
.animation { position: relative; min-height: 12rem; display: flex; justify-content: center; align-items: center; z-index: 3; }
.animation * { border-radius: 50%; width: 5rem; height: 5rem; margin-right: 2rem; }
.animation .ball1 { background-color: rgba(53,76,218,0.5); animation: jump 3s 0s ease infinite; }
.animation .ball2 { background-color: rgba(53,76,218,0.8); animation: jump 3s 0.35s ease infinite; }
.animation .ball3 { background-color: rgba(53,76,218,1); animation: jump 3s 0.7s ease infinite; }
.animation .ball4 { background-color: var(--c-mono-0); animation: jump 3s 1.05s ease infinite; }
@keyframes jump {
    30% { margin-bottom: 7rem; }
    35% { margin-bottom: 7rem; }
    65% { margin-bottom: 0; }
    to { margin-bottom: 0; }
}




/* =================================== 메인 상단 스크롤 */
a.scroll { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); z-index: 1; }
a.scroll span { position: absolute; top: 0; left: 50%; width: 20px; height: 20px; border-left: 2px solid var(--c-mono-0); border-bottom: 2px solid var(--c-mono-0); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: sdb 1.5s infinite; animation: sdb 1.5s infinite; box-sizing: border-box; }
@-webkit-keyframes sdb {
    0% { -webkit-transform: rotate(-45deg) translate(0, 0); opacity: 0; }
    50% { opacity: 1; }
    100% { -webkit-transform: rotate(-45deg) translate(-20px, 20px); opacity: 0; }
}
@keyframes sdb {
    0% { transform: rotate(-45deg) translate(0, 0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: rotate(-45deg) translate(-20px, 20px); opacity: 0; }
}




/* =================================== customerCase */
.customerCase { background-color: var(--c-mono-19); }
.customerCase .heading { display: flex; justify-content: space-between; align-items: end; }
.customerCase .heading .heading_right a { font-size: 2rem; color: var(--c-mono-0); }
.customerCase .heading .heading_right a button { position: relative; display: inline-block; cursor: pointer; outline: none; border: 0; vertical-align: middle; text-decoration: none; background: transparent; padding: 0; }
.customerCase .heading .heading_right a button.learnMore { width: 240px; height: auto; }
.customerCase .heading .heading_right a button.learnMore .circle { transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); position: relative; display: block; margin: 0 0 0 auto; width: 5rem; height: 5rem; background: var(--c-mono-15); border-radius: 50rem; }
.customerCase .heading .heading_right a button.learnMore .circle .icon { transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); position: absolute; top: 0; bottom: 0; margin: auto; background: var(--c-mono-0); }
.customerCase .heading .heading_right a button.learnMore .circle .icon.arrow { transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); top: 0; right: 20px; width: 2rem; height: 2px; background: none; }
.customerCase .heading .heading_right a button.learnMore .circle .icon.arrow::before { position: absolute; content: ''; top: -5px; right: 0; width: 1rem; height: 1rem; border-top: 2px solid var(--c-mono-0); border-right: 2px solid var(--c-mono-0); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.customerCase .heading .heading_right a button.learnMore .btn_txt { height: 5rem; line-height: 5rem; margin-left: 3rem; transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); position: absolute; top: 0; left: 0; right: 0; bottom: 0; color: var(--c-mono-0); font-weight: 700; text-align: left; font-size: 1.6rem; z-index: 1; }
.customerCase .heading .heading_right a button:hover .circle { width: 100%; background: #354cda; }
.customerCase .heading .heading_right a button:hover .circle .icon.arrow { right: 40px; background: var(--c-mono-0); -webkit-transform: translate(1rem, 0); transform: translate(1rem, 0); }
.customerCase .heading .heading_right a button:hover .btn_txt { color: var(--c-mono-0); }
.customerCase .heading .heading_right a:hover p { width: 10rem; transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); }
.customerCase .heading .heading_right a p span { display: inline-block; margin: 0 auto; width: 4rem; height: 4rem; background: url(../images/view_more_02.png) no-repeat center; background-size: contain; }

.customerCase .contents_wrap { position: relative; }
.customerCase .contents_wrap .filter_nav { position: relative; display: flex; gap: 2rem; width: 100%; flex-direction: column; justify-content: space-between; align-items: center; margin-bottom: 4rem; border-radius: 2rem; }
.customerCase .contents_wrap .filter_nav .btn_showAll a { display: inline-block; width: 4rem; height: 4rem; background: url(../images/view_more_02.png) no-repeat center; background-size: contain; }
.customerCase .contents_wrap .filter_nav .btn_showAll a:hover { background: url(../images/view_more_02_hv.png) no-repeat center; background-size: contain; transition: .3s ease-in-out; }
.customerCase .contents_wrap .filter_nav select { display: none; }
.customerCase .contents_wrap .filter_nav .select-selected { position: relative; width: 300px; height: 60px; line-height: 58px; padding: 0 3rem; margin: 0 auto 0 0; border: 2px solid var(--c-mono-3); border-radius: 50rem; font-size: 1.8rem; font-weight: 700; cursor: pointer; user-select: none; background-color: transparent; color: var(--c-mono-0); }
.customerCase .contents_wrap .filter_nav .select-selected::after { position: absolute; content: ""; top: 22px; right: 3rem; width: 9px; height: 9px; border-top: 2px solid var(--c-mono-3); border-right: 2px solid var(--c-mono-3); transform: rotate(135deg); }
.customerCase .contents_wrap .filter_nav .select-selected.select-arrow-active::after { top: 27px; transform: rotate(315deg); transition: 0.5s; transition-delay: 0.1s; }
.customerCase .contents_wrap .filter_nav .select-items { width: 100%; padding: 3rem; transition: ease 1s; border-radius: 2rem; background-color: var(--c-mono-18); z-index: 99; animation: dropdown 0.4s ease; }
.customerCase .contents_wrap .filter_nav .select-items .filter_title { font-weight: 700; color: var(--c-mono-0); margin-bottom: 2rem; }
.customerCase .contents_wrap .filter_nav .select-items .template_wrap { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.customerCase .contents_wrap .filter_nav .select-items .template_wrap div { display: inline-block; padding: 1rem 2rem; border-radius: 1rem; background-color: var(--c-mono-16); color: var(--c-mono-8); font-size: 1.6rem; font-weight: 600; cursor: pointer; user-select: none; }
.customerCase .contents_wrap .filter_nav .select-items .template_wrap div:last-child { margin-bottom: 0; }
.customerCase .contents_wrap .filter_nav .select-items .template_wrap div:hover { color: var(--c-mono-0); transition: 0.3s; }
.customerCase .contents_wrap .filter_nav .select-items .template_wrap div.same-as-selected { color: var(--c-mono-0); font-weight: 700; }
.customerCase .contents_wrap .filter_nav .select-hide { display: none; }
@keyframes dropdown {
    0% { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}

.customerCase .contents_wrap .case_items ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; grid-column-gap: 4rem; grid-row-gap: 4rem; }
.customerCase .contents_wrap .case_items ul li.filterDiv { display: none; }
.customerCase .contents_wrap .case_items ul li.filterDiv.show { display: block; border-radius: 2rem; text-align: left; background: var(--c-mono-0); overflow: hidden; }
.customerCase .contents_wrap .case_items ul li:hover { transform: translateY(-10px); transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.customerCase .contents_wrap .case_items ul li .item_showCase { min-height: 250px; margin: 1rem; background: url(../images/open_nonghyupcard.png) no-repeat center; background-size: contain !important; background-color: var(--c-mono-0); }
.customerCase .contents_wrap .case_items ul li .item_inner { height: 100%; padding: 3rem; background-color: var(--c-mono-17); }
.customerCase .contents_wrap .case_items ul li .item_inner .item_head { padding-bottom: 3rem; border-bottom: 1px solid var(--c-mono-15); }
.customerCase .contents_wrap .case_items ul li .item_inner .item_head h5 { text-align: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: var(--c-mono-0); }
.customerCase .contents_wrap .case_items ul li .item_inner .item_showin { display: flex; justify-content: space-between; align-items: center; padding-top: 3rem; }
.customerCase .contents_wrap .case_items ul li .item_inner .item_showin .tag { color: var(--c-mono-8); font-size: 1.6rem; font-weight: 600; }
.customerCase .contents_wrap .case_items ul li .item_inner .item_showin .view_arrow { display: flex; align-items: center; width: 4rem; height: 4rem; background: var(--c-mono-15); border-radius: 10rem; }
.customerCase .contents_wrap .case_items ul li .item_inner .item_showin .view_arrow span { display: inline-block; width: 15px; height: 15px; background: url(../images/ic_plus_detail_wh.png) no-repeat center; background-size: contain; margin: 0 auto; }
.customerCase .contents_wrap .case_items ul li:hover .item_inner .item_showin .view_arrow { background: var(--c-main); }

  


/* =================================== service */
.service { background-color: var(--c-mono-19); }
.service .contents .btn_showAll { margin-bottom: 2rem; text-align: right; }
.service .contents .btn_showAll a { display: inline-block; width: 4rem; height: 4rem; background: url(../images/view_more_02.png) no-repeat center; background-size: contain; }
.service .contents .btn_showAll a:hover { background: url(../images/view_more_02_hv.png) no-repeat center; background-size: contain; transition: .3s ease-in-out; }

.swiper_wrap { display: flex; flex-direction: column; margin-top: 2rem; }
.swiper { width: 100%; height: 400px; margin: 4rem 0 0 0; list-style: none; padding: 0; z-index: 1; }
.swiper-pointer-events { touch-action: pan-y; }
.swiper-wrapper { width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-android .swiper-slide,
.swiper-wrapper { transform: translate3d(0px,0,0); }
.swiper-slide { position: relative; top: 0; left: 0; display: block; width: 100%; height: 100%; padding: 4rem; border-radius: 2rem; background: var(--c-mono-2); transition-property: transform; flex-shrink: 0; overflow: hidden; }
.swiper-slide::after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: var(--c-mono-18-RGBA); transition: 0.3s ease-in-out; opacity: 0; }
.swiper-slide:hover::after { opacity: 1; }
.swiper-slide .item_img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.swiper-slide .item_img.majorcom { background: url(../images/main_business_bg_01.png) no-repeat center; background-size: cover; }
.swiper-slide .item_img.smcom { background: url(../images/main_business_bg_02.png) no-repeat center; background-size: cover; }
.swiper-slide .item_img.agribusiness { background: url(../images/main_business_bg_03.png) no-repeat center; background-size: cover; }
.swiper-slide .item_img.partnership { background: url(../images/main_business_bg_04.png) no-repeat 80% 50%; background-size: cover; }
.swiper-slide .item_img.tappay { background: url(../images/main_business_bg_05.png) no-repeat center; background-size: cover; }

.swiper-slide .item_inner { position: relative; height: 100%; display: flex; justify-content: space-between; flex-direction: column; z-index: 3; color: var(--c-mono-0); }
.swiper-slide .item_inner .info_text {  }
.swiper-slide .item_inner .info_text .main { margin-bottom: 2rem; }
.swiper-slide .item_inner .info_text .sub { font-size: 1.6rem; }
.swiper-slide .item_inner .info_arrow { font-size: 1.6rem; font-weight: 700; }
.swiper-slide .item_inner .info_arrow .btn_more { position: relative; display: inline-block; width: 9px; height: 9px; margin-left: 1rem; border-top: 2px solid var(--c-mono-0); border-right: 2px solid var(--c-mono-0); transform: rotate(45deg); }
.swiper-slide .item_inner .info_arrow .btn_more::after { position: absolute; content: ''; width: 15px; height: 2px; top: 4px; right: -2px; transform: rotate(135deg); background-color: var(--c-mono-0); }
.swiper-slide:hover .item_inner .info_arrow .btn_more { animation: motion 0.3s linear 0s alternate; margin-left: 1rem; }
@keyframes motion {
	0% { margin-left: 0; }
	100% { margin-left: 1rem; }
}

.swiper_operate { display: flex; justify-content: end; }
.swiper_operate .swiper-button_wrap .swiper-button-next, 
.swiper_operate .swiper-button_wrap .swiper-button-prev { float: right; display: flex; justify-content: center; align-items: center; width: 5rem; height: 5rem; background-color: var(--c-mono-2); border-radius: 50%; cursor: pointer; }
.swiper_operate .swiper-button_wrap .swiper-button-prev span,
.swiper_operate .swiper-button_wrap .swiper-button-next span { display: inline-block; width: 1rem; height: 1rem; border: solid; border-width: 2px 0 0 2px; border-color: var(--c-mono-17); transform: rotate(135deg); }
.swiper_operate .swiper-button_wrap .swiper-button-next:hover, 
.swiper_operate .swiper-button_wrap .swiper-button-prev:hover { background-color: var(--c-main); transition: .3s ease; }
.swiper_operate .swiper-button_wrap .swiper-button-next:hover span, 
.swiper_operate .swiper-button_wrap .swiper-button-prev:hover span { border-color: var(--c-mono-0); }
.swiper_operate .swiper-button_wrap .swiper-button-prev, 
.swiper_operate .swiper-button_wrap .swiper-container-rtl .swiper-button-next { float: left; margin-right: 1rem; transform: rotateY(180deg); }
.swiper_operate .swiper-button_wrap .swiper-button-prev.swiper-button-disabled, 
.swiper_operate .swiper-button_wrap .swiper-button-next.swiper-button-disabled { opacity: .3; }




/* =================================== newsWrap */
.newsWrap { background-color: var(--c-mono-19); }
.newsWrap .contents_wrap .btn_showAll { margin-bottom: 2rem; text-align: right; }
.newsWrap .contents_wrap .btn_showAll a { display: inline-block; width: 4rem; height: 4rem; background: url(../images/view_more_02.png) no-repeat center; background-size: contain; }
.newsWrap .contents_wrap .btn_showAll a:hover { background: url(../images/view_more_02_hv.png) no-repeat center; background-size: contain; transition: .3s ease-in-out; }

.newsWrap .contents_wrap .news_list ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4rem; margin-top: 2rem; }
.newsWrap .contents_wrap .news_list ul li { padding: 2rem 0; overflow: hidden; }
.newsWrap .contents_wrap .news_list ul li .news_inner { display: flex; flex-direction: column-reverse; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents { margin: 2rem 0; color: var(--c-mono-0); }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head { margin-bottom: 1rem; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head .tag { display: inline-block; margin-bottom: 1.5rem; line-height: 1; border: 1px solid var(--c-mono-11); color: var(--c-mono-4); padding: 1rem 2rem; border-radius: 50rem; font-size: 1.2rem; font-weight: 700; letter-spacing: normal; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head h5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: keep-all; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; line-height: 1.6; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .article p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: keep-all; word-wrap: break-word; overflow: hidden; color: var(--c-mono-4); }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info { display: flex; align-items: center; margin-top: 2rem; gap: 1rem; color: var(--c-mono-11); }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info .date { display: flex; align-items: center; }
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info .date .day,
.newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .sub_info .date .month { font-size: 1.4rem; font-weight: 700; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb { position: relative; border-radius: 2rem; overflow: hidden; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb .loaded { overflow: hidden; transition: transform .3s ease-out; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb .loaded .preview { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent; transition: background .1s; transition-delay: 0.3s; }
.newsWrap .contents_wrap .news_list ul li .news_inner .thumb .loaded .news_img { width: 100%; height: auto; min-height: 250px; background-color: var(--c-mono-17); }
.newsWrap .contents_wrap .news_list ul li .news_inner:hover .thumb .loaded .news_img { transform: scale(1.05); transition: 0.3s; overflow: hidden; }




/* =================================== contactWrap */
.contactWrap { background-color: var(--c-mono-19); }
.contactWrap .contents_wrap .contact_wrap { display: flex; align-items: center; justify-content: space-between; gap: 10rem; }
.contactWrap .contents_wrap .contact_wrap .contact_way { flex: 1; color: var(--c-mono-0); }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg { line-height: 3; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg strong { margin-bottom: 1rem; font-size: 2rem; font-weight: 500; line-height: 1.7; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg span { display: block; width: 10rem; height: 10rem; margin-bottom: 3rem; opacity: 1; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg .icmg_enter { background: url(../images/ic_contact_03.png) no-repeat center; background-size: contain; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg .icmg_sme { background: url(../images/ic_contact_02.png) no-repeat center; background-size: contain; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg .icmg_partner { background: url(../images/ic_contact_01.png) no-repeat center; background-size: contain; }
.contactWrap .contents_wrap .contact_wrap .contact_way span {  }
.contactWrap .contents_wrap .contact_wrap .contact_way h4 { font-size: 2rem; }
.contactWrap .contents_wrap .contact_wrap .contact_way p { line-height: 1.6; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn { margin-top: 4rem; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a { position: relative; display: flex; width: 100%; height: 60px; line-height: 60px; padding: 0 3rem; align-items: center; justify-content: space-between; background: var(--c-main); color: var(--c-mono-0); transition: all 0.2s ease; border-radius: 1rem; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a span { font-size: 1.7rem; color: var(--c-mono-0); font-weight: 700; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a span.view_arrow { display: block; width: 3rem; height: 3rem; margin-left: 10px; background: url(../images/view_more_02.png) no-repeat center; background-size: contain; transform: translateX(-5px); transition: all 0.3s ease; }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a:hover:before { width: 60%; background: var(--c-mono-4); }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a:hover span.view_arrow { transform: translateX(0); }
.contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a:active { transform: scale(0.96); }




/* ============================ media queries ============================ */
@media (max-width: 1920px){
}

@media (max-width: 1700px){
    .home .main_tit h1 { font-size: 6rem; }

}
@media (max-width: 1500px){
    .contactWrap .contents_wrap .contact_wrap { gap: 8rem; }
}

@media (max-width: 1200px){
    .customerCase .contents_wrap .filter_nav { width: 100%; }
    .customerCase .contents_wrap .filter_nav .select-items div,
    .customerCase .contents_wrap .filter_nav .select-selected { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: keep-all; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; }
    .customerCase .contents_wrap .case_items ul { grid-template-columns: repeat(2, 1fr); }

    .newsWrap .contents_wrap .news_list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .newsWrap .contents_wrap .news_list ul li .news_inner .news_contents .head h2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: keep-all; word-wrap: break-word; overflow: hidden; }

    .contactWrap .contents_wrap .contact_wrap { display: block; }
    .contactWrap .contents_wrap .contact_wrap .contact_way { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg { display: flex; align-items: center; gap: 3rem; flex: 0 0 50%; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg span { width: 100px; height: 100px; flex: 0 0 40%; margin-bottom: 0; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg strong { flex: 0 0 60%; margin-bottom: 0; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn { margin-top: 0; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a { width: 300px; height: 60px; line-height: 60px; }
}

@media (max-width: 991px){
    #progressBar { top: 80px; height: 5px; }
    .home .main_tit h1 { font-size: 5rem; }
    .heading p { font-size: 2.7rem; line-height: 1.7; }

    .contactWrap .contents_wrap .contact_wrap { gap: 3rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way { display: block; margin-bottom: 8rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg { display: block; margin-bottom: 2rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg span { margin-bottom: 2rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a { width: 100%; margin: 0 auto; text-align: center; }
}

@media (max-width: 768px){
    .home .video_container .video_scroll { transform: unset !important; }
    .home .video_container video { height: 600px; top: 15%; left: 0; object-fit: cover; }

    .customerCase .contents_wrap .filter_nav .select-selected { width: 100%; }
    .customerCase .contents_wrap .case_items ul li .item_inner .item_showin span.view_arrow { width: 5rem; height: 5rem; }
    .customerCase .contents_wrap .case_items ul li .item_inner .item_showin span.view_arrow i { font-size: 2rem; }

    .swiper_wrap { flex-direction: column-reverse; }
    .swiper { height: 300px; margin-top: 0; margin-bottom: 4rem; }
    .swiper_operate .swiper-button_wrap { display: none; }
    .swiper_operate .swiper-pagination { display: flex; width: 100%; justify-content: center; align-items: center; margin-left: 0; gap: 1.5rem; }
    .swiper_operate .swiper-pagination .swiper-pagination-bullet { width: 1rem; height: 1rem; border-radius: 50rem; background: var(--c-mono-0); }
    .swiper_operate .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 2.5rem; background: var(--c-main); transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); }
    .swiper_operate .swiper-pagination .swiper-pagination-current,
    .swiper_operate .swiper-pagination .swiper-pagination-total { width: 8px; font-size: 1.8rem; font-weight: 700; }

    .newsWrap .contents_wrap .news_list ul { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 0; }

    .contactWrap .contents_wrap .contact_wrap { padding-top: 4rem; }
}

@media (max-width: 683px){
    .intro__title { font-size: 4rem; line-height: 1.4; }
    .intro__title br { display: block; }

    .home .main_tit h1 { line-height: 1.3; }

    .heading,
    .customerCase .heading { margin-bottom: 6rem; }
    .heading br.mo { display: block; }

    .customerCase .heading { display: block; }
    .customerCase .heading .heading_right { margin-top: 4rem; text-align: right; }
    .customerCase .contents_wrap .case_items ul { display: block; }
    .customerCase .contents_wrap .case_items ul li { margin-bottom: 3rem; }
    .customerCase .contents_wrap .case_items ul li .item_inner { padding: 3rem; }
}

@media (max-width: 450px){
    .home .main_tit h1 br { display: block; }

    .heading,
    .customerCase .heading { margin-bottom: 4rem; }
    .heading p { font-size: 2.5rem; line-height: 1.6; }

    .customerCase .heading .heading_right a button.learnMore { width: 230px; }
    .customerCase .contents_wrap .case_items ul li .item_inner .item_head h2 { font-size: 2.4rem; }

    .contactWrap .contents_wrap .contact_wrap .contact_way { display: block; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn { margin-top: 2rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a { width: 100%; }
}

@media (max-width: 290px){
    .heading h1 { font-size: 4rem; }
    
    .customerCase .heading .heading_right a button.learnMore .btn_txt { margin-left: 5rem; }
    
    .contactWrap .contents_wrap .contact_wrap .contact_way h4 { font-size: 2.5rem; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_icmg span { width: 70px; height: 70px; }
    .contactWrap .contents_wrap .contact_wrap .contact_way .contact_btn a { height: 8rem; line-height: 8rem; }
}