@charset "utf-8";


/***    전체 설정    ***/

#wrap {
    min-width: 1024px;
}

.behind {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: -1px;
    top: 0;
}

.hidden {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

/*폰트들*/

.font_12px {
    font-size: 12px;
}

.font_12px_white {
    font-size: 12px;
    color: #fff;
}

.font_14px {
    font-size: 14px;
}

.font_14px_white {
    font-size: 14px;
    color: #fff;

}

.font_18px {
    font-size: 18px;
}

.font_18px_white {
    font-size: 18px;
    color: #fff;
}

.font_22px_white {
    font-size: 22px;
    color: #fff;
}

.font_25px_white {
    font-size: 25px;
    color: #fff;
}

.font_25px{
    font-size: 25px;
}

.font_25px_red {
    font-size: 25px;
    color: #e02626;
}

.font_30px_white {
    font-size: 30px;
    color: #fff;
}

.font_30px {
    font-size: 30px;
   
}

.font_40px {
    font-size: 40px;

}

.font_40px_white {
    font-size: 40px;
    color: #fff;
}

/*헤더*/

#header {
    width: 100%;
    height: 107px;      
}

#line_top01 {
    width: 100%;
    height: 3px;
    background-color: #e02626;
}

#line_top02 {
    width: 100%;
    height: 2px;
    background-color: #ededed;
}

#line_top03 {
    width: 1024px;
    height: 2px;
    margin: 0 auto;
}

#line_top_r {
    width: 90px;
    height: 2px;
    background-color: #e02626;
    float: left;
}

#line_top_g {
    width: 934px;
    height: 2px;
    background-color: #ededed;
    float: left;
}

#top {
    width: 1024px;
    height: 102px;
    margin: 0 auto;
    position: relative;
    
}

#logo {
    width: 94px;
    height: 102px;
    float: left;
}

#nav {
    width: 930px;
    height: 102px;

    float: left;
}

/*gnb*/

#gnb {
    width: 100%;
    height: 46px;


}

#gnb01 {
    width: 200px;

    float: left;
}

.btn01 {
    margin-top: 12px;
    margin-left: 14px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: relative;
    float: left;

}

.dot1,
.dot2,
.dot3,
.dot4 {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #000;
}

.dot1 {
    left: 0;
    top: 0;
}

.dot2 {
    right: 0;
    top: 0;
}

.dot3 {
    left: 0;
    bottom: 0;
}

.dot4 {
    right: 0;
    bottom: 0;
}

.site_map {
    margin-top: 9px;
    margin-left: 30px;
    font-size: 12px;
    line-height: 18px;
}



/*사이트맵 팝업*/
.site_map_popup {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 370px;
    border: 1px solid #cccccc;
    background-color: #fff;
    z-index: 9;
    padding: 20px;
}

.site_map_popup > ul > li{
    width: 800px;
    height: 60px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 20px;
}

.site_map_popup > ul > li:first-child{
    margin-top: 0;
}

.site_map_popup > ul > li:last-child{
    border-bottom: none;
}

.site_map_popup > ul > li > ul > li{
    float: left;
    width: 132px;
}

.site_map_popup > ul > li > ul > li > a{
    font-size: 14px;
    color: #484848;
}

.site_map_popup > ul > li > ul > li > a:hover{
    color: #e02626;
}



.site_map_popup ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #e02626;
}

.site_map_popup ul li h3 a{
    color: #e02626;    
}

.site_close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


#gnb02 {
    width: 370px;

    overflow: hidden;
    float: right;

    line-height: 30px;
    margin-top: 7px;
}

.search {
    width: 210px;

}

.search_text {
    font-size: 12px;
    float: left;
    margin-left: 3px;
    margin-right: 8px;
}

.text {
    width: 156px;
    height: 30px;
    padding: 0 10px;
    float: left;
    box-sizing: border-box;
    border: 2px solid #b6b6b6;
    color: #484848;
    font-size: 12px;
}

.text:focus {
    outline: none;

}

.btn02 {
    background-color: #fff;
    width: 18px;
    height: 18px;
    float: left;
    border: none;
    cursor: pointer;
    position: relative;
}

.circle {
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border: 3px solid #e02626;
    border-radius: 50%;
    box-sizing: border-box;
}

.bar {
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 9px;
    height: 3px;
    background-color: #e02626;
    transform: rotate(45deg);
}

.sns {
    width: 159px;

    float: right;
}

.sns > li {
    float: left;
    margin-right: 7px;
}

.sns > li:first-child {
    margin-left: 22px;

}

.sns > li:last-child {
    margin-right: 0;
}


/*lnb*/
#lnb {
    width: 930px;
    height: 56px;  
}

.menu {
    width: 930px;
    height: 56px;    
}

.menu > li > a{
    width: 186px;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #484848;
    text-align: center;
    line-height: 56px;
}

.menu > li > a:hover {
    color: #fff;
}

.menu > li {
    float: left;
    width: 186px;
    height: 56px;
    background-image: url(../images/menu_01.jpg);
    position: relative;
}

.menu01 {
    background-position: 0 0;
}

.menu01:hover {
    background-position: 0 -56px;
}

.menu02 {
    background-position: -186px 0;
}

.menu02:hover {
    background-position: -186px -56px;
}

.menu03 {
    background-position: -372px 0;
}

.menu03:hover {
    background-position: -372px -56px;
}

.menu04 {
    background-position: -558px 0;
}

.menu04:hover {
    background-position: -558px -56px;
}

.menu05 {
    background-position: -744px 0;
}

.menu05:hover {
    background-position: -744px -56px;
}



/*푸터*/

#footer {
    width: 100%;
    border-top: 1px solid #dedede;

}

.footer_s {
    width: 1024px;
    height: 310px;
    margin: 0 auto;
}

.logo_f {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    
}

.sns_f {
    width: 233px;
    height: 50px;
    margin: 30px auto;
    text-align: center;
}



.sns_f > ul > li {
    float: left;
    margin-right: 15px;
}

.sns_f > ul > li:last-child {
    margin: 0;
}

.sns_f > ul > li > a{
    display: block;
}

.sns_f > ul > li > a > img{
    width: 100%;
}


address {
    font-style: normal;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #484848;
}

address > a {
    color: #484848;
}

address > a:hover {
    color: #e02626;
}

.copyright {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #484848;
}