@charset "utf-8";
/*
그린 background-color: #92ab23;
브라운 background-color: #5a3822;
*/
* {
    margin: 0;
    padding: 0;
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}
li {
    list-style: none;
    float: left;
}
.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
body {
    width: 100%;
}
#wrap {
    width: 100%;
}

/*헤더 영역*/
#header {
    width: 100%;
    height: 100%;
    background-color: #f1f3e7;
}
#header_top {
    width: 1024px;
    height: 30px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    background-color: #f1f3e7;
}

/*글로벌네비게이션 영역*/
#gnb {
    float: right;
    border-right: 1px solid #666;
}
#gnb a {
    display: block;
    height: 11px;
    padding: 0 10px;
    font: 300 12px/11px 'Noto Sans KR';
    line-height: 10px;
    border-left: 1px solid #666;
}
#gnb a:hover {
    text-decoration: underline;
}

/*네비게이션 영역*/
#header_bottom {
    width: 100%;
    height: 80px;
    background-color: #f1f3e7;
    z-index: 1;
    position: sticky;
    top: 0px;
}
#header_bottom > div {
    width: 1024px;
    height: 80px;
    margin: 0 auto;
    background-color: #f1f3e7;
}

/*로고 영역*/
#logo {
    width: 220px;
    height: 60px;
    padding-top: 20px;
    float: left;
}

/*메뉴 영역********************************************/
#lnb {
    height: 80px;
    float: right;
}

#menu > li {
    height: 80px;
}

#menu > li > a {
    display: block;
    padding: 0 25px;
    font: 500 14px/80px 'Noto Sans KR';
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    color: #92ab23;
}

#menu > li > a:hover {
}


/*서브 메뉴 영역*/
.sub {
    width: 100%;
    height: 125px;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #5a3822;
    padding-top: 15px;
}

.sub > div {
    width: 1024px;
    position: relative;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
#submenu_1 {
    position: relative;
    left: 305px;
}
#submenu_2 {
    position: relative;
    left: 480px;
}
#submenu_3 {
    position: relative;
    left: 630px;
}
#submenu_4 {
    position: relative;
    left: 733px;
}
#submenu_5 {
    position: relative;
    left: 820px;
}
#submenu_6 {
    position: relative;
    left: 910px;
}

.sub > div > ul > li {
}

.sub > div > ul > li a {
    width: 100px;
    height: 20px;
    font: 400 12px/1.5 'Noto Sans KR';
    letter-spacing: -0.5px;
/*    margin-left: 25px;*/
    color: #fff;
}

#menu > li > div {
    display: none;
}

/*메뉴 마우스오버 영역*/
#menu > li:hover {
    background: #5a3822;
}

#menu > li > a:hover {
    color: #92ab23;
    transition: all 0.3s ease-in-out;
}

#menu > li:hover .sub {
    display: block;
    /*서브메뉴 보이게*/
}


.sub a:hover {
    font: 400 12px/1.5 'Noto Sans KR';
    text-decoration: underline;
    color: #92ab23;
}


/*위로가기 버튼*/
/*
#top_btn {

}
#top_btn > span {
    position: fixed;
    top: 700px;
    right: 100px;
    z-index: 1;
}
#top_btn > span a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: rgba(146, 171, 35, 0.5);
    font: 600 18px/70px 'Noto Sans KR';
    color: #fff;
}
*/











/*하단 기업정보 영역*/
footer {
    width: 100%;
    height: 200px;
    background-color: #5a3822;
    color: #fff;
    position: relative;
    float: left;
    /*******************/
}

footer > div {
    width: 1024px;
    height: 200px;
    margin: 0 auto;
    background-color: #5a3822;
}

#footer_left {
    width: 500px;
    height: 100px;
    padding-top: 40px;
    float: left;
}

#fnb {
    width: 500px;
    height: 20px;

}

#fnb > ul > li {
    padding-right: 40px;

}

#fnb > ul a {
    color: #fff;
    font: 500 14px/1.5 'Noto Sans KR';
    opacity: 60%;
}

#fnb > ul a:hover {
    opacity: 90%;
    text-decoration: underline;
}

#address {
    padding-top: 20px;
    width: 600px;
    height: 50px;
    text-align: left;
    opacity: 60%;

}

#address a {
    color: #fff;
    text-decoration: none;
    font: bold 12px/1.5 '';
}

address {
    text-decoration: none;
    font: 300 12px/1.5 'Noto Sans KR';
    text-align: left;
    color: #fff;
}

#address a :hover {
    text-decoration: underline;
}


#footer_right {
    width: 220px;
    float: right;
    padding-top: 40px;
}

#bottom_logo > a {
    width: 220px;
    height: 36px;
    margin-bottom: 20px;
    opacity: 60%;
}

#bottom_logo a:hover {
    opacity: 90%;
}

#footer_right > span {
    float: left;
    padding-right: 17px;
    margin-top: 15px;
}

#footer_right > span a {
    opacity: 60%;
}

#footer_right > span a:hover {
    opacity: 90%;
}

#footer_right > span:last-child {
    padding-right: 0;
}

#small {
    width: 1024px;
    float: left;
    padding-top: 10px;
}

small {
    color: #fff;
    opacity: 60%;
    font: 300 11px/1.5 'Noto Sans KR';
    letter-spacing: 0.5px;
}

small a {
    color: #fff;
    font: 300 11px/1.5 'Noto Sans KR';
}

small a:hover {
    color: #fff;
    text-decoration: underline;
}

footer a {
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}





/*본문제목 설정*/
#title {
    letter-spacing: 5px;
    color: #777;
}
#title > strong {
    margin-right: 10px;
}
