#wrap {
    overflow: hidden;
}

#header {
    width: 100%;
    position: relative;
    z-index: 1000;

}
#header .top_head {
    width: 100%;
    height: 36px;
    background: #eee;
    position: relative;
    z-index: 1000;
}
#header .top_head .container div {
    float: right;
}
#header .top_head .container div span {
    float: left;
    font-size: 0.8rem;
    line-height: 36px;
}
#header .top_head .container div span {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
#header .top_head .container div span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 1px;
    height: 13px;
    background: #333;
}
#header .top_head .container div span:first-child:before {
    display: none;
}
#header .head {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1000;
}
#header .head .inner-wrapper-sticky {
    background: #fff;
}
#header .head .logo {
    float: left;
}
#header .head .logo h1 {
    width: 215px;
    line-height: 80px;
    margin: 0;
}
#header .head .nav {
    float: right;
}
#header .head .nav ul li {
    width: 20%;
    float: left;
    font-size: 1.2rem;
    line-height: 78px;
    text-align: center;
}
#header .head .nav ul li a {
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    color: #333;
}
#header .head .nav_section {
    width: 100%;
    background: rgba(255,255,255,.9);
    position: absolute;
    z-index: 100;
    top: 80px;
    height: 0;
    overflow: hidden;
}
#header .head .nav_section .menu_all > div {
    width: 20%;
    padding: 10px 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header .head .nav_section .menu_all > div ul {
    display: table;
    margin: 0 auto;
}
#header .head .nav_section .menu_all > div ul li {
    font-size: 17px;
    line-height: 30px;
}
#header .head .nav_section .menu_all > div ul li a {
    color: #454545;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
}
#header .head .nav_section .menu_all > div ul li a:hover {
    color: #ff8003;
}



#footer {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
}
#footer .foot_nav {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 20px;
}
#footer .foot_nav ul li {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 0.8rem;
    position: relative;
}
#footer .foot_nav ul li a {
    font-weight: 600;
}
#footer .foot_nav ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #666;
}
#footer .foot_nav ul li a:hover {
    color: #ff8003;
}
#footer .foot_nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
#footer .foot_nav ul li:first-child:before {
    display: none;
}
#footer .foot_info {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
}
#footer .foot_info h5 {
    font-size: 1rem;
    margin: 0 0 5px;
    font-weight: 600;
}
#footer .foot_info ul li {
    font-size: 0.75rem;
    color: #666;
}
#footer .copyright {
    color: #999;
    font-size: 0.75rem;
}

#footer .office_info {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
#footer .office_info h5 {
    font-size: 1.1rem;
    font-weight: bold;
}
#footer .office_info h5 span {
    margin-left: 20px;
}
#footer .office_info > div span {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}


.mainImages .bx-wrapper .bx-controls-direction a {
    z-index: 500;
}



/* TAB NAVIGATION */
.tab_nav {
    width: 100%;
    overflow: hidden;
    background: #f1f3f5;
    margin: 0 0 50px;
}
.tab_nav ul {
    width: 100%;
    height: 62px;
}
.tab_nav ul li {
    height: 100%;
    float: left;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #888888;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #2c2f38;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    line-height: 58px;
    cursor: pointer;
}
.tab_nav ul li:first-child {
    border-left: 1px solid #ddd;
}
.tab_nav ul li.active {
    background: #fff;
    border-top: 2px solid #2c2f38;
    border-right: 2px solid #2c2f38;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #2c2f38;
    color: #333333;
}
.tab_nav ul li a {
    display: block;
}

