@charset "utf-8";
/* ==========================================================================
   중앙대학교 보안대학원 - main.css
   --------------------------------------------------------------------------
   00. 공통 / 유틸리티
   01. 레이아웃 (#allWrap)
   02. section 01 : 비주얼 (#visual)
   03. section 02 : 학과소개 (#mPart)
   04. section 03 : 공지 / 자료실 / 갤러리 (#latest)
   05. section 04 : 바로가기 (#mQuick)
   06. 우측 고정 퀵메뉴 (#quick)
   07. 탑버튼 (#top_btn)
   08. 푸터 (footer)
   09. 반응형 (1600 / 1400 / 1200 / 1024 / 991 / 768 / 500 / 359)
   ========================================================================== */


/* ==========================================================================
   00. 공통 / 유틸리티
   ========================================================================== */
body { overflow-x: hidden; }

/* 스크롤 등장 애니메이션 */
.a-up { transform: translateY(25px); opacity: 0; }
.in-view.a-up { transform: translateY(0); opacity: 1; transition: all 1s; }
.a-down { transform: translateY(-25px); opacity: 0; }
.in-view.a-down { transform: translateY(0); opacity: 1; transition: all 1s; }
.a-left { transform: translateX(15px); opacity: 0; transition: .5s; transition-delay: .3s; }
.a-left.in-view { transform: translateX(0); opacity: 1; }
.a-right { transform: translateX(-15px); opacity: 0; transition: .5s; transition-delay: .3s; }
.a-right.in-view { transform: translateX(0); opacity: 1; }

/* 순차 등장 딜레이 */
.a-:nth-child(1) { transition-delay: .1s; }
.a-:nth-child(2) { transition-delay: .2s; }
.a-:nth-child(3) { transition-delay: .3s; }
.a-:nth-child(4) { transition-delay: .4s; }
.a-:nth-child(5) { transition-delay: .5s; }
.a-:nth-child(6) { transition-delay: .6s; }
.a-:nth-child(7) { transition-delay: .7s; }
.a-:nth-child(8) { transition-delay: .8s; }
.a-:nth-child(9) { transition-delay: .9s; }
.a-:nth-child(10) { transition-delay: 1s; }
.a-:nth-child(11) { transition-delay: 1.2s; }
.a-:nth-child(12) { transition-delay: 1.3s; }
.a-:nth-child(13) { transition-delay: 1.4s; }
.a-:nth-child(14) { transition-delay: 1.5s; }
.a-:nth-child(15) { transition-delay: 1.6s; }

