@charset "UTF-8";

/* #header */
#header{position: fixed; left: 0;top: 0;width: 100%;background: #fff;z-index: 999;box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);padding: 0 16px;}
#header .top-area{position: relative; display: flex;align-items: center;justify-content: space-between;height: 56px;}
#header .logo{position: absolute;top: 50%;left: 50px;transform: translateY(-50%);}
#header .logo img{height: 32px;}
#header .tit{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); font-size: 20px;font-weight: 500;color: #000;}
#header .ico-back{display: inline-block;}
#header .right{margin-left: auto;}
#header .ico-home{display: inline-block;margin-right: 8px;}
#header .ico-menu{display: inline-block;}
#header .gnb-list{display: flex;justify-content: space-between;}
#header .gnb-items.active .btn-gnb{color: #daa520;font-weight: 500;}
#header .gnb-items.active .btn-gnb::before{content: '';height: 3px;bottom: -1px;left: 0;position: absolute;right: 0;width: 100%;background-color: #FFCE0B;}
#header .gnb-items .btn-gnb{position: relative; color: #1a1a1a;font-size: 16px;padding: 0 8px;height: 40px;font-weight: 400;}
.common-inner{padding: 0 16px;}
#container{padding: 96px 16px 32px 16px;min-height: calc((100vh - 300px));}



/* footer */
#footer{position: relative;}
#footer .fgnb-area{border-top: 1px solid #F4F6F8;border-bottom: 1px solid #f4f6f8; padding: 0 16px;}
#footer .fgnb-list{display: flex;align-items: center;justify-content: space-between;font-size: 14px;color: #1a1a1a;}
#footer .fgnb-items a{font-weight: 400;}
#footer .fgnb-items.emp a{font-weight: 600;}
#footer .link-fgnb{display: inline-block;padding: 20px 0;}
#footer .corp-area{padding: 0 16px;padding-top: 26px;padding-bottom: 20px;}
#footer .address{
    color: #8b95a1;font-size: 13px;
}
#footer .address p{line-height: 20px;font-size: 14px;}
#footer p.copy{padding-top: 22px;}