@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'NEXON Lv1 Gothic OTF';
}
.wrap {
    overflow: hidden;
    background: #2C2A29;
}
.contain {
    width: 100%;
    max-width: 1200px;
}
a {
    color: inherit;
    text-decoration: none;
}
.IR_A {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
}
.main {
    position: relative;
}
/* 공용 헤더 */
.header {
    width: 100%;
    max-width: 100%; /* 반응형시 확인 */
    min-width: 1600px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.25);
}
.header_fixed {
    position: fixed;
    top: 0px;
    background: #2C2A29;
}
.nav {
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 1px solid  #555353 !important;
}
.nav > .logo {
    width: 23%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/logo.png) no-repeat center / contain;
}
.nav > .menu {
    position: absolute;
    top: 0;
    width: calc(75% / 2);
    height: 100%;
    overflow: hidden;
}
.nav_menu_left {
    left: 0;
}
.nav_menu_right {
    right: 0;
}
.nav_menu_left > .menu_icon {
    float: right;
}
.menu_icon > li {
    width: 50px;
    height: 50px;
    float: left;
    padding: 15px 0;
    margin: 0 60px 0;
    position: relative;
}
.menu_icon > li > a, .menu_icon > li > div {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.ihover {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.5s all;
}

/* 아이콘 */
.icon_hover_1 { background: url(../img/header_icon_1.png); }
.icon_hover_2 { background: url(../img/header_icon_2.png); }
.icon_hover_3 { background: url(../img/header_icon_3.png); }
.icon_hover_4 { background: url(../img/header_icon_4.png); }
.icon_hover_5 { background: url(../img/header_icon_5.png); }
.icon_hover_6 { background: url(../img/header_icon_6.png); }

.icon_1 { background: url(../img/header_icon_1.png); }
.icon_2 { background: url(../img/header_icon_2.png); }
.icon_3 { background: url(../img/header_icon_3.png); }
.icon_4 { background: url(../img/header_icon_4.png); }
.icon_5 { background: url(../img/header_icon_5.png); }
.icon_6 { background: url(../img/header_icon_6.png); }

.menu_icon > li > a {
    width: 50px;
    height: 50px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 15px;
    transition: 0.5s transform;
    overflow: hidden;
    opacity: 0;
}
.menu_icon_hover{
    opacity: 1 !important;
}

/* 마진 0 */
.nav_menu_left li:first-child {
    margin-left: 0;
}
.nav_menu_right li:last-child {
    margin-right: 0;
}

/* nav 판 */
.nav_pan {
    width: 100%;
    height: 0px;
    min-width: 1200px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background: #007042;
    color: #ffffff;
}
.nav_pan_act{
    height: 50px;
}
.nav_pan_inner {
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
}
.nav_pan_inner_act {
    display: block;
}
.pan_inner > li {
    display: inline-block;
    width: calc(100% / 5);
}
/*  */
.top_box {
    width: 100%;
    height: 500px;
    /* background: mediumpurple; */
    position: relative;
    overflow: hidden;
}
.back_img_box {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    overflow: hidden;
}
.top_box > .content_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: 600;
    padding-left: 100px;
    box-sizing: border-box;
}
.title > .contain {
    margin: 0 auto;
}
/* 풋터 */
.footer {
    width: 100%;
    background: #2C2A29;
    overflow: hidden;
    padding: 50px 0;
    color: #b2aea6;
    font-size: 13px;
    font-weight: 100;
    position: relative;
}
.footer > .contain {
    margin: 0 auto !important;
    background: url(../img/logo_foot.png) no-repeat right top;
    overflow: hidden;
}
.footer_outer { overflow: hidden; }
.footer_outer > li {
    float: left;
    margin-right: 110px;
}
.footer_inner {
    padding-top: 15px;
}
.footer_inner > li {
    margin-bottom: 10px;
}
.footer_inner > li > a:hover {
    text-decoration: underline !important;
}
.footer_outer2 {
    width: 100%;
    font-size: 12px;
    margin: 30px 0 0;
    text-align: center;
}
.footer_outer2 > li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ffffff;
}
.footer_outer2 > li:first-child {
    border: none;
}
.m_header, .m_menu_outer {
    display: none;
}

