@charset "UTF-8";@import url("/fnc_css/font/font.css");*,
*::after,
*::before { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; line-height: 24px; font-family: "Noto Sans KR", sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; }
body { display: block; position: relative; word-break: keep-all; }
a { color: inherit; text-decoration: none; cursor: pointer; }
img { max-width: 100%; max-height: 100%; }
input,
button,
select,
textarea { border: none; outline: none; background-color: transparent; color: inherit; cursor: pointer; font-size: inherit; }
form,
label { display: block; width: 100%; }
/* 헤더 */
html:has(.mo-gnb.active) { overflow: hidden; }
.header { /* 폰트 한번더 첨부하기 */
 width: 100%; height: 90px; z-index: 99; position: fixed; left: 0; top: 0; border-bottom: 1px solid #fff; transition: all 0.3s; }
.header * { transition: all 0.3s; }
.header.active,
.header:hover { background-color: #fff; border-bottom: 1px solid #ddd; box-shadow: 0 0 10px #00000029; }
.header-wrap { width: 100%; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; /* max-width:; */
 max-width: 1360px; padding: 0 30px; gap: 40px; }
.header-logo { width: 230px; height: 100%; flex-shrink: 0; background: url("/fnc_images/common/logo_white.png") no-repeat left/contain; }
.header.active .header-logo,
.header:hover .header-logo { background: url("/fnc_images/common/logo.png") no-repeat left/contain; }
.gnb { height: 100%; display: flex; align-items: center; justify-content: end; width: 100%; }
.gnb > div { height: 100%; position: relative; width:200px;}
.gnb > div > a { display: flex; align-items: center; justify-content: center; height: 100%; padding: 0 40px; color: #fff; font-size: 20px; line-height: 28px; font-weight: 500; }

.header.active .gnb > div > a,
.header:hover .gnb > div > a { color: #000; }
.header.active .gnb > div:hover > a,
.header:hover .gnb > div:hover > a { border-bottom: 3px solid #005fa2; transition: none; color: #005fa2; }

.mo-btn { width: 36px; height: 36px; flex-shrink: 0; cursor: pointer; background: url("/fnc_images/common/mo_btn_white.svg") no-repeat right/contain; }
.header.active .mo-btn,
.header:hover .mo-btn { background: url("/fnc_images/common/mo_btn_black.svg") no-repeat right/contain; }
.header.active .mo-btn:hover,
.header:hover .mo-btn:hover { background: url("/fnc_images/common/mo_btn.svg") no-repeat right/contain; }

.gnb-hidden { position: absolute; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; width: 200px; background-color: #f4f7fb; transition: all 0.5s; overflow: hidden; max-height: 0; box-shadow: 10px 10px 20px #4b595d29; border-radius: 0 0 10px 10px; }
.gnb > div:hover .gnb-hidden { padding-bottom: 10px; }
.gnb-hidden > a { width: 100%; display: flex; align-items: center; justify-content: center; padding: 15px 10px; font-size: 18px; line-height: 24px; font-weight: 500; }
.gnb-hidden > a:hover { color: #005fa2; }
/* 푸터 */
.footer { /* 폰트 한번더 첨부하기 */
 width: 100%; background-color: #f1f1f1; }
.footer-wrap { width: 100%; margin: 0 auto; max-width: 1360px; padding: 20px 30px 50px; display: flex; flex-direction: column; align-items: center; }
.footer-top { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.footer-link { display: flex; gap: 75px; }
.footer-link > a { font-size: 16px; line-height: 24px; }
.footer-link > a:hover { font-weight: 600; }
.footer-site { width: 300px; height: 55px;
 -o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 30px; outline: none; background: url("/fnc_images/common/footer_plus.svg") no-repeat, #ddd; background-position: right 20px top 50%; padding-left: 20px; padding-right: 35px; font-size: 16px; line-height: 24px; font-weight: 500; transition: all 0.3s; }
.footer-site:hover { background-color: #fff; }
.footer-logo { display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.footer-info { display: flex; align-items: center; gap: 20px; margin-bottom: 15px; }
.footer-info > p { font-size: 16px; line-height: 24px; }
.footer-info > p > span { font-weight: 600; }
.footer-copy { color: #b8b8b8; font-size: 14px; line-height: 22px; }
/* */
.mo-gnb { position: fixed; width: 100%; height: 530px; left: 0; top: -530px; z-index: 9999; transition: all 0.5s; }
.mo-gnb.active { top: 0px; left: 0; }
.mo-overlay { position: absolute; top: -100vh; left: 0; width: 100%; height: 100vh; z-index: -99; }
.mo-gnb.active .mo-overlay { background-color: rgba(0, 0, 0, 0.7); z-index: 1; top: 0; }
.mo-gnb-wrap { position: absolute; top: -530px; left: 0; width: 100%; height: 530px; z-index: 9; transition: all 0.5s; background: url("/fnc_images/common/pc_gnb_menu.png") no-repeat left, transparent linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%) 0% 0% no-repeat padding-box; overflow:auto;}
.mo-gnb.active .mo-gnb-wrap { top: 0; }

.mo-gnb-top { width: 100%; height: 90px; display: flex; align-items: center; justify-content: end; max-width: 1360px; padding: 0 30px; margin: 0 auto 60px; }
.mo-gnb-top > div { width: 36px; height: 36px; flex-shrink: 0; cursor: pointer; background: url("/fnc_images/common/mo_btn_white.svg") no-repeat; }

.mo-gnb-line { width: 100%; max-width: 1360px; padding: 0 30px; margin: 0 auto; display: flex; align-items: center; margin-bottom: 30px; gap: 70px; }
.mo-gnb-line > h3 { font-size: 24px; line-height: 32px; font-weight: bold; width: 140px; text-align: right; }
.mo-gnb-line > a { font-size: 18px; line-height: 26px; font-weight: 500; color: #000; transition: none; }
.mo-gnb-line > a:hover { color: #005fa2; font-weight: 600; }
/* 반응형 */
/* @media (max-width: 1439px) { } */
@media (max-width: 1279px){
.gnb > div{width:auto;}
 .gnb > div > a { padding: 0 30px; }
 .mo-gnb-line { gap: 30px; }
 }
@media (max-width: 1023px){
 .header { height: 60px; }
 .header-wrap { padding: 0 15px; }
 .header-logo { width: 150px; }
 .mo-btn { display: flex; width: 25px; height: 25px; }
 .gnb { display: none; }
 .mo-gnb { position: fixed; width: 100%; height: 100vh; left: unset; top: unset; right: -100vw; z-index: 9999; transition: all 0.5s; }
 .mo-gnb.active { right: 0; left: 0; bottom: 0; top: 60px; }
 .mo-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -99; }
 .mo-gnb.active .mo-overlay { background-color: rgba(0, 0, 0, 0.7); z-index: 1; }
 .mo-gnb-wrap { position: absolute; top: 0; right: -300px; width: 100%; max-width: 250px; background-color: #fff; height: calc(100% - 60px); padding: 20px; z-index: 9; transition: all 0.5s; left: unset; }
 .mo-gnb.active .mo-gnb-wrap { right: 0; }
 .mo-gnb-top { display: none; }
 .mo-gnb-line { flex-direction: column; padding: 0; gap: 10px; align-items: start; }
 .mo-gnb-line > h3 { width: auto; font-size: 16px; line-height: 24px; font-weight: 500; }
 .mo-gnb-line > a { font-size: 14px; line-height: 22px; font-weight: 400; }
 .footer-wrap { padding: 20px 15px 30px; }
 .footer-info { flex-direction: column; gap: 10px; }
 .footer-site { width: 250px; height: 45px; }
 .footer-link { gap: 50px; }
 .header.active .mo-btn,
 .header:hover .mo-btn { background: url("/fnc_images/common/mo_btn.svg") no-repeat right/contain; }
 }
@media (max-width: 767px){
 .footer-top { flex-direction: column; gap: 20px; margin-bottom:20px;}
 .footer-info > p { text-align: center;font-size:14px;line-height:20px; }
 .footer-copy { text-align: center; font-size:13px;line-height:19px;}
 .footer-logo{width:200px;margin-bottom:15px;}
 .footer-link > a{font-size:14px;line-height:20px;}
 .footer-site{font-size:14px;line-height:20px; height:40px;}
 }
@media (max-width: 479px) { }
