@charset "UTF-8";
@import url("/fnc_css/font/font.css");

html { font-size: 16px; font-family: "Noto Sans KR", sans-serif; color: #111; } 
body { display: block; position: relative; } 
a { color: inherit; } 

/* 헤더 */
.header { font-family: "Noto Sans KR", sans-serif; width: 100%; height: 100px; display: flex; align-items: center; justify-content: space-between; position: fixed; top: 0; left: 0; border-bottom: 1px solid #ccc; background-color: #fff; z-index: 9999; } 
.header-logo { flex-shrink: 0; height: 80%; margin-left: 110px; } 
.header-logo > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } 
.header-logo > a > img{max-height:100%;}
.nav { height: 100%; margin-right: 70px; } 
.gnb { height: 100%; display: flex; gap: 60px; position: relative; } 
.gnb > li { height: 100%; position: relative; width: 160px; } 
.gnb > li > a { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 29px; font-weight:500;} 
.gnb-hidden { position: absolute; top: 100px; left: 0; width: 100%; display: flex; gap: 60px; background-color: #fff; border-radius: 0 0 10px 10px; transition: all 0.3s; height: 250px; height: 0; overflow: hidden; box-shadow: 0px 3px 6px #00000029; } 
.gnb:hover .gnb-hidden { height: 300px; } 
.gnb-hidden-list { width: 160px; text-align: center; } 
.gnb-hidden-list li { width: 100%; transition: all 0.3s; } 
.gnb-hidden-list li:hover { background-color: rgba(0, 0, 0, 0.2); } 
.gnb-hidden-list a { word-break:keep-all;width: 100%; padding: 15px 0; font-size: 17px; line-height: 28px; display: block; } 
.mo-gnb { width: 100vw; height: 100vh; position: fixed; padding-top: 100px; top: 0; left: 0; background-color: #eee; display: none; align-items: start; justify-content: center; overflow: auto; } 
.mo-gnb.active { display: flex; } 
.mo-logo { position: absolute; top: 10px;left:10px; width:250px;} 
.mo-logo > img {width:100%;}
.mo-close { position: absolute; top: 30px; right: 20px; filter: invert(); cursor: pointer; } 
.mo-gnb-list { display: flex; flex-direction: column; justify-content: start; align-items: start; gap: 40px; padding-bottom:100px;} 
.mo-gnb-list > li { width: 250px; } 
.mo-gnb-list > li > a {margin-bottom:10px; width: 100%; display: block; font-size: 24px; line-height: 40px; padding: 20px 15px; border-bottom:1px solid #111; font-weight:bold;} 
.mo-gnb-hidden-list { width: 100%; } 
.mo-gnb-hidden-list li { width: 100%; } 
.mo-gnb-hidden-list a { width: 100%; padding: 15px; font-size: 18px; line-height: 28px; display: block; } 
.header-menu { position: absolute; right: 20px; top: 50%; width: 33px; height: 28px; transform: translateY(-50%); background: url("../fnc_images/common/header_icon_menu.png") no-repeat center; background-size: contain; cursor: pointer; filter: invert(1); display: none; } 
.header-menu.active { background: url("../fnc_images/common/header_icon_x.png") no-repeat center; background-size: contain; } 

/* 푸터 */
.footer { font-family: "Noto Sans KR", sans-serif; width: 100%; height: 150px !important; display: flex !important; align-items: center; justify-content: start; padding-left: 15.1%; padding-top: 25px; border-top: 1px solid #ccc; } 
.footer-logo { height: 70%; } 
.footer-logo > a {width:100%;height:100%;display: flex; align-items: center; justify-content: center;}
.footer-logo > a > img {max-height:100%;    max-width: 100%;}
.footer-info { padding-left: 50px; padding-top: 5px; height: 100%; } 
.footer-link { display: flex; align-items: start; justify-content: start; gap: 50px; margin-bottom: 10px; } 
.footer-link > li { position: relative; } 
.footer-link > li > a { font-size: 15px; font-family: "S-CoreDream"; font-weight: 400; line-height: 26px; } 
.footer-link > li::after { content: ""; position: absolute; width: 1px; height: 10px; top: 50%; transform: translateY(-50%); right: -25px; background-color: #707070; } 
.footer-link > li:last-child:after { display: none; } 
.footer-text { display: flex; gap: 20px; margin-bottom: 15px; } 
.footer-text > li { font-size: 14px; line-height: 26px; font-family: "S-CoreDream"; font-weight: 400; } 
.footer-info > p { font-size: 14px; line-height: 19px; font-family: "S-CoreDream"; font-weight: 400; opacity: 0.5; } 

/* 반응형 */
@media (max-width: 1280px){
 .gnb { gap: 50px; } 
 .header-logo { margin-left: 20px; } 
 .nav { margin-right: 20px; } 
 .footer { padding-left: 20px; } 
 .footer-info { padding-left: 50px; } 
  .footer { height: 250px !important; } 
 .footer-text { flex-direction: column; } 
 }
@media (max-width: 1023px){
 .gnb { gap: 0px; } 
 .gnb-hidden { top: 100px; gap: 0; } 
.gnb > li > a { padding:0 20px; } 
 .footer { flex-direction: column; padding-left: 0; padding-top: 10px; } 
 .footer-text { align-items: center; gap: 10px; } 
 .footer-info { padding: 0; } 
 .footer-logo { height: 150px; padding: 10px 0; } 
 .footer-info > p { font-size: 12px; text-align: center; } 
   .footer { height: 350px !important; } 
 .header { height: 65px; } 
 .header-logo {width:auto;}
 .gnb { display: none; } 
 .header-menu { display: block; } 
 }
@media (max-width: 767px){


 }
@media (max-width: 479px){
 .header-menu { width: 28px; height: 25px; } 
 }
