/********* 메인 공통 *********/
/* #section1 { height: 100vh; background: url(../../img/main/main_vi01.png) no-repeat center center / cover; } */
#section1 { position: relative; height: 920px; background: url(../../img/main/main_vi01-1.png) no-repeat center center / cover; }
/* #section2 { height: 100vh; background: url(../../img/main/main_vi02.png) no-repeat center center / cover; } */
#section2 { background: url(../../img/main/main_vi02.png) no-repeat center center / cover; } 
/* #section3 { height: 100vh; background: url(../../img/main/main_vi03.png) no-repeat center center / cover; } */
#section3 { background: url(../../img/main/main_vi03.png) no-repeat center center / cover; } 
#section4 .shortcut-con { background: url(../../img/main/main_vi04.png) no-repeat center center / cover; } 
@media only screen and (max-width: 1560px){
 #section1 { height: 800px; } 
 }
@media only screen and (max-width: 1023px){
 #section1 { height: 500px; } 
 .fp-scrollable .fp-section, .fp-scrollable .fp-slide { height: unset; } 
 }

.section > .cwrap { padding: 80px 0; } 
@media only screen and (max-width: 767px){
 .section > .cwrap { padding: 50px 0; } 
 }
/* 풀페이지 네비게이션 */
/* #fp-nav { z-index: 1; } 
#fp-nav ul li,
#fp-nav ul li a { width: 20px; height: 20px; } 
#fp-nav ul li:last-child { display: none; } 
#fp-nav ul li a.active .fp-sr-only { display: none; } 

#fp-nav ul li .fp-tooltip.fp-left { top: -5px; left: 30px; } 
#fp-nav ul li .fp-tooltip { font-size: 1em; font-weight: 600; font-family: "Pretendard", sans-serif; } 
#fp-nav ul li a .fp-sr-only { display: none; } 
#fp-nav ul li a span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; width: 4px; height: 4px; margin: 0; border-radius: 100%; background: #fff; opacity: 1; } 
#fp-nav ul li a span::before { content:""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; width: 19px; height: 19px; border-radius: 100%; border: 1px solid #fff; opacity: 0; } 
#fp-nav ul li a.active span::before { opacity: 1; } 
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { width: 4px; height: 4px; margin: 0; opacity: 1; } 
#fp-nav.on ul li .fp-tooltip { color: #444; } 
#fp-nav.on ul li a span { background:#444; opacity: .5; } 
#fp-nav.on ul li a span, #fp-nav.on ul li:hover a span { opacity: 1; } 
#fp-nav.on ul li a span::before, #fp-nav.on ul li:hover a.active span::before { border: 1px solid #444; } 
@media only screen and (max-width: 1560px){
 #fp-nav.fp-left { left: 0; } 
 #fullpage .cwrap { padding: 0 50px; } 
 }
@media only screen and (max-width: 1023px){
 #fullpage .cwrap { padding: 30px 15px; } 
 }*/