/* 포인트 컬러 */
.text_b { color: #2c7bf2; }
.bg_b { background-color: #2c7bf2; }
.text_g { color: #02f8b0; }
.bg_g { background-color: #02f8b0; }
.text_p { color: #a27fff; }
.bg_p { background-color: #a27fff; }
.text_o { color: #fd7d45; }
.text_c { color: #2c7bf2; }


/* ==========================================================================
   01. 레이아웃
   ========================================================================== */
#allWrap { position: relative; padding-top: 20px; background-color: #fff; }
.white-main { color: #111827; }


/* ==========================================================================
   02. section 01 : 비주얼
   ========================================================================== */
#visual { position: relative; width: 98%; max-width: 1880px; height: 620px; margin: 0 auto; overflow: hidden; border-radius: 0 0 50px 50px; background: url('/images/main/mVisual_white.jpg') no-repeat center / cover; }

/* 라운드 장식 */
#visual::before { content: ''; position: absolute; left: 0; top: -2px; width: 518px; height: 147px; background: url('/images/main/visual_bf_white.png') no-repeat 0 0; background-size: cover; }
#visual::after { content: ''; position: absolute; right: -30px; top: 0; z-index: 1; width: 150px; height: 82px; background-color: #fff; border-radius: 0 0 0 18px; transform: skew(-317deg) translateX(5%); }

/* 메인 타이틀 */
#visual .vText { position: absolute; left: 90px; bottom: 120px; z-index: 2; display: block; padding: 0; }
#visual .vMain_txt p { color: #fff; font-size: 30px; font-weight: 600; line-height: 1; padding-bottom: 30px; }
#visual .vMain_txt h1 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 62px; font-weight: 800; line-height: 1.3; letter-spacing: 0; }

/* 서브 타이틀 */
#visual .vSub_txt { margin-top: 44px; }
#visual .vTxt_wrap { position: relative; padding-left: 23px; }
#visual .vTxt_wrap::before { content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: calc(100% - 16px); background-color: #fff; transform: translateY(-50%); }
#visual .vTxt_wrap p { position: relative; color: #fff; font-size: 23px; font-weight: 500; line-height: 1.45; padding-left: 24px; }

/* 등장 모션 */
#visual .vMain_txt { opacity: 0; filter: blur(5px); transform: translateX(-40px); animation: vSubtxt 1s ease forwards; }
#visual .vSub_txt { opacity: 0; filter: blur(5px); transform: translateX(-40px); animation: vSubtxt 1s ease .3s forwards; }
@keyframes vSubtxt {
	0% { opacity: 0; filter: blur(5px); transform: translateX(-40px); }
	100% { opacity: 1; filter: blur(0); transform: translateX(0); }
}


/* ==========================================================================
   03. section 02 : 학과소개
   ========================================================================== */
#mPart { position: relative; width: 100%; padding: 100px 20px 120px; overflow: hidden; }
#mPart .mPart_inner { position: relative; max-width: 1440px; height: 720px; margin: 0 auto; }

/* 중앙 원형 타이틀 */
#mPart .mPart_center { position: absolute; left: 50%; top: 50%; width: 390px; height: 390px; transform: translate(-50%, -50%); }
#mPart .mPart_orbit { position: absolute; left: 50%; top: 50%; border: 1px solid #e1e1e1; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
#mPart .orbit_outer { width: 700px; height: 700px; animation: mPartPulse 3.8s ease-in-out infinite; }
#mPart .orbit_inner { width: 480px; height: 480px; animation: mPartRotate 10s linear infinite; }
#mPart .orbit_inner span { position: absolute; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: #306ff5; box-shadow: 0 0 9px rgba(48,111,245,.65); }
#mPart .orbit_inner span:first-child { left: -3px; }
#mPart .orbit_inner span:last-child { right: -3px; }
#mPart .mPart_title { position: absolute; left: 50%; top: 50%; width: 385px; height: 390px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
#mPart .mPart_title img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: -1; }
#mPart .mPart_title strong { color: #222; font-family: 'Poppins', sans-serif; font-size: 42px; font-weight: 800; line-height: 1.03; letter-spacing: 0; }
#mPart .mPart_title p { margin-top: 12px; color: #222; font-size: 26px; font-weight: 700; }

/* 학과 카드 */
#mPart .mPart_item { position: absolute; z-index: 0; width: 374px; list-style: none; border-radius: 100px; background: #f0f4ff; box-shadow: 0 15px 40px rgba(75,114,194,.09); animation: mPartFloat 3.8s ease-in-out infinite; transition: width .45s ease, border-radius .35s ease, box-shadow .35s ease, transform .35s ease; }
#mPart .mPart_item:hover,
#mPart .mPart_item.active { animation-play-state: paused; z-index: 7; }
#mPart .mPart_item.active { width: 548px; border-radius: 28px; box-shadow: 0 24px 70px rgba(70,107,190,.18); }
#mPart .item01 { left: 180px; top: 90px; }
#mPart .item02 { right: 250px; top: 60px; }
#mPart .item03 { left: 52px; top: 355px; }
#mPart .item04 { right: 52px; top: 350px; }
#mPart .item05 { left: 50%; bottom: 0; transform: translateX(-50%); animation-name: mPartFloatCenter; }

/* 학과 버튼 */
#mPart .mPart_btn { position: relative; z-index: 0; width: 100%; height: 132px; min-width: 0; display: flex; align-items: center; gap: 20px; padding: 18px 32px; border: 0; border-radius: inherit; background: transparent; cursor: pointer; overflow: hidden; transition: height .35s ease, padding .35s ease, opacity .25s ease, visibility .25s ease, transform .3s ease; }
#mPart .mPart_btn:hover { transform: scale(1.04); }
#mPart .mPart_btn .icon { flex: 0 0 100px; width: 100px; height: 100px; border-radius: 18px; overflow: hidden; }
#mPart .mPart_btn img { width: 100%; height: 100%; object-fit: cover; display: block; }
#mPart .mPart_btn .ko { color: #222; font-size: 26px; font-weight: 700; white-space: nowrap; }
#mPart .mPart_btn .en { display: none; }
#mPart .mPart_item.active .mPart_btn { height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: none; }

/* 학과 상세 */
#mPart .mPart_detail { position: relative; z-index: 1; width: 100%; box-sizing: border-box; max-height: 0; min-height: 0; padding: 0 195px 0 36px; border-radius: 0 0 28px 28px; background: transparent; opacity: 0; visibility: hidden; overflow: hidden; transform: translateY(-8px); transition: max-height .45s ease, padding .45s ease, opacity .3s ease, transform .45s ease, visibility .3s ease; }
#mPart .mPart_item.active .mPart_detail,
#mPart .mPart_detail.is-open { max-height: none; min-height: 0; padding: 30px 195px 30px 36px; opacity: 1; visibility: visible; transform: translateY(0); }
#mPart .mPart_detail .en { color: #3853ea; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 500; }
#mPart .mPart_detail h3 { margin-top: 8px; color: #222; font-size: 28px; font-weight: 700; }
#mPart .mPart_detail .desc { margin-top: 27px; color: #555; font-size: 16px; line-height: 1.6; word-break: keep-all; }
#mPart .mPart_detail .view_more { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; padding: 10px 18px; border-radius: 30px; background: #fff; color: #222; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 500; }
#mPart .mPart_detail .view_more i { color: #aab7dc; }
#mPart .mPart_detail .detail_close { position: absolute; right: 25px; top: 25px; width: 26px; height: 26px; border: 0; background: none; color: #c6ccd7; font-size: 28px; cursor: pointer; }
#mPart .mPart_detail .detail_icon { position: absolute; right: 42px; bottom: 36px; width: 105px; height: 105px; border-radius: 26px; object-fit: cover; }

@keyframes mPartRotate { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes mPartPulse { 0% { opacity: .8; transform: translate(-50%, -50%) scale(1); } 70% { opacity: .4; transform: translate(-50%, -50%) scale(1.08); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.18); } }
@keyframes mPartFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes mPartFloatCenter { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-12px); } }


/* ==========================================================================
   04. section 03 : 공지 / 자료실 / 갤러리
   ========================================================================== */
#latest { width: 94%; max-width: 1780px; margin: 0 auto 120px; background-color: #fff; border-radius: 30px 30px 0 30px; overflow: hidden; }
#latest h3 { color: #111827; font-size: 30px; font-weight: 700; margin-bottom: 20px; }
#latest .lflex01 { display: flex; gap: 20px; justify-content: space-between; }

/* 슬라이드 화살표 */
#latest .lflex01 .slide_btn { position: absolute; top: 28px; display: flex; align-items: center; justify-content: center; gap: 25px; width: 98px; height: 48px; transition: all .4s ease; }
#latest .lflex01 button[type=button] { border: 0; border-radius: 0; background: none; cursor: pointer; }
#latest .lflex01 button[type=button] img { width: 16px; opacity: .2; transition: all .4s ease; }
#latest .lflex01 button[type=button] img:hover { opacity: 1; }

/* 공통 박스 */
#latest .la_box { position: relative; padding: 30px 80px 20px 40px; border-radius: 30px 0 30px 30px; }
#latest .la_box::before,
#latest .la_box::after { content: ''; position: absolute; width: 65px; height: 65px; border-radius: 0 20px 0 0; box-shadow: 1rem -1rem 0 0 #fff; }
#latest .la_box::before { top: 0; right: 75px; }
#latest .la_box::after { top: 65px; right: 0; }

/* 더보기 버튼 */
#latest .la_box .la_more { position: absolute; right: 0; top: 0; z-index: 2; display: flex; align-items: center; justify-content: center; width: 75px; height: 65px; background-color: #fff; border-radius: 0 0 0 20px; color: #fff; font-size: 23px; transition: transform .3s ease; }
#latest .la_box .la_more span { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; font-size: 22px; transition: all .3s ease; }
#latest .la_more span,
#latest .la_more i { color: #fff; }
#latest .la_box .la_more:hover span { transform: rotate(180deg); }

/* 공지사항 */
.notice { width: calc(50% - 10px); min-height: 320px; z-index: 1; background: #070d28; }
.notice h3 { color: #fff !important; margin-bottom: 55px; }
.notice .slide_btn { left: 150px; }
.notice .slide_btn img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.notice .la_more span { background: #080e28; }
.notice .notice_wrap { display: flex; gap: 50px; }
.notice .notice_wrap li { position: relative; }
.notice .notice_wrap li:nth-child(2)::before { content: ''; position: absolute; left: -18px; top: 12px; width: 1px; height: 210px; background-color: rgba(255,255,255,.08); opacity: .1; transform: translateY(-50%); }
.notice .notice_wrap li a { display: block; padding: 20px; }
.notice .notice_wrap li a .n_top { display: flex; align-items: center; gap: 20px; margin-bottom: 85px; }
.notice .notice_wrap li a .n_top .nDate { display: inline-flex; flex: 0 0 64px; flex-direction: column; padding: 10px; border-radius: 9px; background-color: rgba(255,255,255,.1); line-height: 1; text-align: center; transition: all .3s ease; }
.notice .notice_wrap li a .n_top .nDate span { display: block; color: #fff; font-size: 43.5px; font-weight: 600; line-height: .95; }
.notice .notice_wrap li a .n_top .nDate p { margin-top: 5px; color: #fff; font-size: 14px; }
.notice .notice_wrap li a .n_top .ntit { width: calc(100% - 105px); color: #fff; font-size: 22px; font-weight: 600; line-height: 1.2; word-break: keep-all; transition: all .3s ease; }
.notice .notice_wrap li a .n_bot p { color: #999; font-size: 16px; font-weight: 500; line-height: 1.4; transition: all .3s ease; }

/* 자료실 */
.resources { width: calc(50% - 10px); min-height: 320px; background: #f7f7f7; }
.resources .slide_btn { left: 120px; }
.resources .la_more span { background: #121b60; }
.resources .resources_wrap li:first-of-type { margin-bottom: 10px; }
.resources .resources_wrap li + li { margin-top: 10px; }
.resources .resources_wrap a { display: block; padding: 24px 28px; background-color: #fff; border-radius: 12px; transition: transform .3s ease; }
.resources .resources_wrap a:hover { transform: translateY(-4px); }
.resources .resources_wrap .rDate { color: #0d2b67; font-size: 16px; font-weight: 600; transition: all .3s ease; }
.resources .resources_wrap .rTit { margin-top: 6px; color: #111827; font-size: 22px; font-weight: 700; transition: all .3s ease; }
.resources .resources_wrap .rStit { margin-top: 9px; color: #999; font-size: 15px; font-weight: 500; transition: all .3s ease; }

/* 갤러리 */
.achive { display: flex; width: 100%; background: #f7f7f7; }
.achive .la_more span { background: #3853ea; }
.achive .gall_tit { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 40px; width: 250px; margin-bottom: 30px; }
.achive .gall_tit h3 { margin-bottom: 0 !important; }
.achive .gall_tit .arrow_wrap { display: flex; align-items: center; justify-content: center; gap: 25px; width: 98px; height: 48px; border-radius: 50px; background: #fff; transition: all .4s ease; }
.achive .gall_tit .slick-arrow { border: 0; border-radius: 0; background: none; cursor: pointer; }
.achive .gall_tit .slick-arrow img { width: 16px; opacity: .2; }
.achive .gall_tit .slick-arrow:hover img { opacity: 1; filter: invert(28%) sepia(65%) saturate(4178%) hue-rotate(227deg) brightness(93%) contrast(97%); }
.achive .gall_slide { width: calc(100% - 250px); }
.achive .gall_slide ul li { margin: 15px; transition: all .4s ease; }
.achive .gall_slide ul li a { display: block; width: 100%; transition: all .4s ease; }
.achive .gall_slide ul li .imgbox { display: flex; align-items: center; justify-content: space-between; overflow: hidden; background: #fff; border-bottom: 1px solid #f4f4f4; border-radius: 20px; transition: all .4s ease; }
.achive .gall_slide ul li .imgbox img { width: 100%; height: auto; object-fit: cover; transition: all .4s ease; }
.achive .gall_slide ul li a:hover .imgbox img { transform: scale(1.05); }
.achive .gall_slide ul li .txtbox h5.tit { display: block; margin: 15px 0 10px; color: #222; font-size: 20px; font-weight: 700; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .3s ease; }
.achive .gall_slide ul li .txtbox p.date { margin-top: 8px; color: #3853ea; font-size: 16px; font-weight: 600; transition: all .3s ease; }

/* 말줄임 */
.notice .notice_wrap li a .n_top .ntit,
.notice .notice_wrap li a .n_bot p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.resources .resources_wrap .rTit,
.resources .resources_wrap .rStit { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }


/* ==========================================================================
   05. section 04 : 바로가기
   ========================================================================== */
#mQuick { margin: 24px 0; }
#mQuick ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
#mQuick li a { position: relative; display: block; height: 160px; padding: 32px 32px 24px; border-radius: 20px; background: #eef3ff; overflow: hidden; }
#mQuick strong { display: block; color: #222; font-size: 24px; font-weight: 700; }
#mQuick span { display: block; margin-top: 44px; color: #aab7dc; font-size: 14px; font-weight: 500; }
#mQuick img { position: absolute; right: 30px; bottom: 24px; width: 120px; height: 120px; object-fit: cover; border-radius: 18px; mix-blend-mode: darken; transition: transform .6s ease; }
#mQuick a:hover img { animation: mQuickSwing .65s ease both; }
@keyframes mQuickSwing { 0% { transform: rotateY(0); } 35% { transform: rotateY(32deg); } 70% { transform: rotateY(-32deg); } 100% { transform: rotateY(0); } }


/* ==========================================================================
   06. 우측 고정 퀵메뉴
   ========================================================================== */
#quick { position: fixed; right: -247px; top: 168px; z-index: 500; display: inline-flex; width: 294px; height: 214px; cursor: pointer; transition: all .3s ease; }
#quick.active { right: -30px; transition: right .3s ease; }
#quick .quick_bg { position: absolute; left: 0; top: 0; z-index: -1; opacity: 1; }
#quick .quick_blur { display: none; }
#quick .qArrow { position: absolute; left: 0; bottom: 10px; z-index: 1; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; background-color: #2c7bf2; border-radius: 50%; transition: all .3s ease; }
#quick:hover .qArrow { left: -5px; }
#quick .qTop { position: absolute; left: 6px; top: 130px; z-index: 3; }
#quick .qTop p { color: #111827; font-family: 'Poppins', sans-serif; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; transform: rotate(-90deg); transform-origin: left top; }
#quick .qList { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px 0 20px 50px; }
#quick .qList li,
#quick .qList li dl { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
#quick .qList li { padding: 0 6px; border-radius: 15px; background: #eef3ff; transition: all .3s ease; }
#quick .qList li:hover { background-color: rgba(255,255,255,.1); }
#quick .qList li dl dt img { width: 60px; }
#quick .qList li dl dd { color: #111827; font-weight: 500; }
#quick .qList li dl dd.txt_l { font-size: 14px; }
#quick .qList li dl dd.txt_s { font-size: 12px; }
#quick.active:hover .qArrow { left: 5px; }
#quick .qArrow img { display: block; transition: transform .4s cubic-bezier(.4, 0, .2, 1); }
#quick.active .qArrow img { transform: rotate(180deg); }

/* ==========================================================================
   07. 탑버튼
   ========================================================================== */
#top_btn { position: fixed; right: 15px; bottom: 15px; z-index: 100; display: block; width: 50px; height: 50px; background-color: rgb(75 75 75 / 50%); border: 0; border-radius: 15px; font-size: 0; line-height: 0; overflow: hidden; }
#top_btn::before { content: "\ea76"; position: absolute; left: 0; top: 0; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; border: 0; color: #fff; font-family: 'remixicon' !important; font-size: 20px; font-style: normal; backdrop-filter: blur(0); }
#top_btn.open { opacity: 1; }
#top_btn:hover { background-color: #3853ea; border-radius: 50%; transform: rotate(180deg); }
#top_btn:hover::before { transform: rotate(-180deg); }
#top_btn,
#top_btn::before { transition: all .5s ease-out; }


/* ==========================================================================
   08. 푸터
   ========================================================================== */
footer { position: relative; z-index: 2; width: 100%; border-top: 1px solid #efefef; }
footer footer { border-top: 0; }
footer .back_wr { width: 100%; }

/* 상단 : 로고 / 주소 / 사이트맵 */
footer .f_top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; padding: 45px 60px 50px; }
footer .f_top .ad_sub_L { max-width: 100%; }
footer .f_top .ad_sub_L img { display: block; width: 357px; max-width: 100%; height: auto; }
footer .f_top .ad_sub_L .info { margin-top: 40px; }
footer .f_top .ad_sub_L .info dl { display: flex; margin-bottom: 15px; }
footer .f_top .ad_sub_L .info dl dt { flex: 0 0 120px; width: 120px; font-family: 'Pretendard'; font-size: 16px; font-weight: 400; letter-spacing: -0.5px; color: #222; word-break: keep-all; }
footer .f_top .ad_sub_L .info dl dd { flex: 1 1 auto; width: calc(100% - 120px); font-family: 'Pretendard'; font-size: 16px; font-weight: 400; letter-spacing: -0.5px; color: #222; word-break: keep-all; }
footer .f_top .ad_sub_L .sns_wr { margin-top: 40px; }
footer .f_top .ad_sub_L .sns_wr a img { -webkit-filter: grayscale(100%) brightness(0); filter: grayscale(100%) brightness(0); opacity: .3; transition: all .4s ease; }
footer .f_top .ad_sub_L .sns_wr a:hover img { opacity: .8; }
footer .f_top .ad_sub_L .copy { margin-top: 30px; font-family: 'Pretendard'; font-size: 14px; font-weight: 400; letter-spacing: -0.5px; color: #666; word-break: keep-all; }
footer .f_top .ad_sub_L .copy a { color: #666; transition: all .4s ease; }
footer .f_top .ad_sub_L .copy a:hover { color: #33cccc; }
footer .f_top .ad_sub_wr { display: flex; flex-wrap: wrap; gap: 30px 50px; }
footer .f_top .ad_sub_wr .f_nav { margin-right: 0; }
footer .f_top .ad_sub_wr .f_nav li a { display: block; margin-bottom: 10px; font-family: 'Pretendard'; font-size: 16px; font-weight: 400; letter-spacing: -0.5px; color: #091925; opacity: .6; transition: all .4s ease; word-break: keep-all; }
footer .f_top .ad_sub_wr .f_nav li a:hover { opacity: 1; }
footer .f_top .ad_sub_wr .f_nav li.tit a { font-size: 16px; font-weight: 500; color: #666; opacity: 1; }

/* 하단 : 카피라이트 / 정책 */
footer .f_bott { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; padding: 26px 60px 50px; border-top: 1px solid #efefef; }
footer .f_bott p.copy { font-size: 14px; font-weight: 400; color: #999; word-break: keep-all; }
footer .f_bott ul.priv_wr { display: flex; flex-wrap: wrap; align-items: center; row-gap: 6px; }
footer .f_bott ul.priv_wr li { position: relative; display: inline-block; padding: 0 15px; }
footer .f_bott ul.priv_wr li::before { content: ''; position: absolute; left: 0; top: 50%; display: block; width: 1px; height: 15px; background: #cdcdcd; transform: translateY(-50%); }
footer .f_bott ul.priv_wr li:first-child { padding-left: 0; }
footer .f_bott ul.priv_wr li:first-child::before { display: none; }
footer .f_bott ul.priv_wr li a { font-size: 15px; font-weight: 500; color: #888; transition: all .4s ease; word-break: keep-all; }
footer .f_bott ul.priv_wr li a:hover { color: #3853ea; }


/* ==========================================================================
   09. 반응형
   ========================================================================== */

/* -------------------------------- max-width : 1600px -------------------------------- */
@media (max-width: 1600px) {
	/* 비주얼 */
	#visual { height: 550px; }
	#visual::before { width: 400px; height: 115px; }
	#visual::after { top: -1px; right: -31px; width: 120px; height: 65px; transform: skew(-330deg) translateX(5%); }
	#visual .vText { left: 72px; bottom: 95px; }
	#visual .vText .vMain_txt p { font-size: 24px; padding-bottom: 24px; }
	#visual .vText .vMain_txt h1 { font-size: 54px; }
	#visual .vSub_txt { margin-top: 38px; }
	#visual .vText .vSub_txt .vTxt_wrap p { font-size: 19px; padding-left: 22px; }

	/* 학과소개 */
	#mPart { padding: 60px 20px 80px; }
	#mPart .mPart_inner { max-width: 1240px; height: 640px; }
	#mPart .mPart_center { width: 340px; height: 340px; }
	#mPart .orbit_outer { width: 540px; height: 540px; }
	#mPart .orbit_inner { width: 340px; height: 340px; }
	#mPart .mPart_title { width: 300px; height: 300px; }
	#mPart .mPart_title strong { font-size: 32px; }
	#mPart .mPart_item { width: 285px; }
	#mPart .mPart_item.active { width: 500px; }
	#mPart .mPart_btn { height: 82px; padding: 15px 25px; }
	#mPart .mPart_btn .icon { width: 56px; height: 56px; flex-basis: 56px; }
	#mPart .mPart_btn .ko { font-size: 19px; }
	#mPart .mPart_detail { padding-right: 170px; }
	#mPart .item01 { left: 138px; top: 60px; }
	#mPart .item02 { right: 160px; top: 78px; }
	#mPart .item03 { left: 110px; top: 320px; }
	#mPart .item04 { right: 60px; top: 315px; }

	/* 공지 / 자료실 / 갤러리 */
	#latest h3 { font-size: 27px; }
	.notice .notice_wrap li a .n_top { margin-bottom: 60px; }
	.notice .notice_wrap li a .n_top .nDate span { font-size: 38px; }
	.notice .notice_wrap li a .n_top .ntit { font-size: 20px; }
	.notice .notice_wrap li a .n_bot p { font-size: 15px; }
	.resources .resources_wrap .rDate { font-size: 15px; }
	.resources .resources_wrap .rTit { font-size: 20px; }
	.achive .gall_slide ul li .txtbox h5.tit { font-size: 18px; }
	.achive .gall_slide ul li .txtbox p.date { font-size: 15px; }
	.achive .imgbox { height: 220px; }

	/* 바로가기 */
	#mQuick li a { height: 142px; padding: 26px; }
	#mQuick strong { font-size: 19px; }
	#mQuick span { margin-top: 34px; }
	#mQuick img { width: 78px; height: 78px; right: 24px; bottom: 20px; }

	/* 푸터 */
	footer .f_top { gap: 30px; padding: 40px 40px 36px; }
	footer .f_top .ad_sub_L > img { width: 260px; }
	footer .f_top .ad_sub_L .info { margin-top: 30px; }
	footer .f_top .ad_sub_L .info dl { margin-bottom: 10px; padding-right: 20px; }
	footer .f_top .ad_sub_L .info dl dt { flex-basis: 70px; width: 70px; }
	footer .f_top .ad_sub_L .info dl dd { width: calc(100% - 70px); }
	footer .f_top .ad_sub_wr { gap: 26px 40px; }
	footer .f_top .ad_sub_wr .f_nav li.tit a { font-size: 15px; }
	footer .f_bott { padding: 24px 40px 40px; }
	footer .f_bott ul.priv_wr li a { font-size: 14px; }
}

/* -------------------------------- max-width : 1400px -------------------------------- */
@media (max-width: 1400px) {
	#allWrap { padding-top: 15px; }

	/* 비주얼 */
	#visual { height: 510px; }
	#visual .vText { left: 60px; bottom: 84px; }
	#visual .vText .vMain_txt p { font-size: 22px; padding-bottom: 22px; }
	#visual .vText .vMain_txt h1 { font-size: 50px; }
	#visual .vSub_txt { margin-top: 34px; }
	#visual .vText .vSub_txt .vTxt_wrap p { font-size: 18px; }

	/* 학과소개 */
	#mPart .mPart_item { width: 268px; }
	#mPart .mPart_item.active { width: 460px; }
	#mPart .item01 { left: 100px; top: 55px; }
	#mPart .item02 { right: 120px; top: 72px; }
	#mPart .item03 { left: 70px; top: 315px; }
	#mPart .item04 { right: 40px; top: 310px; }

	/* 공지 / 자료실 / 갤러리 */
	#latest h3 { font-size: 26px; }
	.notice .notice_wrap li a .n_top { margin-bottom: 48px; }
	.notice .notice_wrap li a .n_top .nDate span { font-size: 35px; }
	.notice .notice_wrap li a .n_top .ntit { font-size: 19px; }
	.resources .resources_wrap .rTit { font-size: 19px; }
	.achive .gall_slide ul li .txtbox h5.tit { font-size: 17px; }
	.achive .imgbox { height: 205px; }

	/* 바로가기 */
	#mQuick li a { height: 132px; padding: 24px; }
	#mQuick strong { font-size: 18px; }
	#mQuick span { margin-top: 28px; }
	#mQuick img { width: 70px; height: 70px; }

	/* 푸터 */
	footer .f_top { gap: 26px; padding: 36px 30px 32px; }
	footer .f_top .ad_sub_L > img { width: 240px; }
	footer .f_top .ad_sub_wr { gap: 24px 30px; }
	footer .f_top .ad_sub_wr .f_nav li a { font-size: 15px; }
	footer .f_top .ad_sub_wr .f_nav li.tit a { font-size: 15px; }
	footer .f_bott { padding: 20px 30px 36px; }
}

/* -------------------------------- max-width : 1200px -------------------------------- */
@media (max-width: 1200px) {
	#allWrap { padding-top: 10px; }

	/* 비주얼 */
	#visual { height: 470px; border-radius: 0 0 34px 34px; }
	#visual::before { width: 364px; height: 90px; }
	#visual::after { width: 105px; height: 56px; }
	#visual .vText { left: 50px; bottom: 75px; }
	#visual .vText .vMain_txt p { font-size: 21px; padding-bottom: 20px; }
	#visual .vText .vMain_txt h1 { font-size: 46px; }
	#visual .vSub_txt { margin-top: 32px; }
	#visual .vText .vSub_txt .vTxt_wrap p { font-size: 17px; }

	/* 학과소개 : 원형 배치 해제 후 2단 그리드 */
	#mPart .mPart_inner { height: auto; padding: 0 0 40px; }
	#mPart .mPart_center { position: relative; left: auto; top: auto; margin: 0 auto 55px; transform: none; }
	#mPart .mPart_list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
	#mPart .mPart_item { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; width: 100%; }
	#mPart .mPart_item.active { width: 100%; }
	#mPart .item05 { transform: none; animation-name: mPartFloat; }
	#mPart .mPart_btn { width: 100%; height: 80px; }
	#mPart .mPart_detail { width: 100%; margin-top: 0; padding: 0 150px 0 30px; }
	#mPart .mPart_item.active .mPart_detail,
	#mPart .mPart_detail.is-open { padding: 6px 150px 28px 30px; }

	/* 공지 / 자료실 / 갤러리 */
	#latest .la_box { padding: 28px 88px 22px 34px; }
	#latest h3 { font-size: 25px; }
	.achive .imgbox { height: 200px; }

	/* 바로가기 */
	#mQuick ul { grid-template-columns: repeat(2, 1fr); gap: 16px; }
	#mQuick li a { height: 136px; }

	/* 푸터 : 로고/주소 블록 위, 사이트맵 아래로 쌓고 줄바꿈 허용 */
	footer .f_top { display: block; padding: 34px 30px 30px; }
	footer .f_top .ad_sub_L { width: 100%; }
	footer .f_top .ad_sub_L .info { display: flex; flex-wrap: wrap; gap: 4px 30px; margin-top: 24px; }
	footer .f_top .ad_sub_L .info dl { width: auto; margin-bottom: 0; padding-right: 0; gap: 10px; }
	footer .f_top .ad_sub_L .info dl dt { flex: 0 0 auto; width: auto; }
	footer .f_top .ad_sub_L .info dl dd { flex: 0 1 auto; width: auto; }
	footer .f_top .ad_sub_wr { justify-content: flex-start; gap: 22px 36px; margin-top: 30px; }
	footer .f_top .ad_sub_wr .f_nav { min-width: 130px; }
}

/* -------------------------------- max-width : 1024px -------------------------------- */
@media (max-width: 1024px) {
	/* 비주얼 */
	#visual { height: 430px; }
	#visual .vText { left: 38px; right: 38px; bottom: 62px; }
	#visual .vText .vMain_txt p { font-size: 19px; padding-bottom: 16px; }
	#visual .vText .vMain_txt h1 { font-size: 42px; }
	#visual .vSub_txt { margin-top: 26px; }
	#visual .vText .vSub_txt .vTxt_wrap p { font-size: 16px; padding-left: 18px; }

	/* 학과소개 : 열린 카드는 2단 그리드를 가로로 꽉 채운다 */
	#mPart { padding: 70px 18px 60px; }
	#mPart .mPart_center { margin-bottom: 46px; }
	#mPart .mPart_list { gap: 14px; }
	#mPart .mPart_item.active { grid-column: 1 / -1; }
	#mPart .mPart_btn { height: 78px; gap: 16px; padding: 14px 20px; }
	#mPart .mPart_btn .icon { flex: 0 0 50px; width: 50px; height: 50px; border-radius: 14px; }
	#mPart .mPart_btn .ko { font-size: 17px; }
	#mPart .mPart_detail { padding: 0 24px; }
	#mPart .mPart_item.active .mPart_detail,
	#mPart .mPart_detail.is-open { padding: 8px 140px 26px 24px; }
	#mPart .mPart_detail h3 { font-size: 24px; }
	#mPart .mPart_detail .desc { margin-top: 14px; }
	#mPart .mPart_detail .detail_icon { right: 26px; bottom: 24px; width: 92px; height: 92px; border-radius: 20px; }

	/* 공지사항 / 자료실 1단 */
	#latest .lflex01 { flex-direction: column; gap: 18px; }
	#latest .notice,
	#latest .resources { width: 100%; }
	#latest .la_box { padding: 26px 86px 22px 30px; }
	#latest h3 { font-size: 24px; }
	.notice,
	.resources { min-height: 0; }
	.notice .notice_wrap li a { padding: 12px 6px; }
	.notice .notice_wrap li a .n_top { margin-bottom: 32px; }
	.achive .imgbox { height: 190px; }

	/* 바로가기 */
	#mQuick li a { height: 128px; padding: 22px; }
	#mQuick strong { font-size: 17px; }
	#mQuick span { margin-top: 24px; }
	#mQuick img { width: 66px; height: 66px; }

	/* 푸터 */
	footer .f_top { padding: 30px 24px 26px; }
	footer .f_top .ad_sub_L > img { width: 220px; }
	footer .f_top .ad_sub_wr { gap: 20px 28px; margin-top: 26px; }
	footer .f_top .ad_sub_wr .f_nav { min-width: 118px; }
	footer .f_top .ad_sub_wr .f_nav li a { margin-bottom: 8px; font-size: 14px; }
	footer .f_top .ad_sub_wr .f_nav li.tit a { font-size: 14px; }
	footer .f_bott { padding: 18px 24px 30px; }
}

/* -------------------------------- max-width : 991px -------------------------------- */
@media (max-width: 991px) {
	/* 갤러리 : 타이틀 영역 축소 */
	.achive .gall_tit { width: 200px; }
	.achive .gall_slide { width: calc(100% - 200px); }
}

/* -------------------------------- max-width : 768px -------------------------------- */
@media (max-width: 768px) {
	/* 비주얼 */
	#visual { width: calc(100% - 20px); height: 380px; border-radius: 0 0 26px 26px; }
	#visual::before { width: 305px; height: 88px; }
	#visual::after { width: 98px; height: 48px; border-radius: 0 0 0 12px; }
	#visual .vText { left: 26px; right: 26px; bottom: 50px; }
	#visual .vText .vMain_txt p { font-size: 16px; padding-bottom: 12px; }
	#visual .vText .vMain_txt h1 { font-size: 34px; }
	#visual .vSub_txt { margin-top: 22px; }
	#visual .vTxt_wrap { padding-left: 0; }
	#visual .vText .vSub_txt .vTxt_wrap p { font-size: 15px; line-height: 1.5; padding-left: 16px; }

	/* 학과소개 : 2단 배열 */
	#mPart { padding: 58px 14px 48px; }
	#mPart .mPart_center { width: 235px; height: 235px; margin-bottom: 36px; }
	#mPart .orbit_outer { width: 310px; height: 310px; }
	#mPart .orbit_inner { width: 235px; height: 235px; }
	#mPart .mPart_title { width: 180px; height: 160px; }
	#mPart .mPart_title strong { font-size: 22px; }
	#mPart .mPart_title p { margin-top: 8px; font-size: 15px; }
	#mPart .mPart_list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	#mPart .mPart_item { border-radius: 20px; }
	#mPart .mPart_item.active { border-radius: 20px; }
	#mPart .mPart_btn { height: 76px; gap: 12px; padding: 12px 14px; }
	#mPart .mPart_btn .icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; }
	#mPart .mPart_btn .ko { font-size: 15px; line-height: 1.25; white-space: normal; word-break: keep-all; }
	#mPart .mPart_detail { padding: 0 20px; }
	#mPart .mPart_item.active .mPart_detail,
	#mPart .mPart_detail.is-open { padding: 6px 112px 22px 20px; }
	#mPart .mPart_detail .en { font-size: 12px; }
	#mPart .mPart_detail h3 { margin-top: 6px; font-size: 20px; }
	#mPart .mPart_detail .desc { margin-top: 12px; font-size: 14px; line-height: 1.55; }
	#mPart .mPart_detail .view_more { margin-top: 14px; padding: 8px 15px; font-size: 13px; }
	#mPart .mPart_detail .detail_close { right: 16px; top: 14px; width: 22px; height: 22px; font-size: 23px; }
	#mPart .mPart_detail .detail_icon { right: 18px; bottom: 18px; width: 76px; height: 76px; border-radius: 16px; }

	/* 공지 / 자료실 */
	#latest { width: calc(100% - 24px); margin-bottom: 60px; }
	#latest .la_box { padding: 24px 20px 22px; border-radius: 20px 0 20px 20px; }
	#latest h3 { font-size: 21px; margin-bottom: 16px; }
	#latest .lflex01 { gap: 14px; }
	#latest .lflex01 .slide_btn { left: auto; right: 86px; top: 22px; width: 84px; height: 40px; gap: 20px; }
	#latest .lflex01 button[type=button] img { width: 14px; }
	.notice .notice_wrap li a { padding: 8px 2px 4px; }
	.notice .notice_wrap li a .n_top { gap: 14px; margin-bottom: 22px; }
	.notice .notice_wrap li a .n_top .nDate { padding: 8px 9px; border-radius: 7px; }
	.notice .notice_wrap li a .n_top .nDate span { font-size: 30px; }
	.notice .notice_wrap li a .n_top .nDate p { font-size: 12px; }
	.notice .notice_wrap li a .n_top .ntit { flex: 1; width: auto; min-width: 0; font-size: 17px; }
	.notice .notice_wrap li a .n_bot p { font-size: 13px; line-height: 1.5; }
	.resources .resources_wrap a { padding: 16px; border-radius: 10px; }
	.resources .resources_wrap .rDate { font-size: 13px; }
	.resources .resources_wrap .rTit { font-size: 16px; }
	.resources .resources_wrap .rStit { font-size: 13px; }

	/* 갤러리 : 세로 스택 */
	.achive { flex-direction: column; }
	.achive .gall_tit { flex-direction: row; align-items: center; width: 100%; padding-right: 74px; margin-bottom: 4px; gap: 12px; }
	.achive .gall_tit .arrow_wrap { width: 84px; height: 40px; gap: 20px; }
	.achive .gall_tit .slick-arrow img { width: 14px; }
	.achive .gall_slide { width: 100%; }
	.achive .gall_slide ul li { margin: 8px 6px; }
	.achive .gall_slide ul li .imgbox { border-radius: 14px; }
	.achive .gall_slide ul li .txtbox h5.tit { margin: 12px 0 6px; font-size: 16px; }
	.achive .gall_slide ul li .txtbox p.date { font-size: 13px; }
	.achive .imgbox { height: 190px; }

	/* 바로가기 : 2단 배열 */
	#mQuick { margin: 18px 0; }
	#mQuick ul { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	#mQuick li a { display: flex; flex-direction: column; justify-content: space-between; height: 118px; padding: 16px 14px; border-radius: 16px; }
	#mQuick strong { padding-right: 4px; font-size: 16px; line-height: 1.3; word-break: keep-all; }
	#mQuick span { margin-top: 0; font-size: 11px; }
	#mQuick img { right: 10px; bottom: 8px; width: 54px; height: 54px; }

	/* 우측 고정 퀵메뉴 : 모바일에서도 축소해서 노출 */
	#quick { display: inline-flex; width: 244px; height: 186px; top: 120px; right: -204px; }
	#quick.active { right: -18px; }
	#quick .quick_bg { width: 100%; height: 100%; }
	#quick .qArrow { width: 32px; height: 32px; bottom: 8px; }
	#quick .qArrow img { width: 11px; }
	#quick .qTop { top: 118px; left: 5px; }
	#quick .qTop p { font-size: 13px; letter-spacing: .5px; }
	#quick .qList { padding: 16px 0 16px 42px; gap: 8px; }
	#quick .qList li { padding: 0 5px; border-radius: 12px; }
	#quick .qList li dl { gap: 3px; }
	#quick .qList li dl dt img { width: 42px; }
	#quick .qList li dl dd { line-height: 1.25; text-align: center; word-break: keep-all; }
	#quick .qList li dl dd.txt_l { font-size: 12px; }
	#quick .qList li dl dd.txt_s { font-size: 10px; }

	/* 푸터 : 사이트맵은 감추고 로고 + 연락처 + 카피라이트만 노출 */
	footer .f_top { padding: 28px 20px 22px; }
	footer .f_top .ad_sub_wr { display: none; }
	footer .f_top .ad_sub_L { width: 100%; text-align: left; }
	footer .f_top .ad_sub_L > img { width: 200px; }
	footer .f_top .ad_sub_L h1.company { font-size: 16px; }
	footer .f_top .ad_sub_L .info { display: block; width: auto; margin: 20px 0 0 0; }
	footer .f_top .ad_sub_L .info dl { margin-bottom: 8px; gap: 0; }
	footer .f_top .ad_sub_L .info dl dt { flex: 0 0 62px; width: 62px; font-size: 14px; text-align: left; }
	footer .f_top .ad_sub_L .info dl dd { flex: 1 1 auto; width: calc(100% - 62px); font-size: 14px; text-align: left; }
	footer .f_top .ad_sub_L .sns_wr { margin-top: 24px; }
	footer .f_top .ad_sub_L .sns_wr a { display: block; width: 80px; }
	footer .f_top .ad_sub_L .sns_wr a img { width: 100%; }
	footer .f_top .ad_sub_L .copy { margin-top: 20px; font-size: 12px; }
	footer .f_bott { flex-direction: column-reverse; align-items: flex-start; gap: 12px; padding: 16px 20px 64px; }
	footer .f_bott p.copy { text-align: left; font-size: 13px; line-height: 1.5; }
	footer .f_bott ul.priv_wr li { padding: 0 10px; }

	/* 탑버튼 : 푸터 텍스트와 겹치지 않도록 축소 */
	#top_btn { width: 42px; height: 42px; right: 12px; bottom: 12px; border-radius: 12px; }
	#top_btn::before { font-size: 17px; }
}

/* -------------------------------- max-width : 500px -------------------------------- */
@media (max-width: 500px) {
	/* 비주얼 */
	#visual { height: 320px; border-radius: 0 0 20px 20px; }
	#visual::before { width: 230px; height: 65px; }
	#visual::after { width: 88px; height: 38px; border-radius: 0 0 0 10px; }
	#visual .vText { left: 20px; right: 20px; bottom: 38px; }
	#visual .vText .vMain_txt p { font-size: 14px; padding-bottom: 10px; }
	#visual .vText .vMain_txt h1 { font-size: 28px; }
	#visual .vSub_txt { margin-top: 18px; }
	#visual .vText .vSub_txt .vTxt_wrap p { font-size: 13px; padding-left: 13px; }

	/* 학과소개 : 좁은 화면에서는 아이콘 위 / 학과명 아래 */
	#mPart { padding: 46px 12px 40px; }
	#mPart .mPart_inner { padding-bottom: 0; }
	#mPart .mPart_center { width: 210px; height: 210px; margin-bottom: 28px; }
	#mPart .orbit_outer { width: 276px; height: 276px; }
	#mPart .orbit_inner { width: 210px; height: 210px; }
	#mPart .mPart_title { width: 158px; height: 142px; }
	#mPart .mPart_title strong { font-size: 19px; }
	#mPart .mPart_title p { margin-top: 6px; font-size: 13px; }
	#mPart .mPart_list { gap: 10px; }
	#mPart .mPart_btn { flex-direction: column; justify-content: center; gap: 8px; height: 112px; padding: 14px 8px; text-align: center; }
	#mPart .mPart_btn .icon { flex: 0 0 auto; width: 40px; height: 40px; }
	#mPart .mPart_btn .ko { font-size: 14px; }
	#mPart .mPart_detail { padding: 0 16px; }
	#mPart .mPart_item.active .mPart_detail,
	#mPart .mPart_detail.is-open { padding: 4px 88px 18px 16px; }
	#mPart .mPart_detail h3 { font-size: 18px; }
	#mPart .mPart_detail .desc { margin-top: 10px; font-size: 13px; }
	#mPart .mPart_detail .view_more { margin-top: 12px; padding: 7px 13px; font-size: 12px; }
	#mPart .mPart_detail .detail_icon { right: 14px; bottom: 14px; width: 62px; height: 62px; border-radius: 14px; }

	/* 공지 / 자료실 / 갤러리 */
	#latest { width: calc(100% - 16px); margin-bottom: 45px; border-radius: 15px 15px 0 15px; }
	#latest .la_box { padding: 20px 16px 18px; border-radius: 15px 0 15px 15px; }
	#latest .la_box::before,
	#latest .la_box::after { width: 45px; height: 45px; border-radius: 0 15px 0 0; }
	#latest .la_box::before { right: 55px; }
	#latest .la_box::after { top: 55px; }
	#latest .la_box .la_more { width: 55px; height: 55px; border-radius: 0 0 0 15px; }
	#latest .la_box .la_more span { width: 35px; height: 35px; }
	#latest h3 { font-size: 19px; margin-bottom: 14px; }
	#latest .lflex01 .slide_btn { right: 80px; top: 18px; width: 72px; height: 36px; gap: 16px; }
	.notice .notice_wrap li a .n_top { gap: 12px; margin-bottom: 18px; }
	.notice .notice_wrap li a .n_top .nDate { padding: 7px; }
	.notice .notice_wrap li a .n_top .nDate span { font-size: 26px; }
	.notice .notice_wrap li a .n_top .nDate p { font-size: 11px; }
	.notice .notice_wrap li a .n_top .ntit { font-size: 15px; }
	.notice .notice_wrap li a .n_bot p { font-size: 12px; }
	.resources .resources_wrap a { padding: 14px; }
	.resources .resources_wrap .rTit { font-size: 15px; }
	.resources .resources_wrap .rDate,
	.resources .resources_wrap .rStit { font-size: 12px; }
	.achive .gall_tit { padding-right: 70px; }
	.achive .gall_tit .arrow_wrap { width: 72px; height: 36px; gap: 16px; }
	.achive .gall_slide ul li { margin: 6px 2px; padding: 0; }
	.achive .gall_slide ul li .txtbox h5.tit { margin: 10px 0 5px; font-size: 15px; }
	.achive .imgbox { height: 165px; }

	/* 바로가기 */
	#mQuick ul { gap: 10px; }
	#mQuick li a { height: 108px; padding: 14px 12px; border-radius: 14px; }
	#mQuick strong { font-size: 14px; }
	#mQuick span { font-size: 10px; }
	#mQuick img { right: 8px; bottom: 6px; width: 46px; height: 46px; }

	/* 우측 고정 퀵메뉴 */
	#quick { width: 212px; height: 164px; top: 104px; right: -176px; }
	#quick.active { right: -6px; }
	#quick .qArrow { width: 28px; height: 28px; bottom: 6px; }
	#quick .qArrow img { width: 10px; }
	#quick .qTop { top: 104px; left: 4px; }
	#quick .qTop p { font-size: 11px; letter-spacing: .3px; }
	#quick .qList { padding: 13px 0 13px 36px; gap: 6px; }
	#quick .qList li { padding: 0 4px; border-radius: 10px; }
	#quick .qList li dl { gap: 2px; }
	#quick .qList li dl dt img { width: 36px; }
	#quick .qList li dl dd.txt_l { font-size: 11px; }
	#quick .qList li dl dd.txt_s { font-size: 10px; }

	/* 푸터 */
	footer .f_top { padding: 24px 16px 20px; }
	footer .f_top .ad_sub_L { padding: 0; }
	footer .f_top .ad_sub_L > img { width: 170px; }
	footer .f_top .ad_sub_L .info { margin-top: 16px; }
	footer .f_top .ad_sub_L .info dl dt { flex: 0 0 56px; width: 56px; font-size: 13px; }
	footer .f_top .ad_sub_L .info dl dd { flex: 1 1 auto; width: calc(100% - 56px); font-size: 13px; }
	footer .f_bott { padding: 14px 16px 60px; }
	footer .f_bott p.copy { font-size: 12px; }
	footer .f_bott ul.priv_wr li { padding: 0 8px; }
	footer .f_bott ul.priv_wr li::before { height: 12px; }
	footer .f_bott ul.priv_wr li a { font-size: 13px; }
}

/* -------------------------------- max-width : 359px -------------------------------- */
/* 2단으로는 글자를 넣기 힘든 초소형 화면 : 1단으로 복귀 */
@media (max-width: 359px) {
	#visual .vText .vMain_txt h1 { font-size: 24px; }
	#visual .vText .vMain_txt p { font-size: 13px; }

	#mPart .mPart_list { grid-template-columns: 1fr; }
	#mPart .mPart_btn { flex-direction: row; justify-content: flex-start; gap: 12px; height: 70px; padding: 12px 14px; text-align: left; }
	#mPart .mPart_btn .icon { flex: 0 0 42px; width: 42px; height: 42px; }
	#mPart .mPart_btn .ko { font-size: 15px; }

	#mQuick ul { grid-template-columns: 1fr; }
	#mQuick li a { height: 96px; padding: 16px 18px; }
	#mQuick strong { font-size: 16px; }
	#mQuick span { font-size: 11px; }
	#mQuick img { right: 14px; bottom: 12px; width: 56px; height: 56px; }
}


/* 통합 포털 고정 버튼 */
#securityPortalBtn {
    position: fixed;
    right: 30px;
    bottom: 105px;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-width: 148px;
    height: 58px;
    padding: 0 18px;

    color: #fff;
    background: linear-gradient(135deg, #152b6c 0%, #5539a7 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(8, 20, 60, 0.3);

    font-family: "Pretendard", sans-serif;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

#securityPortalBtn:hover {
    color: #fff;
    background: linear-gradient(135deg, #1c3d91 0%, #6b4bc4 100%);
    box-shadow: 0 12px 28px rgba(8, 20, 60, 0.4);
    transform: translateY(-3px);
}

#securityPortalBtn:focus-visible {
    outline: 3px solid #35c7ff;
    outline-offset: 3px;
}

/* 아이콘 */
#securityPortalBtn > i {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

/* 문구 */
#securityPortalBtn .portal-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
    white-space: nowrap;
}

#securityPortalBtn .portal-text strong {
    font-size: 15px;
    font-weight: 700;
}

#securityPortalBtn .portal-text small {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
}

/* 태블릿·모바일 */
@media screen and (max-width: 768px) {
    #securityPortalBtn {
        right: 15px;
        bottom: calc(76px + env(safe-area-inset-bottom));

        min-width: 50px;
        width: 50px;
        height: 50px;
        padding: 0;

        border-radius: 50%;
    }

    #securityPortalBtn > i {
        font-size: 22px;
    }

    /* 모바일에서는 아이콘만 표시 */
    #securityPortalBtn .portal-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}