@media (max-width: 1199px) {
    .mobile_nav {
        width: 50px;
        float: right;
        margin: 28px 0 16px;
        position: relative;
        z-index: 200;
    }
    #mobileMenu {
        width: 250px;
        height: 100%;
        position: fixed;
        background: #fff;
        border-left: 1px solid #ccc;
        transition: right 0.5s;
        top: 80px;
        z-index: 900;
        padding: 35px 0 0;
    }
    /*#mobileMenu:before {*/
        /*content: '';*/
        /*width: 250px;*/
        /*height: 100%;*/
        /*position: fixed;*/
        /*top: 0;*/
        /*background: #fff;*/
        /*border-left: 1px solid #ccc;*/
    /*}*/
    #mobileMenu.off {
        right: -250px;
    }
    #mobileMenu.on {
        right: 0;
    }
    #mobileMenu .menu_wrap {
        width: 100%;
        height: 100%;
        background: #fff;
        position: relative;
    }
    #mobileMenu .menu_wrap .m_nav {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    #mobileMenu .menu_wrap .m_nav p {
        font-size: 1.1rem;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        position: relative;
        cursor: pointer;
    }
    #mobileMenu .menu_wrap .m_nav p i {
        position: absolute;
        right: 20px;
        top: 7px;
        font-size: 1.6rem;
    }
    #mobileMenu .menu_wrap .m_nav ul {
        background: #eeeeee;
        border-top: 1px solid #ccc;
        display: none;
    }
    #mobileMenu .menu_wrap .m_nav ul li {
        height: 40px;
        line-height: 40px;
    }
    #mobileMenu .menu_wrap .m_nav ul li a {
        padding: 0 30px;
        display: block;
    }
    #mobileMenu .menu_wrap .m_nav ul li a:hover {
        background: #f0ba00;
        color: #fff;
    }
    #mobileMenu .inner-wrapper-sticky {
    }


    #mobileMenu .member_btn {
        width: 100%;
        overflow: hidden;
        padding: 15px 15px 0;
        margin: 0 0 10px;
    }
    #mobileMenu .member_btn span {
        width: 48%;
        height: 30px;
        display: block;
        float: left;
        text-align: center;
        line-height: 30px;
        color: #fff;
    }
    #mobileMenu .member_btn span:first-child {
        background: #ff8003;
        margin-right: 4%;
    }
    #mobileMenu .member_btn span:last-child {
        background: #2c2f38;
    }


    #footer .foot_nav ul li {
        margin-left: 5px;
        padding-left: 5px;
    }
}


@media (min-width: 1200px) {
    #mobileMenu {
        display: none;
    }
}




.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 40px;
    height: 30px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 13px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

/* type-07 */
/* 라인이 하나로 합쳐졌다가 엑스자 만들기 */
.menu-trigger.type7 span:nth-of-type(1) {
    -webkit-animation : menu-bar07-01 .5s forwards;
    animation : menu-bar07-01 .5s forwards;
}
@-webkit-keyframes menu-bar07-01 {
    0% {
        -webkit-transform : translateY(13px) rotate(45deg);
    }
    50% {
        -webkit-transform : translateY(13px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(0) rotate(0);
    }
}
@keyframes menu-bar07-01 {
    0% {
        transform : translateY(13px) rotate(45deg);
    }
    50% {
        transform : translateY(13px) rotate(0);
    }
    100% {
        transform : translateY(0) rotate(0);
    }
}
.menu-trigger.type7 span:nth-of-type(2) {
    transition : all .25s .25s;
    opacity : 1;
}
.menu-trigger.type7 span:nth-of-type(3) {
    -webkit-animation : menu-bar07-02 .5s forwards;
    animation : menu-bar07-02 .5s forwards;
}
@-webkit-keyframes menu-bar07-02 {
    0% {
        -webkit-transform : translateY(-13px) rotate(-45deg);
    }
    50% {
        -webkit-transform : translateY(-13px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(0) rotate(0);
    }
}
@keyframes menu-bar07-02 {
    0% {
        transform : translateY(-13px) rotate(-45deg);
    }
    50% {
        transform : translateY(-13px) rotate(0);
    }
    100% {
        transform : translateY(0) rotate(0);
    }
}
.menu-trigger.active-7 span:nth-of-type(1) {
    -webkit-animation : active-menu-bar07-01 .5s forwards;
    animation : active-menu-bar07-01 .5s forwards;
}
@-webkit-keyframes active-menu-bar07-01 {
    0% {
        -webkit-transform : translateY(0) rotate(0);
    }
    50% {
        -webkit-transform : translateY(13px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(13px) rotate(45deg);
    }
}
@keyframes active-menu-bar07-01 {
    0% {
        transform : translateY(0) rotate(0);
    }
    50% {
        transform : translateY(13px) rotate(0);
    }
    100% {
        transform : translateY(13px) rotate(45deg);
    }
}
.menu-trigger.active-7 span:nth-of-type(2) {
    opacity : 0;
}
.menu-trigger.active-7 span:nth-of-type(3) {
    -webkit-animation : active-menu-bar07-02 .5s forwards;
    animation : active-menu-bar07-02 .5s forwards;
}
@-webkit-keyframes active-menu-bar07-02 {
    0% {
        -webkit-transform : translateY(0) rotate(0);
    }
    50% {
        -webkit-transform : translateY(-13px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(-13px) rotate(-45deg);
    }
}
@keyframes active-menu-bar07-02 {
    0% {
        transform : translateY(0) rotate(0);
    }
    50% {
        transform : translateY(-13px) rotate(0);
    }
    100% {
        transform : translateY(-13px) rotate(-45deg);
    }
}