/* 타이틀 */
.tit-wrap { margin-bottom: 70px; line-height: 1; text-align: center; } 
.tit-wrap .tit { font-weight: 700; font-size: 2.500em; color: #222; } 
.tit-wrap .subtit { margin-top: 20px; font-size: 1.125em; color: #444; word-break: keep-all; } 
@media only screen and (max-width: 1560px){
 .tit-wrap .tit { font-size: 2em; } 
 .tit-wrap .subtit { font-size: 1.3em; } 
 }
@media only screen and (max-width: 767px){
 .tit-wrap { margin-bottom: 40px; } 
 .tit-wrap .tit { font-size: 1.7em; } 
 .tit-wrap .subtit { margin-top: 13px; font-size: 1.2em; line-height: 1.3; } 
 }

/* 더보기 */
.more-arr { display: block; position: relative; padding-right: 20px; font-weight: 600; font-size: 0.813em; color: #666; letter-spacing: 1px; } 
.more-arr::after { content:""; position: absolute; top: 50%; right: 0; display: inline-block; padding: 4px; border: solid #333; border-width: 0 1px 1px 0; transform: rotate(-45deg) translateY(-80%); -webkit-transform: rotate(-45deg) translateY(-80%); } 
.more-plus { position: relative; display: block; width: 16px; height: 16px; } 
.more-plus::before, .more-plus::after { content:""; position: absolute; background: #666; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.more-plus::before { width: 2px; height: 16px; } 
.more-plus::after { width: 16px; height: 2px; } 

/* 컨텐츠 제목 */
.con-wrap { display: flex; justify-content: space-between; } 
.con-wrap .top { display: flex; justify-content: space-between; margin-bottom: 10px; padding: 0.625em; } 
.con-wrap .top .con-tit { position: relative; padding-left: 40px; font-size: 1.250em; font-weight: 700; color: #222; } 
.con-wrap .top .con-tit span { color: var(--main); } 
.con-wrap .top .con-tit::before { content:""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 27px; height: 27px; background: url(../../img/main/jeju_con-tit01.png) no-repeat center center / contain; } 

/* 슬라이드 컨트롤러 */
.slide-controll { display: flex; align-items: center; } 
.slide-controll > a { font-size: 0; } 
.slide-controll .swiper-pagination { font-weight: 300; font-size: 1.125em; } 
.slide-controll .swiper-pagination-current { font-weight: 600; font-size: 1.313em; color: var(--main); } 
.slide-controll .arr { position: relative; width: 25px; height: 20px; } 
.slide-controll .arr::before { content:""; position: absolute; top: 27%; display: block; padding: 5px; border: solid #333; border-width: 0 1px 1px 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 
.slide-controll .arr.swiper-button-prev::before { transform: rotate(135deg); -webkit-transform: rotate(135deg); } 
.slide-controll .swiper-button-pause,
.slide-controll .swiper-button-play { display: none; width: 20px; height: 20px; margin: 0 7px; } 
.slide-controll .swiper-button-pause.on,
.slide-controll .swiper-button-play.on { display: block; } 
.slide-controll .swiper-button-pause { background: url(../../img/main/pause-btn.png) no-repeat center center / contain; } 
.slide-controll .swiper-button-play { background: url(../../img/main/play-btn.png) no-repeat center center / contain; } 

/********* 메인 비주얼 *********/
.vi-txt { position: absolute; top: 28%; left: 50%; transform: translateX(-50%); color: #fff; text-align: center; } 
.vi-txt .txt-ovf { overflow: hidden; } 
.vi-txt .lg-txt { line-height: 1.2; font-size: 3.563em; font-weight: 200; white-space: nowrap; } 
.vi-txt .md-txt { line-height: 1.2; font-size: 3em; font-weight: 200; white-space: nowrap; }
.vi-txt .lg-txt strong { font-weight: 600; }
.vi-txt .sm-txt { margin-top: 40px; line-height: 1.4; font-size: 1.625em; color: rgba(255,255,255,0.8); } 
.vi-txt .mobile { display: none; } 
@media only screen and (max-width: 1560px){
	.vi-txt .lg-txt { font-size: 3em; } 
	.vi-txt .md-txt { font-size: 2.5em; }
	.vi-txt .sm-txt { font-size: 1.5em; }
}
@media only screen and (max-width: 1023px){
	.vi-txt { top: 50%; transform: translate(-50%, -50%); } 
	.vi-txt .lg-txt { font-size: 2.5em; } 
	.vi-txt .md-txt { font-size: 2em; }
	.vi-txt .sm-txt { font-size: 1.3em; }
}
@media only screen and (max-width: 580px){
	.vi-txt { top: 45%; } 
	.vi-txt .lg-txt { font-size: 2em; } 
	.vi-txt .md-txt { font-size: 1.5em; }
	.vi-txt .sm-txt { font-size: 1.1em; }
}
@media only screen and (max-width: 767px){
	.vi-txt .lg-txt {white-space: unset; word-break: keep-all; word-wrap: break-word;}
	.vi-txt .md-txt {white-space: unset; word-break: keep-all; word-wrap: break-word;}
}
@media only screen and (max-width: 470px){
	.vi-txt .lg-txt { font-size: 1.7em; } 
	.vi-txt .md-txt { font-size: 1.2em; }
	.vi-txt .sm-txt { margin-top: 30px; }
}
@media only screen and (max-width: 390px){
	.vi-txt { text-align: left; top: 120px; left: 30px; transform: translate(0); } 
	.vi-txt .mobile { display: block; } 
	.vi-txt .lg-txt { white-space: wrap; line-height: 1.5; } 
	.vi-txt .md-txt { white-space: wrap; line-height: 1.5; }
	.vi-txt .sm-txt { display: none; }
}

/* 스크롤 다운 */ 
.scroll-down { position: absolute; bottom: 180px; left: 50%; transform: translateX(-50%); } 
.scroll-down p { margin-bottom: 10px; font-size: 1.250em; color: #eee; letter-spacing: 4px; } 
.scroll-down .arrow span { display: block; width: 14px; height: 14px; margin: 0 auto; border-bottom: 2px solid white; border-right: 2px solid white; transform: rotate(45deg); animation: scrollDown 2s infinite; } 
.scroll-down .arrow span:nth-child(2) { animation-delay: -0.2s; } 
.scroll-down .arrow span:nth-child(3) { animation-delay: -0.4s; } 
@keyframes scrollDown { 
 	0% { opacity: 0; transform: rotate(45deg) translate(-5px, -5px); }
	50% { opacity: 1; }
	100% { opacity: 0; transform: rotate(45deg) translate(5px, 5px); } 
}
@media only screen and (max-width: 1023px){
 	.scroll-down { display: none; } 
}

/* 퀵메뉴 */
.quick-menu-wrap { position:absolute; bottom: 0; left: 0; width: 100%; height: 160px; padding: 28px 0; background: rgba(0,0,0,0.3); } 
.quick-menu-wrap .quick-menu { display: flex; justify-content: center; } 
.quick-menu-wrap .quick-menu li { border-right: 1px solid rgba(255,255,255,.1); } 
.quick-menu-wrap .quick-menu li:last-child { border-right: none; } 
.quick-menu-wrap .quick-menu li a { position:relative; display: block; width: 180px; padding-top: 80px; font-size: 1.250em; font-weight: 500; color: #fff; text-align: center; opacity: 0.7; } 
.quick-menu-wrap .quick-menu li:hover a { opacity: 1; } 
.quick-menu-wrap .quick-menu li a::before { content:""; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); width: 50px; height: 40px; background: url(../../img/main/quick-menu01.png) no-repeat center center / contain; } 
/* .quick-menu-wrap .quick-menu li:nth-child(2) a::before { background: url(../../img/main/quick-menu02.png) no-repeat center center / contain; }  */
.quick-menu-wrap .quick-menu li:nth-child(2) a::before { background: url(../../img/main/quick-menu03.png) no-repeat center center / contain; }
.quick-menu-wrap .quick-menu li:nth-child(3) a::before { background: url(../../img/main/quick-menu05.png) no-repeat center center / contain; } /* 임시 */
/*.quick-menu-wrap .quick-menu li:nth-child(3) a::before { background: url(../../img/main/quick-menu04.png) no-repeat center center / contain; } */
/*.quick-menu-wrap .quick-menu li:nth-child(4) a::before { background: url(../../img/main/quick-menu05.png) no-repeat center center / contain; } */
/*.quick-menu-wrap .quick-menu li:nth-child(5) a::before { background: url(../../img/main/quick-menu06.png) no-repeat center center / contain; } */
@media only screen and (max-width: 1560px){
	.quick-menu-wrap { height: 124px; padding: 20px 0; } 
	.quick-menu-wrap .quick-menu li a { padding-top: 60px; font-size: 1.1em; } 
	.quick-menu-wrap .quick-menu li a::before { width: 37px; } 
}
@media only screen and (max-width: 1199px){
 	.quick-menu-wrap .quick-menu li a { width: 150px; } 
}
@media only screen and (max-width: 1023px){
	.quick-menu-wrap { padding: 20px; height: fit-content; } 
	.quick-menu-wrap .quick-menu { flex-wrap: wrap; } 
	.quick-menu-wrap .quick-menu li { flex-shrink: 0; margin-right: 20px; padding-right: 20px; } 
	.quick-menu-wrap .quick-menu li:last-child { margin-right: 0; padding-right: 0; } 
	.quick-menu-wrap .quick-menu li a { width: unset; padding: 0 0 0 38px; } 
	.quick-menu-wrap .quick-menu li a::before { top: 50%; left: 0; transform: translateY(-50%); width: 25px; height: 25px; } 
}
@media only screen and (max-width: 925px){
	.quick-menu-wrap .quick-menu li { width: 25%; margin-bottom: 10px; } 
	.quick-menu-wrap .quick-menu li:nth-child(3n) { margin-right: 0; padding-right: 0; border-right: none; } 
	.quick-menu-wrap .quick-menu li:nth-child(4),
	.quick-menu-wrap .quick-menu li:nth-child(5),
	.quick-menu-wrap .quick-menu li:nth-child(6) { margin-bottom: 0; } 
}
@media only screen and (max-width: 580px){
	.quick-menu-wrap .quick-menu li { width: 33%; margin-bottom: 10px; } 
	.quick-menu-wrap .quick-menu li:nth-child(2n) { margin-right: 0; padding-right: 0; border-right: none; } 
	.quick-menu-wrap .quick-menu li:nth-child(3n) { margin-right: 20px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.1); } 
	.quick-menu-wrap .quick-menu li:nth-child(4) { margin-bottom: 10px; } 
	.quick-menu-wrap .quick-menu li:nth-child(5) { margin-bottom: 0; } 
	.quick-menu-wrap .quick-menu li:nth-child(6) { margin-right: 0; padding-right: 0; margin-bottom: 0; border-right: none; } 
	.quick-menu-wrap .quick-menu li a { width: 120px; margin: 0 auto; text-align: left; } 
}
@media only screen and (max-width: 470px){
	.quick-menu-wrap .quick-menu li { width: 47%; } 
	.quick-menu-wrap .quick-menu li a::before { width: 20px; height: 20px; } 
}
@media only screen and (max-width: 390px){
	.quick-menu-wrap .quick-menu { justify-content: flex-start; } 
	.quick-menu-wrap .quick-menu li,
	.quick-menu-wrap .quick-menu li:nth-child(3),
	.quick-menu-wrap .quick-menu li:nth-child(5) { margin-right: 10px; padding-right: 10px; } 
}

/********* //메인 비주얼 *********/



/********* 알림/지원 *********/
/* 공지사항 */
#section2 .con-wrap .notice-con { width: calc(100% - 440px); } 
#section2 .con-wrap .notice-con .notice-list { display: flex; flex-wrap: wrap; padding: -0.625em; } 
#section2 .con-wrap .notice-con .notice-list li { width: 33%; padding: 0.625em; } 
#section2 .con-wrap .notice-con .notice-list li .notice { display: flex; flex-direction: column; justify-content: space-between; height: 176px; padding: 25px; border-radius: 10px; background: #fff; box-shadow: 0px 0px 8.19px 0.81px rgba(0, 0, 0, 0.09); } 
#section2 .con-wrap .notice-con .notice-list li .notice .tit { font-weight: 600; font-size: 1.125em; color: #222; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; height:50px; line-height:26px; word-break:break-all; display:-moz-box; -moz-line-clamp:2; -moz-box-orient:vertical; display:-ms-flexbox; -ms-line-clamp:2; -ms-box-orient:row; } 
#section2 .con-wrap .notice-con .notice-list li .notice .bottom { display: flex; justify-content: space-between; } 
#section2 .con-wrap .notice-con .notice-list li .notice .bottom .date { font-size: 0.875em; color: #666; } 
@media only screen and (max-width: 1560px) { } 
@media only screen and (max-width: 1200px){
 #section2 .con-wrap .notice-con .notice-list li { width: 50%; } 
 #section2 .con-wrap .notice-con .notice-list li:nth-child(5),
 #section2 .con-wrap .notice-con .notice-list li:nth-child(6) { display: none; } 
 }
@media only screen and (max-width: 850px){
 .con-wrap { flex-direction: column; justify-content: center; align-items: center; } 
 #section2 .con-wrap .notice-con { width: unset; margin-bottom: 20px; } 
 }
@media only screen and (max-width: 990px){
 #section2 .con-wrap .notice-con .notice-list li { width: 100%; } 
 #section2 .con-wrap .notice-con .notice-list li:nth-child(3),
 #section2 .con-wrap .notice-con .notice-list li:nth-child(4) { display: none; } 
 }
@media only screen and (max-width: 850px){
 #section2 .con-wrap .notice-con .notice-list li { width: 50%; } 
 #section2 .con-wrap .notice-con .notice-list li:nth-child(3),
 #section2 .con-wrap .notice-con .notice-list li:nth-child(4) { display: block; } 
 }
@media only screen and (max-width: 470px){
 #section2 .con-wrap .notice-con .notice-list li { width: 100%; } 
 #section2 .con-wrap .notice-con .notice-list li:nth-child(3),
 #section2 .con-wrap .notice-con .notice-list li:nth-child(4) { display: none; } 
 }

/* hover/active/focus */
#section2 .con-wrap .notice-con .notice-list li .notice:hover, 
#section2 .con-wrap .notice-con .notice-list li .notice:active, 
#section2 .con-wrap .notice-con .notice-list li .notice:focus 
 {
 background-color: #394479; background-image: url(../../img/main/notice-bg.png) } 
#section2 .con-wrap .notice-con .notice-list li .notice:hover .tit, 
#section2 .con-wrap .notice-con .notice-list li .notice:active .tit, 
#section2 .con-wrap .notice-con .notice-list li .notice:focus .tit { color: #fff; } 
#section2 .con-wrap .notice-con .notice-list li .notice:hover .bottom .date, 
#section2 .con-wrap .notice-con .notice-list li .notice:active .bottom .date, 
#section2 .con-wrap .notice-con .notice-list li .notice:focus .bottom .date { color: #ccc; } 
#section2 .con-wrap .notice-con .notice-list li .notice:hover .bottom .more-plus::before,
#section2 .con-wrap .notice-con .notice-list li .notice:hover .bottom .more-plus::after,
#section2 .con-wrap .notice-con .notice-list li .notice:active .bottom .more-plus::before,
#section2 .con-wrap .notice-con .notice-list li .notice:active .bottom .more-plus::after,
#section2 .con-wrap .notice-con .notice-list li .notice:focus .bottom .more-plus::before,
#section2 .con-wrap .notice-con .notice-list li .notice:focus .bottom .more-plus::after
 {
 background: #ccc; } 

/* 팝업존 */
#section2 .con-wrap .popup-con .con-tit::before { background: url(../../img/main/con-tit02.png) no-repeat center center / contain; } 
#section2 .con-wrap .popup-con { width: 410px; } 
#section2 .con-wrap .popup-con .popup-slide { margin: 0.625em; padding: 0.625em; overflow: hidden; } 
#section2 .con-wrap .popup-con .popup-slide .swiper-wrapper { box-shadow: 0px 0px 8.19px 0.81px rgba(0, 0, 0, 0.09); } 
#section2 .con-wrap .popup-con .swiper-slide { border-radius: 10px; overflow: hidden; } 
#section2 .con-wrap .popup-con .swiper-slide a { display: block; width: 100%; height: 0; padding-bottom: 100%; border-radius: 10px; overflow: hidden; } 
#section2 .con-wrap .popup-con .swiper-slide a span { display: inline-block; border-radius: 10px; overflow: hidden; } 
#section2 .con-wrap .popup-con .swiper-slide img { width: 100%; height: 80%; object-fit: contain; } 
#section2 .con-wrap .popup-con .swiper-pagination { position: relative; bottom: unset; left: unset; } 
@media only screen and (max-width: 1560px) { } 
@media only screen and (max-width: 850px){
 #section2 .con-wrap .popup-con { width: 100%; } 
 }
/********* //알림/지원 *********/



/********* 자주 묻는 질문 *********/
/* 바로가기 */
#section3 .quick-con { width: 55%; } 
#section3 .quick-con .quick-faq { display: flex; flex-wrap: wrap; align-content: space-between; height: 100%; } 
#section3 .quick-con .quick-faq li { width: 25%; height: fit-content; } 
#section3 .quick-con .quick-faq li a { position: relative; display: block; padding-top: 100px; font-weight: 500; font-size: 1.250em; color: #222; text-align: center; } 
#section3 .quick-con .quick-faq li a:hover,
#section3 .quick-con .quick-faq li a:active,
#section3 .quick-con .quick-faq li a:focus { transform: translateY(-10px); } 
#section3 .quick-con .quick-faq li a::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 70px; background: url(../../img/main/jeju_quick-faq01.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li a:hover::before,
#section3 .quick-con .quick-faq li a:active::before,
#section3 .quick-con .quick-faq li a:focus::before { animation: bounce 0.5s linear 0s infinite alternate; } 
@keyframes bounce { 
 0% { transform: translate(-50%,-10%); } 100% { transform: translate(-50%,-30%); } 
 }
#section3 .quick-con .quick-faq li:nth-child(2) a::before { background: url(../../img/main/jeju_quick-faq02.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li:nth-child(3) a::before { background: url(../../img/main/jeju_quick-faq03.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li:nth-child(4) a::before { background: url(../../img/main/jeju_quick-faq04.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li:nth-child(5) a::before { background: url(../../img/main/jeju_quick-faq05.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li:nth-child(6) a::before { background: url(../../img/main/jeju_quick-faq06.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li:nth-child(7) a::before { background: url(../../img/main/jeju_quick-faq07.png) no-repeat center center / contain; } 
#section3 .quick-con .quick-faq li:nth-child(8) a::before { background: url(../../img/main/jeju_quick-faq08.png) no-repeat center center / contain; } 
@media only screen and (max-width: 1560px){
 #section3 .quick-con .quick-faq li a { font-size: 1.1em; } 
 #section3 .quick-con .quick-faq li a::before { width: 50px; height: 55px; } 
 #section3 .topfaq-con .note-list li a strong { font-size: 1.1em; } 
 }
@media only screen and (max-width: 1023px){
 #section3 .con-wrap { flex-direction: column; } 
 #section3 .quick-con { width: 100%; margin-bottom: 20px; } 
 #section3 .quick-con .quick-faq li { margin-bottom: 20px; } 
 #section3 .quick-con .quick-faq li a { padding-top: 50px; font-size: 1em; } 
 #section3 .quick-con .quick-faq li a::before { width: 40px; height: 45px; } 
 }
@media only screen and (max-width: 420px){
 #section3 .quick-con .quick-faq li { width: 33.3%; } 
 }


/* 인기 질문 */
#section3 .topfaq-con { width: 40%; } 
#section3 .topfaq-con .con-tit::before { background: url(../../img/main/con-tit04.png) no-repeat center center / contain; } 
#section3 .topfaq-con .note-list { border-top: 1px solid #555; }
#section3 .topfaq-con .note-list li a { display: flex; justify-content: space-between; padding: 14px 7px; border-bottom: 1px solid #e9e9e9; }
#section3 .topfaq-con .note-list li a strong { display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; max-height:20px; word-break:break-all; display:-moz-box; -moz-line-clamp:1; -moz-box-orient:vertical; display:-ms-flexbox; -ms-line-clamp:1; -ms-box-orient:row; font-weight: 600; font-size: 1.125em; color: #555; }
#section3 .topfaq-con .note-list li a span {flex-shrink: 0; font-size: 0.875em; color: #666; }
@media only screen and (max-width: 1023px){
 #section3 .topfaq-con { width: 100%; } 
 #section3 .topfaq-con .note-list { margin: 0 5px; } 
 }
/********* //자주 묻는 질문 *********/



/********* 바로가기존 *********/
#section4 { } 
#section4 .shortcut-con { padding: 140px 0; } 
#section4 .text .sm-txt { line-height: 1.4; font-size: 1.688em; color: #c6c6c6; } 
#section4 .text .lg-txt { line-height: 1.6; font-size: 3em; color: #fff; } 
#section4 .btn-group { display: flex; margin-top: 40px; } 
#section4 .btn-group .btn { position: relative; display: block; margin-right: 30px; padding: 17px 40px 17px 84px; font-weight: 500; font-size: 1.250em; color: #333; background: #fff; box-shadow: 0px 0px 8.19px 0.81px rgba(0, 0, 0, 0.09); } 
#section4 .btn-group .btn::before { content:""; position: absolute; left: 45px; top: 50%; transform: translateY(-50%); width: 25px; height: 22px; background: url(../../img/main/shortcut01.png) no-repeat center center / contain; } 
#section4 .btn-group .btn:last-child::before { background: url(../../img/main/shortcut02.png) no-repeat center center / contain; } 
#section4 .btn-group .btn:last-child { margin-right: 0; } 
@media only screen and (max-width: 1560px){
 	#section4 .text .lg-txt { font-size: 2.5em; } 
}
@media only screen and (max-width: 1023px){
	#section4 .shortcut-con { padding: 0; } 
	#section4 .shortcut-con .cwrap { padding: 60px 30px; } 
	#section4 .text .lg-txt { font-size: 2em; } 
	#section4 .text .sm-txt { font-size: 1.4em; } 
	#section4 .btn-group { margin-top: 70px; } 
	#section4 .btn-group .btn { padding: 12px 24px 12px 63px; } 
	#section4 .btn-group .btn::before { left: 24px; } 
}
@media only screen and (max-width: 767px){
 	#section4 .shortcut-con .cwrap { padding: 30px; } 
}
@media only screen and (max-width: 470px){
	#section4 .shortcut-con .cwrap { padding: 20px; } 
	#section4 .text .lg-txt { line-height: 1.4; font-size: 1.8em; } 
	#section4 .text .sm-txt { font-size: 1.2em; } 
	#section4 .btn-group .btn { padding: 8px 20px 8px 60px; font-size: 1em; } 
	#section4 .btn-group .btn::before { left: 20px; } 
}
@media only screen and (max-width: 390px){
	#section4 .text .lg-txt { font-size: 1.5em; } 
	#section4 .text .sm-txt { font-size: 1em; } 
}

/********* //바로가기존 *********/




/********* 배너존 *********/
.banner-con .cwrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; } 
.banner-con .cwrap span { flex-shrink: 0; font-weight: 600; font-size: 1.250em; color: #222; } 
.banner-con .banner-slide { width: calc(100% - 150px); overflow: hidden; } 
.banner-con .banner-slide a { display: block; height: 70px; border: 1px solid #e9e9e9; border-radius: 5px; } 
.banner-con .banner-slide a img { width: 100%; height: 100%; object-fit: contain; } 
.banner-con .slide-controll { width: 50px; } 
.banner-con .swiper-notification { display: none; } 
@media only screen and (max-width: 1560px){
	#fullpage .banner-con .cwrap { padding: 20px; } 
	.banner-con .slide-controll { display: flex; } 
}
@media only screen and (max-width: 1023px){
 	.banner-con .banner-slide a { height: 50px; } 
}
@media only screen and (max-width: 470px){
 	#fullpage .banner-con .cwrap { padding: 10px; } 
}

/********* //배너존 *********/

