@charset "UTF-8";@import url("/fnc_css/font/font.css");*,
*::after,
*::before { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; font-family: "GmarketSans", sans-serif !important; -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 { border: none; outline: none; background-color: transparent; color: inherit; cursor: pointer; font-size: inherit; }

/* 헤더 */
.header { font-family: "GmarketSans", sans-serif; width: 100%; height: 100px; position: fixed; top: 0; left: 0; z-index: 999; border-bottom: 1px solid #fff; background-color: transparent; transition: all 0.3s; }
.header:hover,
.header.active { background-color: #fff; border-bottom: 1px solid #ddd; }
.header_wrap { width: 100%; height: 100%; padding: 0 30px; display: flex; align-items: center; justify-content: center; }
.header_logo { position: absolute; height: 100%; left: 40px; transition: all 0.3s; width: 180px; background: url("/fnc_images/common/header_logo_white.svg") no-repeat center; background-size: contain; }
.header:hover .header_logo,
.header.active .header_logo { background: url("/fnc_images/common/header_logo.svg") no-repeat center; background-size: contain; }
.header_gnb { display: flex; align-items: center; justify-content: center; height: 100%; gap: 15px; }
.header_gnb > div { display: flex; align-items: center; justify-content: center; height: 100%; position: relative; }
.header_gnb > div > a { display: flex; align-items: center; justify-content: center; height: 100%; padding: 0 75px; font-size: 20px; font-weight: 500; line-height: 23px; color: #fff; transition: all 0.3s; }
.header:hover .header_gnb > div > a,
.header.active .header_gnb > div > a { color: #000; }
.header_gnb > div:hover > a { font-weight: 700; color: #7bc25e; }
.header_gnb_hidden { max-height: 0; width: 100%; position: absolute; top: 99px; left: 0; background: #0045AB; gap: 12px; display: flex; align-items: center; flex-direction: column; border-radius: 0px 0px 0px 30px; overflow: hidden; transition: all 0.3s; }
.header_gnb > div:hover > .header_gnb_hidden { padding: 20px 0; max-height: 550px; }
.header_gnb_hidden > a { display: flex; width: fit-content; align-items: center; justify-content: center; padding: 12px 0; text-align: center; font-size: 18px; line-height: 20px; font-weight: 500; color: #fff; }
.header_gnb_hidden > a:hover { font-weight: bold; border-bottom: 1px solid #fff; }
.header_mobtn { display: none; cursor: pointer; height: 100%; align-items: center; justify-content: center; }
.header_mobtn > img { filter: invert(1); }
.header.active .header_mobtn > img,
.header:hover .header_mobtn > img { filter: unset; }
.mo-menu { position: fixed; top: 0; bottom: 0; right: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); margin-top: 60px; display: none; justify-content: end; }
.mo-menu.active { display: flex; }
.mo-menu-wrap { width: 280px; min-height: calc(100vh - 60px); background-color: #fff; padding: 30px 20px; overflow:auto;}
.header_mo_menu > h3 { font-size: 18px; line-height: 24px; margin-bottom: 5px; font-weight: 500; }
.header_mo_menu > h3:not(:first-child) { margin-top: 20px; }
.header_mo_menu > a { display: block; padding: 7px 0; padding-left: 15px; font-size: 16px; line-height: 22px; }
/* 푸터 */
.footer { font-family: "GmarketSans", sans-serif; width: 100%; height: 250px; background-color: #8a8a8a; }
.footer-wrap { width: 100%; }
.footer-link { width: 100%; height: 50px; display: flex; align-items: center; gap: 75px; border-bottom: 1px solid rgba(255, 255, 255, 0.25); padding-left: 250px; }
.footer-link > a { font-size: 16px; line-height: 19px; font-weight: 500; color: #fff; }
.footer-bot { height: 200px; padding-left: 250px; display: flex; flex-direction: column; justify-content: center; }
.footer-logo { width: 180px; margin-bottom: 20px; }
.footer-info { display: flex; align-items: center; gap: 30px; margin-bottom: 15px; }
.footer-info > p { font-size: 16px; line-height: 19px; color: #fff; }
.footer-info > p > span { font-weight: 500; }
.footer-copy { font-size: 14px; color: #fff; opacity: 0.6; }
/* 반응형 */
@media (max-width: 1439px){
 .header_wrap { justify-content: space-between; }
 .header_logo { position: static; }
 .header_gnb > div > a { padding: 0 50px; }
 .footer-bot { padding-left: 100px; }
 .footer-link { padding-left: 100px; }
 }
/* @media (max-width: 1279px) { } */
@media (max-width: 1023px){
 .header { height: 60px; }
 .header_wrap { padding: 0 20px; }
 .header_logo { width: 120px; }
 .footer-logo{ width: 120px; }
 .header_gnb { display: none; }
 .header_mobtn { display: flex; }
 .footer { height: auto; }
 .footer-bot { padding: 20px; height: auto; }
 .footer-info { flex-direction: column; align-items: start; gap: 15px; }
 .footer-link { padding-left: 20px; gap: 30px; }
 }
@media (max-width: 767px){
 .header_wrap { padding-right: 0; }
 }
@media (max-width: 479px) { }
