/* main banner */
.m_banner_wrap {position:relative; width:100%; height:860px; background:#9c988f;}
.slider-container {position: relative; width: 100%; height: 860px; margin: 0 auto; overflow:hidden;}

.slide {position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease-in-out; -webkit-user-drag:none;}/* 슬라이드 아이템 */
.slide.active {opacity: 1; z-index: 2;}

.m_ba_g_1 {position:absolute; width:375px; height:375px; left:50px; bottom:200px; background:url("../img/main/m_ba_g_1.png") no-repeat 50% 50%; background-size:cover;}
.m_ba_g_2 {position:absolute; width:635px; height:635px; right:0px; bottom:0px; background:url("../img/main/m_ba_g_2.png") no-repeat 50% 50%; background-size:cover;}
.m_ba_g_3 {position:absolute; width:700px; height:700px; left:calc(50% + 96px); bottom:0px; background:url("../img/main/m_ba_g_5.png") no-repeat 50% 50%; background-size:cover;}
.m_ba_g_4 {position:absolute; width:640px; height:640px; left:calc(50% + 180px); bottom:20px; background:url("../img/main/m_ba_g_6.png") no-repeat 50% 50%; background-size:cover;}
.m_ba_cont_box {position:absolute; width:760px; left:calc(50% - 380px); top:270px;}
.m_ba_logo {position:relative; width:142px; height:27px; background:url("../img/main/m_logo_txt.png") no-repeat 50% 50%; background-size:142px 27px; margin:0 auto; margin-bottom:30px;}
.m_ba_txt_1 {position:relative; width:100%; color:#fff; font-size:50px; font-weight:800; letter-spacing:-1px; line-height:60px; text-align:center; margin-bottom:18px; }
.m_ba_txt_2 {position:relative; width:100%; color:rgba(255,255,255,.9); font-size:17px; font-weight:400; letter-spacing:-0.5px; line-height:150%; text-align:center; margin-bottom:30px;}
.m_ba_bt {position:relative; width:160px; height:50px; border:solid 1px rgba(255,255,255,.1); margin:0 auto; transition:all 0.5s ease 0s;}
.m_ba_bt:hover {border:solid 1px rgba(255,255,255,.5);}
.m_ba_bt a {display:block; width:100%; height:48px; color:#fff; font-size:16px; font-weight:600; letter-spacing:-0.5px; line-height:48px; text-align:center;}

/* 카운터 */
.slide-counter-wrap {position: absolute; width:160px; height:29px; left:50px; bottom:50px; z-index:100; text-align:center;}
.slide-counter {position:relative; display:inline-block; height:10px; color:rgba(255,255,255,.7); font-size:13px; font-weight:400; line-height:100%;}
.slide-spc {display:inline-block; width:20px;}
.slide-line {position:absolute; width:2px; height:9px; left:50%; top:2px; background:rgba(255,255,255,.3);}

/* 내비게이션 버튼 */
.nav-btn {position: absolute; width:23px; height:16px; cursor: pointer; transition: all 0.3s; opacity: 0.5;}
.nav-btn:hover {opacity: 1;}
.prev {left:0px; top:3px; background:url("../img/main/ban_arr_l.svg") no-repeat 0% 50%; background-size:23px;}
.next {right:0px; top:3px; background:url("../img/main/ban_arr_r.svg") no-repeat 100% 50%; background-size:23px;}

/* 하단 진행 바 */
.progress-container {position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background:rgba(255,255,255,.2);}
.progress-bar {width: 0%; height: 100%; background:rgba(255,255,255,.5);}

/* db */
#db-container {position: absolute; width:100%; height:100%; left:0px; top:0px; overflow:hidden;}
.db-obj {position: absolute; will-change: transform; /* 애니메이션 성능 최적화 */}
#objA {width:385px; height:385px; background:url("../img/main/m_cir_1.png") no-repeat 50% 50%; background-size:cover;}
#objB {width:254px; height:254px; background:url("../img/main/m_cir_2.png") no-repeat 50% 50%; background-size:cover;}
#objC {width:254px; height:254px; background:url("../img/main/m_cir_3.png") no-repeat 50% 50%; background-size:cover;}
#objD {width:254px; height:254px; background:url("../img/main/m_cir_4.png") no-repeat 50% 50%; background-size:cover;}

/* 바로가기 배너 */
.m_q_ba_wrap {position:relative; width:100%;}
.m_q_ba_wrap ul li {position:relative; float:left; width:33%; height:380px;}
.m_q_ba_wrap ul li.q_ba_1 {background:url("../img/main/m_q_ba_1.jpg") no-repeat 50% 50%; background-size:cover;}
.m_q_ba_wrap ul li.q_ba_2 {width:34% !important; background:url("../img/main/m_q_ba_2.jpg") no-repeat 50% 50%; background-size:cover;}
.m_q_ba_wrap ul li.q_ba_3 {background:url("../img/main/m_q_ba_3.jpg") no-repeat 50% 50%; background-size:cover;}
.m_q_ba_wrap ul li a {display:block; width:100%; height:100%; padding-left:50px; padding-top:60px; transition:all 0.5s ease 0s;}
.m_q_ba_wrap ul li a:hover {backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);}
.m_q_ba_tit {position:relative; width:100%; color:#fff; font-size:21px; font-weight:600; letter-spacing:-0.5px; line-height:100%; padding-bottom:18px;}
.m_q_ba_txt {position:relative; width:100%; color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-0.5px; line-height:150%; padding-bottom:30px; transition:all 0.5s ease 0s; text-decoration:underline; text-underline-offset:5px; text-decoration-color:rgba(255,255,255,.0); text-decoration-thickness:1px;}
.m_q_ba_arr {position:relative; width:56px; height:20px; background:url("../img/main/m_arr_1.svg") no-repeat 0% 0%; background-size:56px;}
.m_q_ba_wrap ul li a:hover .m_q_ba_txt {color:#fff; text-decoration:underline; text-underline-offset:5px; text-decoration-color:rgba(255,255,255,.3); text-decoration-thickness:1px;}

/* 공지사항 */
.m_noti_wrap {position:relative; width:100%; background:#fff; padding-bottom:80px; padding-top:80px;}
.m_noti_tit {position:relative; width:100%; color:#000; font-size:21px; letter-spacing:-0.5px; font-weight:800; line-height:100%; padding:0px 0px 20px 50px;}
.m_noti_bt {position:absolute; height:20px; right:50px; top:2px;}
.m_noti_bt a {display:block; width:100%; height:20px; color:#858585; font-size:16px; letter-spacing:-1px; font-weight:400; line-height:20px; padding-left:17px; background:url("../img/main/plus.svg") no-repeat 0% 3px; background-size:12px; transition:all 0.5s ease 0s;}
.m_noti_bt a:hover {color:#333;}
.m_noti_cont_wrap {position:relative; width:100%; border-top:solid 1px #e4e4e4; border-bottom:solid 1px #e4e4e4;}
.m_noti_cont_wrap ul li {position:relative; float:left; width:33%; height:270px; border-right:solid 1px #e4e4e4; padding:45px 50px;}
.m_noti_cont_wrap ul li:nth-child(3n + 3) {border-right:none;}
.m_noti_cont_wrap ul li:nth-child(3n + 2) {width:34%;}
.m_noti_cont_wrap ul li a {color:#666; font-size:18px; letter-spacing:-0.5px; font-weight:600; line-height:160%; word-break:keep-all; transition:all 0.5s ease 0s; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; text-decoration:underline; text-underline-offset:5px; text-decoration-color:rgba(0,0,0,.0); text-decoration-thickness:1px;}
.m_noti_cont_wrap ul li a:hover {text-decoration:underline; text-underline-offset:5px; text-decoration-color:rgba(0,0,0,.3); text-decoration-thickness:1px; color:#000;}
.m_noti_col {display:inline-block; font-size:17px; color:#b0b0b0; padding-top:10px; font-weight:400; letter-spacing:-0.5px;}
.m_noti_arr {position:absolute; width:56px; height:20px; left:50px; bottom:50px; background:url("../img/main/m_arr_2.svg") no-repeat 0% 0%; background-size:56px;}
.m_noti_cont_wrap ul li.m_noti_non {width:100%; text-align:center; color:#999; font-size:16px; letter-spacing:-0.5px; font-weight:400; padding-top:80px;}


@media screen and (max-width: 1200px) {
	.slide-counter-wrap {left:20px;}
	.m_ba_g_1 {width:320px; height:320px; left:20px; bottom:80px;}
	.m_ba_g_2 {width:500px; height:500px; bottom:80px;}
	.m_ba_g_3 {width:550px; height:550px; left:calc(50% + 120px); bottom:0px;}
	.m_ba_g_4 {width:550px; height:550px; left:calc(50% + 180px); bottom:20px;}
	.m_q_ba_wrap ul li a {padding-left:20px; padding-top:40px;}
	
	.m_noti_tit {padding:0px 0px 20px 20px;}
	.m_noti_bt {right:20px;}
	.m_noti_cont_wrap ul li {padding:30px 20px;}
	.m_noti_arr {left:20px;}
}
/* ==========================================
   2. 태블릿 스타일 (768px ~ 1024px)
   - 아이패드, 갤럭시 탭 등
   ========================================== */
@media screen and (max-width: 1024px) {
	.m_banner_wrap {height:700px !important;}
	.slider-container {height:700px !important;}
	.m_ba_g_1 {width:250px; height:250px; left:0px; bottom:100px;}
	.m_ba_g_2 {width:400px; height:400px;}
	.m_ba_g_3 {width:400px; height:400px; left:calc(50% + 110px); bottom:0px;}
	.m_ba_g_4 {width:420px; height:420px; left:calc(50% + 120px); bottom:0px;}
	.m_ba_cont_box {top:190px;}
	.m_ba_txt_1 {font-size:36px; letter-spacing:-0.5px; line-height:48px;}
	.m_ba_txt_2 {font-size:16px; letter-spacing:-0.5px; margin-bottom:27px; line-height:150%;}
	.slide-counter-wrap {left:20px; bottom:40px;}
	#objA {width:300px; height:300px;}
	#objB {width:200px; height:200px;}
	#objC {width:200px; height:200px;}
	#objD {width:200px; height:200px;}
	
	.m_q_ba_wrap ul li {position:relative; float:none; width:100%; height:230px;}
	.m_q_ba_wrap ul li.q_ba_2 {width:100% !important;}
	.m_q_ba_wrap ul li.q_ba_3 {background:url("../img/main/m_q_ba_3.jpg") no-repeat 50% -30px; background-size:cover;}
	.m_q_ba_wrap ul li a {padding-left:20px; padding-top:45px;}
	.m_q_ba_tit {font-size:19px; padding-bottom:16px;}
	.m_q_ba_txt {font-size:15px; padding-bottom:25px; line-height:160%;}
	
	.m_noti_tit {font-size:19px;}
	.m_noti_bt {top:0px;}
	.m_noti_cont_wrap ul li a {font-size:16px;}
	.m_noti_col {font-size:15px;}
}


/* ==========================================
   3. 모바일 스타일 (767px 이하)
   - 스마트폰 세로/가로 모드
   ========================================== */
@media screen and (max-width: 767px) {
	.m_banner_wrap {height:650px !important;}
	.slider-container {height:650px !important;}
	.m_ba_g_1 {width:150px; height:150px; left:0px; bottom:80px;}
	.m_ba_g_2 {width:250px; height:250px; bottom:60px;}
	.m_ba_g_3 {width:300px; height:300px; left:calc(50% - 10px); bottom:0px;}
	.m_ba_g_4 {width:340px; height:340px; left:calc(50% + 10px); bottom:15px;}
	.m_ba_cont_box {top:160px;}
	.m_ba_logo {width:100px; height:20px; background-size:100px; margin-bottom:20px;}
	.m_ba_txt_1 {font-size:22px; line-height:30px; margin-bottom:15px;}
	.m_ba_txt_2 {font-size:15px; margin-bottom:22px; line-height:150%;}
	.m_ba_bt {width:140px; height:50px; border:solid 1px rgba(255,255,255,.2);}
	.m_ba_bt a {font-size:15px;}
	#objA {width:200px; height:200px;}
	#objB {width:150px; height:150px;}
	#objC {width:150px; height:150px;}
	#objD {width:150px; height:150px;}
	.slide-counter-wrap {width:calc(100% - 40px); left:20px; bottom:20px;}
	.slide-counter {position:relative; display:inline-block; height:10px; color:rgba(255,255,255,.6); font-size:11px; font-weight:400; line-height:100%;}
	.slide-spc {display:inline-block; width:20px;}
	.slide-line {position:absolute; width:2px; height:8px; left:50%; top:1px; background:rgba(255,255,255,.3);}
	.prev {top:4px;}
	.next {top:4px;}
	
	.m_q_ba_wrap ul li {position:relative; float:none; width:100%; height:230px;}
	.m_q_ba_wrap ul li.q_ba_2 {width:100% !important;}
	.m_q_ba_wrap ul li.q_ba_3 {background:url("../img/main/m_q_ba_3.jpg") no-repeat 50% 0px; background-size:cover;}
	.m_q_ba_wrap ul li a {padding-left:20px; padding-top:43px;}
	.m_q_ba_tit {font-size:18px; padding-bottom:12px;}
	.m_q_ba_txt {font-size:15px; padding-bottom:16px; line-height:160%; color:rgba(255,255,255,.7);}
	
	.m_noti_wrap {padding-bottom:70px; padding-top:70px;}
	.m_noti_tit {font-size:18px;}
	.m_noti_bt a {font-size:15px; padding-left:14px; background:url("../img/main/plus.svg") no-repeat 0% 4px; background-size:10px;}
	.m_noti_cont_wrap {position:relative; width:100%; border-top:solid 1px rgba(0,0,0,.08); border-bottom:none;}
	.m_noti_cont_wrap ul li {float:none; width:100%; height:auto; border-right:none; padding:40px 20px 40px 20px; border-bottom:solid 1px rgba(0,0,0,.08);}
	.m_noti_cont_wrap ul li:nth-child(3n + 2) {width:100%;}
	.m_noti_cont_wrap ul li:last-child {border-bottom:none;}
	.m_noti_cont_wrap ul li a {font-size:16px; color:#000;}
	.m_noti_col {font-size:16px; padding-top:5px; color:#999; letter-spacing:-0.6px;}
	.m_noti_arr {left:auto; right:6px; bottom:7px; background:url("../img/main/m_arr_2.svg") no-repeat 0% 0%; background-size:42px;}
	.m_noti_cont_wrap ul li.m_noti_non {padding-top:50px; padding-bottom:50px; border-bottom:solid 1px rgba(0,0,0,.08); font-size:15px;}
}