/* ////////////////////////////// */
@media screen and (max-width: 1024px) {
    .contain {
        width: 100%;
        min-width: 450px;
    }
    .top_box {
        height: 400px;
    }
    .header {
        display: none;
    }
    .m_header {
        display: block;
        width: 100%;
        min-width: 450px;
        height: 80px;
        background: #2C2A29;
        position: fixed;
        z-index: 999;
        overflow: hidden;
    }
    .m_logo {
        width: 300px;
        height: 100%;
        background: url(../img/logo.png) no-repeat center / contain;
        float: left;
        margin-left: 5px;
    }
    .m_box {
        float: right;
        width: 60px;
        height: 60px;
        margin: 10px;
        background: #007042;
        padding: 7px 10px;
        box-sizing: border-box;
        border-radius: 5px;
        cursor: pointer;
    }
    .m_box > .line {
        width: 100%;
        height: 5px;
        background: #ffffff;
    }
    .m_box > .line {
        margin: 8px 0;
    }
    .m_menu_outer {
        display: block;
        position: fixed;
        width: 100%;
        min-width: 450px;
        height: 100vh;
        left: 100%;
        top: 0;
        z-index: 999;
    }
    .m_menu {
        float: right;
        width: 50%;
        height: 100%;
        background: #2C2A29;
        padding: 8%;
        color: #ffffff;
        overflow-y: scroll;
    }
    .m_menu > li {
        font-size: 3vw;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .m_menu_inner {
        margin-top: 10px;
    }
    .m_menu_inner > li {
        font-size: 1.8vw;
        color: #b2aea6;
        margin-bottom: 5px;
    }
    .menu_x_box {
        position: absolute;
        right: 2%;
        top: 1%;
        color: #ffffff;
        font-size: 15px;
        padding: 5px 10px;
        background: #007042;
        cursor: pointer;
    }
    .footer_outer > li {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: left;
        padding: 10px 0 10px 50px;
        background: rgba(0, 0, 0, 0.25);
    }
    
    .footer > .contain {
        background: none;
    }
    .footer_inner {
        font-size: 12px;
        display: none;
    }
    .footer_outer2 {
        display: none;
    }

}

@media screen and (max-width: 1600px) and (min-width: 1024px){
    .contain {
        width: 100%;
        max-width: 1200px;
        min-width: 1024px;
    }
    .header {
        width: 100%;
        max-width: 1600px;
        min-width: 1024px;
        overflow: hidden;
        position: absolute;
        top: 50px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.25);
    }
    .header_fixed {
        position: fixed;
        top: 0px;
        background: #2C2A29;
    }
    .nav {
        width: 100%;
        height: 80px;
        line-height: 80px;
        position: relative;
        border-bottom: 1px solid  #555353 !important;
    }
    .nav > .logo {
        width: 300px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 15px;
        transform: translateX(0%);
        background: url(../img/logo.png) no-repeat center / contain;
    }
    .nav > .menu {
        position: static;
        float: right;
        top: 0;
        width: auto;
        height: 100%;
        overflow: hidden;
    }
    .menu_icon {
        width: auto;
        height: 100%;
    }
    .menu_icon > li {
        width: auto;
        height: 100%;
        overflow: hidden;
        display: inline-block;
        height: 100%;
        padding: 0 10px;
        margin: 0;  
        position: static;
    }
    .ihover {
        display: none;
    }
    
    /* 아이콘 */
    
    .icon_1 { background: transparent; }
    .icon_2 { background: transparent; }
    .icon_3 { background: transparent; }
    .icon_4 { background: transparent; }
    .icon_5 { background: transparent; }
    .icon_6 { background: transparent; }
    
    .menu_icon > li > a {
        width: auto;
        height: 100%;
        text-align: center;
        display: block;
        opacity: 1;
        font-size: 1em;
        color: #ffffff;
        text-indent: 0 !important;
        position: static;
    }
    .menu_icon > li:hover > a{
        color: #007042 !important;
    }

    /* 풋터 */
    .footer {
        width: 100%;
        max-width: 1600px;
        min-width: 1024px;
        background: #2C2A29;
        overflow: hidden;
        padding: 50px 0;
        color: #b2aea6;
        font-size: 13px;
        font-weight: 100;
    }
    .footer > .contain {
        margin: 0 auto !important;
        background: url(../img/logo_foot.png) no-repeat right 5% top;
        overflow: hidden;
    }
    .footer_outer {
        overflow: hidden;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .footer_outer > li {
        float: left;
        margin-right: 80px;
    }
    .footer_outer2 {
        width: 100%;
        font-size: 10px;
        margin: 30px 0 0;
        text-align: center;
    }

}
