.wrap {
    max-width: 100%;
    min-width: 1200px;
}
body * {
    transition: all 0.3s;
}
header{
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    z-index: 900;
    background: #fff;
}
header .header_ad {
    text-align: center;
    width: 100%;
    background: #FFA600;
    position: relative;
}
header .header_ad p{
    line-height: 36px;
    color: #fff;
    font-size: 0.875rem;
}
header .header_ad a{
    width: 18px; height: 18px;
    position: absolute; top: 50%; right: 10%;
    transform: translateY(-50%);
}
header .header_ad a img{
    width: 100%;
}
header .title{
    width: 100%; height: 60px;
    display: flex;
    padding: 0 60px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header .title h1{}
header .title h1 a{
    display: inline-block;
    width: 200px;
}
header .title h1 a img{
    width: 100%;
}
header .title .menu {
    display: none;
}
header .title .gnb{
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%; transform: translateX(-50%);
}
header .title .gnb li{
    margin-right: 60px;
}
header .title .gnb li:last-child{margin-right: 0;}
header .title .gnb li a{
    line-height: 60px;
    font-size: 1.125rem;
}
header .title .left_wrap{
    display: flex;
    align-items: center;
}
header .title .left_wrap .search{
    width: max-content;
    position: relative;
}
header .title .left_wrap .search input{
    line-height: 36px;
    border-radius: 21px;
    background: #f5f5f5;
    font-size: 0.875rem;
    padding-left: 18px;
}
header .title .left_wrap .search button{
    position: absolute; top: 50%; right: 10px;
    transform: translateY(-50%);
    width: 24px; height: 24px;
}
header .title .left_wrap .search button img{
    width: 100%;
}
header .title .left_wrap a {
    display: inline-block;
    width: 24px;
    margin-left: 20px;
}
header .title .left_wrap a img{
    width: 100%;
}
/* footer */
footer {
    padding: 55.5px 0;
    background: #6C8E68;
}
footer .foot_container {
    display: flex;
    justify-content: center;
}
footer .foot_container .fnb {
    margin-right: 164.5px;
    display: flex; flex-flow: column nowrap;
    justify-content: space-between;
}
footer .foot_container .fnb li {}
footer .foot_container .fnb li a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.8;
}
footer .foot_container .company {
    display: flex; flex-flow: column nowrap;
    justify-content: space-between;
    margin-right: 164.5px;
}
footer .foot_container .company p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.8;
}
footer .foot_container .more_info {}
footer .foot_container .more_info .info_group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
footer .foot_container .more_info .info_group .info {}
footer .foot_container .more_info .info_group .info h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
}
footer .foot_container .more_info .info_group .info p {
    color: #fff;
    line-height: 1.6;
    font-size: 0.875rem;
}
footer .foot_container .more_info > p {
    color: #fff;
    line-height: 1.8;
    font-size: 0.875rem;
}