@charset "utf-8";
@import url(https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);






html {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'NanumSquareRound', sans-serif !important;
}

.nsr {
    font-family: 'NanumSquareRound', sans-serif !important;
}
/* ---------- Sub Page ---------- */
/* ment */
#ment {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 13px;
    color: #eee;
    background: #ccc;
    z-index: 90;
}

#ment h3 {
    display: block;
    float: left;
    margin-left: 10px;
    width: 210px;
    height: 47px;
    font-size: 20px;
    color: #fff;
    line-height: 47px;
}

#ment p {
    display: block;
    float: left;
    margin-left: 10px;
    height: 47px;
    font-size: 14px;
    color: #eee;
    line-height: 47px;
}

/* nav-left */
#nav-left {
    position: absolute;
    width: 210px;
    min-height: 700px;
    height: 100%;
    border-right: 1px solid #E0E0E0;
    box-shadow: 8px 0 16px #ddd;
    overflow: hidden;
    z-index: 80;
}

#nav-left ul {
    display: block;
    width: 170px;
    margin: 60px 0 0 10px;
}

#nav-left ul li {
    display: block;
}

#nav-left ul li a {
    display: block;
    margin: 10px 0;
    height: 32px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    border-bottom: 1px solid #d6d6d6;
}

#nav-left ul li a:hover {
    color: #87B02E;
}

#nav-left ul li div {
    display: none;
    height: 0px;
    padding: 0 0 5px 5px;
    overflow: hidden;
}

#nav-left ul li div a {
    display: block;
    margin: 0px;
    height: 22px;
    font-size: 12px;
    color: #666 !important;
    line-height: 22px;
    border: 0px none;
}

#nav-left ul li div a:hover {
    font-weight: bold;
    color: #86B12E !important;
    background: url(../images/common/icon_sub_curr.jpg) no-repeat right;
}

#nav-left .curr {
    display: block;
}

#nav-left .curr a {
    color: #fff;
}

#nav-left .holder {
    color: #86B12E;
}

#nav-left .holder a {
    color: #86B12E;
}

#left-banner {
    display: block;
    margin: 40px 0 0 10px;
    font-size: 13px;
    line-height: 160%;
    color: #666;
}

#left-banner img {
    max-width: 170px;
}


/* ---------- Content ---------- */

#content-view {
    /* float:right;width:710px; */
}

#content_div {
    /*width:1080px;*/
    margin: 0 auto;
    /* float:right;width:710px; */
}





/* [규칙] 
  이 프로젝트의 모든 CSS 선택자는 ID 선택자를 최상위로 사용하여 
  우선순위(Specificity) 점수 100점 이상을 확보한다.
  
  최상위 컨테이너 ID 정의:
  1. 전체 레이아웃 리셋/공통: #layout-body (body 태그에 부여 필요)
  2. 헤더 영역: #header
  3. 콘텐츠 영역: #content, #content-view, #content_div
  4. 서브 상단 배너: #subtop-wrapper
  5. 서브 네비게이션: #sub-lnb-wrapper
  6. 푸터 영역: #footer
*/

/* ==========================================================================
   Base & Reset (Scoped under #layout-body)
   ========================================================================== */
#layout-body * {
    -webkit-text-size-adjust: none;
}

#layout-body {
    font-size: 14px;
    line-height: 1.25em;
    color: #666;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: 'NanumSquareRound', sans-serif;
    -webkit-text-size-adjust: 100%;
}

/* 태그 초기화 */
#layout-body p,
#layout-body h1,
#layout-body h2,
#layout-body h3,
#layout-body h4,
#layout-body h5,
#layout-body h6,
#layout-body ul,
#layout-body ol,
#layout-body li,
#layout-body dl,
#layout-body dt,
#layout-body dd,
#layout-body table,
#layout-body th,
#layout-body td,
#layout-body form,
#layout-body fieldset,
#layout-body legend,
#layout-body input,
#layout-body textarea,
#layout-body button,
#layout-body select,
#layout-body div {
    margin: 0;
    padding: 0;
    font-family: 'NanumSquareRound', sans-serif;
    line-height: 140%;
}

#layout-body h1,
#layout-body h2,
#layout-body h3,
#layout-body h4,
#layout-body h5,
#layout-body h6 {
    font-weight: normal;
    font-size: 100%;
}

#layout-body ul,
#layout-body ol,
#layout-body li {
    list-style: none;
}

#layout-body fieldset,
#layout-body img {
    border: none;
}

#layout-body hr,
#layout-body button img {
    display: none;
}

#layout-body form,
#layout-body fieldset,
#layout-body legend,
#layout-body label {
    margin: 0;
    padding: 0;
}

#layout-body fieldset {
    border: 0 none;
}

#layout-body fieldset legend {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font: 0/0 Arial;
}

#layout-body em,
#layout-body address {
    font-style: normal;
}

#layout-body input,
#layout-body textarea,
#layout-body select,
#layout-body button,
#layout-body table {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: #666;
}

#layout-body label {
    cursor: pointer;
}

#layout-body img {
    vertical-align: middle;
    border-style: none;
}

/* Cross Browser Fixes */
#layout-body * html input {
    margin: -1px 0;
}

#layout-body *:first-child+html input {
    margin: -1px 0;
}

#layout-body input.checkbox {
    width: 13px;
    height: 13px;
    margin-top: -4px;
    vertical-align: middle;
}

/* Links */
#layout-body a {
    color: #666;
    text-decoration: none;
    outline: none;
}

#layout-body a:hover,
#layout-body a:active {
    color: #666;
    text-decoration: none;
    outline: none;
}

/* HTML5 Elements */
#layout-body address,
#layout-body article,
#layout-body aside,
#layout-body figure,
#layout-body footer,
#layout-body header,
#layout-body hgroup,
#layout-body menu,
#layout-body nav,
#layout-body section {
    display: block;
}

/* Common Classes */
#layout-body .clearfix {
    zoom: 1;
}

#layout-body .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#layout-body .inner {
    position: relative;
    width: 1138px;
    margin: 0 auto;
}

#layout-body .fs75 {
    font-size: .75em;
}

#layout-body .fs100 {
    font-size: 1em;
}

#layout-body .fl-l {
    display: block;
    width: auto;
    float: left;
}

#layout-body .fl-r {
    display: block;
    width: auto;
    float: right;
}

#layout-body .al-c {
    text-align: center;
}

#layout-body .fw-b {
    font-weight: bold;
}

/* ==========================================================================
   Header (#header - ID Already Top Level)
   ========================================================================== */
#header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 84px;
    border-bottom: 0px #87B02E solid;
    z-index: 1000;
}

#header #top_menu ul {
    position: absolute;
    top: 8px;
    right: 0;
}

#header #top_menu ul li {
    display: block;
    float: left;
    font-size: 11px;
    letter-spacing: -0.5px;
}

#header #top_menu ul li a {
    color: #999;
}

#header #top_menu ul li a:hover,
#header #top_menu ul li a:active {
    color: #999;
}

#header #top_menu ul li span {
    display: inline-block;
    padding: 0 7px;
    font-size: 10px;
    font-weight: normal;
    color: #aaa;
}

#header h2 {
    display: none;
}

#header #top-depth {
    display: none;
}

#header.scrolled {
    background-color: #FFFFFF;
    height: 90px;
}

/* Navigation inside Header */
#header #nav {
    display: block;
    width: auto;
    float: right;
    margin: 20px 0 0 0;
}

#header #nav ul li {
    display: block;
    float: left;
}

#header #nav ul li a {
    display: inline-block;
    height: 64px;
    font-size: 16px;
    color: #333;
    line-height: 64px;
}

#header #nav ul li a:hover,
#header #nav ul li a:active {
    color: #87B02E;
}

#header #nav .holder {
    color: #87B02E;
}

/* GNB Styles within Header */
#header .inner-header {
    position: relative;
    max-width: 100%;
    min-width: 1138px;
}

#header .inner-header:after {
    content: '';
    display: block;
    clear: both;
}

/* Logo - Scoped under #layout-body or #header if inside */
#layout-body .logo_h1 {
    display: block;
    float: left;
    margin: 12px 0 0 0;
}

#layout-body .logo_h1 a {
    display: inline-block;
    min-width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    letter-spacing: -1px;
}

#layout-body .logo_h1 a img {
    max-width: 200px;
    max-height: 55px;
}

/* ==========================================================================
   Sub Top Area (#subtop-wrapper)
   ========================================================================== */
#subtop-wrapper {
    /* 기존 .subtop 스타일 */
}

/* ==========================================================================
   Sub LNB Navigation (#sub-lnb-wrapper)
   ========================================================================== */
#sub-lnb-wrapper.sub_lnb_list {
    font-size: 1em;
    color: #333;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#sub-lnb-wrapper .inner:after {
    clear: both;
    display: block;
    content: "";
}

#sub-lnb-wrapper .sub_home {
    width: 50px;
    float: left;
    text-align: center;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}

#sub-lnb-wrapper .sub_home a {
    display: block;
    line-height: 50px;
    color: #000;
}

#sub-lnb-wrapper .sub_home i {
    display: block;
    line-height: 50px;
    color: #000;
    font-size: 1.2em;
}

#sub-lnb-wrapper .sub_lnb_dropdown {
    line-height: 49px;
    float: left;
    position: relative;
    min-width: 200px;
    border-right: 1px solid #c5c5c5;
}

#sub-lnb-wrapper .sub_lnb_dropdown a.select {
    display: block;
    font-weight: 400;
    color: #000;
    padding: 0 50px 0 20px;
    font-size: 1em;
	 font-family: 'NanumSquareRound', sans-serif !important;
}

#sub-lnb-wrapper .sub_lnb_dropdown a.select:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 20px;
    font-size: 15px;
    color: #000;
}

#sub-lnb-wrapper .sub_lnb_dropdown a.select.open:after {
    font-family: FontAwesome;
    content: "\f077";
    color: #000;
}

#sub-lnb-wrapper .sub_lnb_dropdown ul.sub_menu_list {
    position: absolute;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 10;
    left: 0;
    border: 1px solid #ddd;
}

#sub-lnb-wrapper .sub_lnb_dropdown ul.sub_menu_list li {
    line-height: 50px !important;
    height: 50px;
    text-indent: 15px;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
}

#sub-lnb-wrapper .sub_lnb_dropdown ul.sub_menu_list li a {
    display: block;
    text-align: left;
    height: 100%;
    line-height: 50px;
    font-size: .9em;
    padding-left: 0;
    color: #000 !important;
    font-family: 'NanumSquareRound', 'Noto Sans KR';
}

#sub-lnb-wrapper .sub_lnb_dropdown ul.sub_menu_list li a:hover {
    background: #c3c3c3;
    transition: all .4s ease;
}

#sub-lnb-wrapper .sub_lnb_dropdown ul.sub_menu_list .curr {
    background: #ddd;
}

/* ==========================================================================
   Content Area (#content, #content-view, #content_div)
   ========================================================================== */
#content {
    position: relative;

}

/* Sub Title Section inside #content-view */
#content-view .sub-title {
    display: block;
    margin-top: 40px;
    height: 80px;
    border-bottom: 0px #d6d6d6 solid;
}

#content-view .sub-title .sub-title-overimg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    width: 550px;
    height: 360px;
    z-index: 1;
}

#content-view .sub-title .sub-title-overimg.overimg-1 {
    background-image: url(../images/common/subtitle_1.png);
    top: -60px !important;
}

#content-view .sub-title h2,
#content-view .sub-title h1 {
    display: block;
    font-size:38px;
    color: #939393;
    font-weight: 700;
	font-family: 'NanumSquareRound', sans-serif !important;
}

#content-view .sub-title p.msg1 {
    padding-top: 19px;
    font-size: 14px;
    color: #50504f;
    line-height: 29px;
}

#content-view .sub-title p.msg1 .engword {
    color: #000000;
}

#content-view .sub-title h4 {
    padding-top: 26px;
    font-size: 36px;
    color: #B7B7B7;
    font-weight: 400;
    text-transform: uppercase;
}

#content-view .sub-title .depth {
    display: block;
    margin-top: 20px;
    float: right;
    font-size: 14px;
    color: #b9b9b9;
}

#content-view .sub-title .depth a {
    color: #b9b9b9;
}

/* Content Div */
#content_div {
    margin: 0 auto;
}

/* Page Specific Styles (Scoped under #content or #layout-body) */
#content .page03 {
    width: 100%;
   

    position: relative;
}

#content .page03 .page03_bg {
    position: absolute;
    background-image: url(../images/common/bg_page03.jpg);
    width: 100%;
    height: calc(100%);
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

#content .page03 .page03_content {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}



/* ==========================================================================
   Submenu Navigation (#submenu-nav-top, #submenu-nav-bottom)
   ========================================================================== */
/* Top Nav */
#submenu-nav-top.submenu_top_nav {
    text-align: center;
}

#submenu-nav-top a {
    text-decoration: none;
    color: #000;
    display: block;
    transition: .3s background-color;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

#submenu-nav-top li {
    font-family: 'NanumSquareRound', 'Noto Sans KR';
    font-size: 1.1em;
    line-height: 40px;
    height: 60px;
    position: unset;
    display: inline-block;
}

#submenu-nav-top a:hover,
#submenu-nav-top a.curr {
    background-color: #929292;
    color: #fff;
    cursor: default;
}

#submenu-nav-top .submenu-button {
    color: #262626;
    font-family: inherit;
    transition: all .3s ease;
    font-size: 1.1em;
    background: #f3f4f7;
    border-radius: 10px;
}

#submenu-nav-top .submenu-button:hover {
    background: #000;
    color: #fff;
}

/* Bottom Nav */
#submenu-nav-bottom.submenu_top_nav2 {
    text-align: center;
    padding-bottom: 30px;
}

#submenu-nav-bottom a {
    text-decoration: none;
    color: #000;
    display: block;
    transition: .3s background-color;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

#submenu-nav-bottom li {
    font-size: 1.1em;
    line-height: 40px;
    height: 50px;
    position: unset;
}

#submenu-nav-bottom a:hover,
#submenu-nav-bottom a.curr {
    background-color: #929292;
    color: #fff;
    cursor: default;
}

#submenu-nav-bottom .submenu-button2 {
    color: #262626;
    font-family: inherit;
    transition: all .3s ease;
    font-size: 1.1em;
    background: #f3f4f7;
    border-radius: 10px;
}

#submenu-nav-bottom .submenu-button2:hover {
    background: #000;
    color: #fff;
}

/* Media Queries for Submenu */
@media screen and (min-width:600px) {
    #submenu-nav-top li {
        height: 70px;
        line-height: 50px;
        font-size: 1.1em;
        display: inline-block;
        margin-right: -4px;
    }

    #submenu-nav-bottom li {
        height: 70px;
        line-height: 35px;
        font-size: 1.1em;
        display: inline-block;
        margin-right: -4px;
    }
}

/* ==========================================================================
   Footer (#footer - ID Already Top Level)
   ========================================================================== */
#footer {
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 0px none;
    z-index: 1;
    overflow: hidden;
    padding-top: 50px;
}

#footer #footer-menu {
    display: block;
    width: 100%;
    height: 40px;
    padding-top: 7px;
}

#footer #footer-menu ul {
    display: block;
    margin-right: 5px;
    float: right;
}

#footer #footer-menu ul li {
    display: block;
    float: left;
}

#footer #footer-menu ul li a {
    display: block;
    padding: 0 0px 0 0px;
    height: 40px;
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    font-weight: bold;
    font-family: NanumSquareRound;
}

#footer #footer-menu ul li a.curr {
    font-weight: bold;
}

#footer #footer-menu ul li:not(:last-child) a:after {
    content: '/';
    padding: 0px 13px;
    position: relative;
    font-weight: bold;
}

#footer .copyright_wrap {
    position: relative;
    height: 140px;
}

#footer #footer-logo {
    display: block;
    top: 30px;
    left: 25px;
    min-width: 160px;
    height: 45px;
    font-size: 28px;
    font-weight: bold;
    color: #cfcfcf;
    line-height: 45px;
}

#footer #footer-logo img {
    vertical-align: middle;
}

#footer #copyright {
    display: block;
    margin: 0 0 0 300px;
    padding: 10px 0 25px 0;
    font-size: 12px;
    color: #b2b2b2;
    line-height: 1.4em;
}

#footer #copyright .phoneinfo {
    font-size: 30px;
    font-family: 'NanumSquareRound', sans-serif;
    font-weight: 800;
    color: #000000;
}

#footer #copyright .addrinfo {
    margin-top: 20px;
    font-family: 'NanumSquareRound', sans-serif;
    color: #999999;
}

#footer #copyright a {
    color: #dcdcdc;
}































/* a-style */
a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active {
    color: #666;
    text-decoration: none;
    outline: none;
}

/* layout */
.inner {
    position: relative;
    /*width:970px;*/
    width: 1138px;
    margin: 0 auto;
}

#wrap.wrap_bg {
    padding-top: 100px;
    background-image: url(../images/common/header_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}


#wrap.wrap_bg.wrap_bg-3 {
    background-image: url(../images/common/header_bg_3.jpg);
}

/* ---------- Header ---------- */
#header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 84px;
    border-bottom: 0px #87B02E solid;
    /* background:#fff; */
    z-index: 1000;
    /* box-shadow:0 4px 4px #999; */
}

#header #top_menu ul {
    position: absolute;
    top: 8px;
    right: 0;
}

#header #top_menu ul li {
    display: block;
    float: left;
    font-size: 11px;
    letter-spacing: -0.5px;
}

#header #top_menu ul li a {
    color: #999;
}

#header #top_menu ul li a:hover,
#header #top_menu ul li a:active {
    color: #999;
}

#header #top_menu ul li span {
    display: inline-block;
    padding: 0 7px;
    font-size: 10px;
    font-weight: normal;
    color: #aaa;
}

#header h2 {
    display: none;
}

#header #top-depth {
    display: none;
}

#header.scrolled {
    background-color: #FFFFFF;
    height: 90px;
}

/* nav */
#nav {
    display: block;
    width: auto;
    float: right;
    margin: 20px 0 0 0;
}

#nav ul {}

#nav ul li {
    display: block;
    float: left;
    /*width:125px;*/
}

#nav ul li a {
    display: inline-block;
    height: 64px;
    font-size: 16px;
    color: #333;
    line-height: 64px;
}

#nav ul li a:hover,
#nav ul li a:active {
    color: #87B02E;
}

#nav ul li a span {
    display: none;
}

#nav .holder {
    color: #87B02E;
}

#nav .last {
    width: 90px;
}

#nav .empty_menu {
    display: none;
}

/* nav-sub */
#nav-sub {
    display: none;
    position: absolute;
    width: 100%;
    height: 0px;
    overflow: hidden;
    border-bottom: 3px #87B02E solid;
    background: #fff;
    box-shadow: 0 4px 4px #aaa;
    top: 0px;
    padding-top: 80px;
}

#nav-sub #nav-img {
    display: block;
    float: left;
}

#nav-sub #nav-sub-holder {
    display: block;
    width: auto;
    float: right;
}

#nav-sub ul {
    display: block;
    float: left;
    margin: 0 0 0 5px;
    width: 121px;
    height: 150px;
}

#nav-sub ul li {
    display: block;
    margin: 0 0 10px 0;
}

#nav-sub ul li a {
    font-size: 14px;
    color: #777;
    letter-spacing: -1px;
}

#nav-sub ul li a:hover,
#nav-sub ul li a:active {
    font-weight: bold;
    color: #87B02E;
}

#nav-sub .first {
    margin: 25px 0 0 0;
}

#nav-sub .last {
    width: 85px;
}

#nav-sub .close-btn {
    display: block;
    position: absolute;
    right: -70px;
    bottom: 0;
    cursor: pointer;
}

/* nav-mobile */
#nav-mobile {
    display: none;
}

#nav-mobile .empty_menu {
    display: none;
}



















/* ��� ����� GNB STYLE START*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.light_box {
    position: fixed;
    display: none;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear
}

.light_box.show {
    display: block;
    visibility: visible;
    opacity: 1
}

.mobile_top_btna {
    position: absolute;
    display: none;
    width: 28px;
    top: 50%;
    margin-top: -13px;
    right: 20px;
    /*padding-top: 9px;*/
}

.header.mobileMenuDir_left .mobile_top_btna {
    right: auto;
    left: 20px
}

.mobile_top_btna>.lines {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 0;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    vertical-align: middle
}

.mobile_top_btna>.lines:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 8px;
    width: 28px;
    height: 3px;
    background-color: #333;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease
}

.mobile_top_btna>.lines:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: -8px;
    width: 28px;
    height: 3px;
    background-color: #333;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease
}

.mobileMenu_style1 {
    position: fixed;
    display: block;
    width: 230px;
    height: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-x: hidden;
    z-index: 3000;
    -webkit-transition: transform .4s linear, visibility .4s linear;
    transition: transform .4s linear, visibility .4s linear
}

.mobileMenu_style1.right {
    visibility: hidden;
    right: 0;
    box-shadow: -3px 0 12px rgba(0, 0, 0, .15);
    -ms-transform: translateX(315px);
    transform: translateX(315px)
}

.mobileMenu_style1.right.show {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobileMenu_style1 .wrapper {
    height: calc(100vh - 110px);
    overflow-y: auto
}

.mobileMenu_style1 .mobileMenu_top_content>li>a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-weight: 400
}

.mobileMenu_style1 .mobileMenu_top_content>li {
    padding: 3px 8px
}

.mobileMenu_style1 .mobileMenu_top_content>li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, .5)
}

.mobileMenu_style1 .mobileMenu_top_content>li:first-child:before {
    display: none
}

.mobileMenu_style1 .mobileMenu_top {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    background: #red;
    position: relative;
    height: 75px
}

.mobileMenu_style1 .mobileMenu_top .close {
    color: #444;
    position: absolute;
    width: 34px;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    font-size: 25px
}

.mobileMenu_style1 .mobileMenu_top .mobileMenu_top_content {
    display: table-cell;
    vertical-align: middle
}

.mobileMenu_style1 .mobileMenu_top .mobileMenu_top_content>li {
    position: relative;
    float: left;
    padding-top: 0;
    padding-bottom: 0
}

.mobileMenu_style1 .mobileMenu_top .mobileMenu_top_content>li:first-child {
    padding-left: 18px
}

.mobileMenu_style1 .mobileMenu_top .mobileMenu_top_content>li>a {
    line-height: 46px;
    font-size: 1em
}

.mobileMenu_style1 .mobileMenu_top .mobileMenu_top_content>li>a:hover {
    text-decoration: underline
}

.mobileMenu_style1 .mobile_menu_content {
    padding: 0 0
}

.mobileMenu_style1 .mobile_menu_content .navclass>li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden
}

.mobileMenu_style1 .mobile_menu_content .navclass>li>a {
    display: block;
    width: 195px;
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    color: #444;
    padding: 11px 0 11px 0
}

.mobileMenu_style1 .mobile_menu_content .navclass>li>button>i {
    font-size: 1.4em !important
}

.mobileMenu_style1 .mobile_menu_content .navclass>li>.mobile_sublink_button {
    position: absolute;
    display: block;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: 0;
    background: 0 0
}

.mobileMenu_style1 .mobile_menu_content .navclass>li.open>.mobile_sublink_button {
    background-position: 0 -20px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobileMenu_style1 .mobile_menu_content .navclass>li>.mobile_sub_nvi {
    display: none;
    border-top: 1px solid #ddd
}

.mobileMenu_style1 .mobile_menu_content .navclass>li .mobile_sub_nvi {
    padding: 6px 15px
}

.mobileMenu_style1 .mobile_menu_content .navclass>li .mobile_sub_nvi a {
    display: block;
    font-size: 1.1em;
    color: #555;
    padding: 5px 0
}

.mobileMenu_style1 .mobile_menu_content .navclass>li .mobile_sub_nvi ul li.att a {
    color: #da291c;
    vtext-decoration: underline;
    border-bottom: 1px solid #ddd
}

@media (max-width:940px) {
    .branding {
        display: block
    }

    .mobile_top_btna {
        display: block
    }
}

@media (max-width:480px) {
    .mobileMenu_style1 .mobileMenu_top {
        height: 65px
    }
}

@media all and (min-width:940px) and (max-width:1150px) {
    .inner {
        position: relative;
        width: 900px;
        margin: 0 auto
    }
}

/* ��� ����� GNB STYLE END*/

/* ��� GNB STYLE START*/
#header {
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 101px
}

#header .inner-header {
    position: relative;
    max-width: 100%;
    min-width: 1138px
}

#header .inner-header:after {
    content: '';
    display: block;
    clear: both
}

#logo a {
    display: inline-block;
    min-width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 26px;
    font-weight: 700;
    color: #343434;
    text-align: left;
    letter-spacing: -1px
}

#logo img {
width: 230px;
vertical-align: middle;
}


#logo {
    display: block;
    position: relative;
    left: -665px;
    
    z-index: 1;
    height: 0;
    /*aa*/
    top: 8px !important;
}

#gnb_top {
    -webkit-transition: all .2s;
    transition: all .2s
}

#gnb_top {
    position: relative;
    text-align: center;
    height: 101px;
    margin: 0 -40px;
    background-color: #fff;
    padding-left: 420px;
    -webkit-transition: all .2s;
    transition: all .2s
}

#gnb_top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    /*border-top:1px solid #e5e5e5*/
}

#gnb_top>ul {
    font-size: 0
}

#gnb_top>ul>li {
    display: inline-block;
    position: relative;
    padding: 30px 10px;
    width: 130px;
    /* GNB����*/
    background: #fff
}

#gnb_top>ul>li>a {
    color: #000;
    display: block;
    font-size: 15px;
    color: #444;
    line-height: 40px;
    -webkit-transition: color .2s;
    transition: color .2s;
	 font-family: 'NanumSquareRound', sans-serif !important;
}

#gnb_top>ul>li ul {
    position: absolute;
    width: 100%;
    /*background:#fff;*/
    top: -1000px;
    left: 0;
    opacity: 0;
    padding: 30px 0 40px;
    /* GNB���꿩��� */
    text-align: center;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

#gnb_top>ul>li ul li {
    position: relative;
    font-size: 0
}

#gnb_top>ul>li ul li~li {
    margin-top: 3px;
    /* GUB 2�� ���� */
}

#gnb_top>ul>li ul li a {
    font-size: 13px;
    color: #777;
    line-height: 30px;
	 font-family: 'NanumSquareRound', sans-serif !important;
}

#gnb_top.active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05)
}

#gnb_top.active>ul>li>ul {
    top: calc(100% - 20px);
    opacity: 1
}

#gnb_top.active {
    background-color: #fff !important
}

#gnb_top.active>ul>li>a {
    color: #444
}

#header #gnb_top {
    background-color: transparent
}

#header #gnb_top:before {
    border-color: transparent
}

#header #gnb_top.active:before {
    /*border-color:#e5e5e5;*/
    -webkit-transition: color .2s .3s;
    transition: color .2s .3s
}

#header #gnb_top>ul>li {
    background: 0 0
}

#nav_img {
    display: none
}

#nav_img.active {
    display: block;
    margin-left: -1307px;
    margin-top: 10px
}

#header #nav_top_menu {
    display: block;
    position: relative;
    top: 4px;
    z-index: 1;
    height: 0;
    left: 300px;
	 font-family: 'NanumSquareRound', sans-serif !important;
}



#header #nav_top_menu>ul>li {
    display: inline-block;
    position: relative;
    font-size: .8em;
}

#header #nav_top_menu>ul>li>a {
    color: #999
}

#header #nav_top_menu>ul>li>a:hover,
#nav_top_menu>ul>li>a:active {
    color: #999
}

#header #nav_top_menu>ul>li>span {
    display: inline-block;
    padding: 0 7px;
    font-size: .6em;
    font-weight: 400;
    color: #aaa
}

@media (max-width:940px) {
    #gnb_top {
        display: none;
    }

    #header {
        height: 66px;
    }
}

@media all and (min-width:940px) and (max-width:1150px) {
    #gnb_top {
        padding-left: 10px
    }

    #logo {
        left: -460px
    }

    #nav_img.active {
        margin-left: -957px
    }

    #header #nav_top_menu {
        left: 309px
            /*����Ʈ��*/
    }

    #gnb_top>ul>li {
        padding: 30px 0px;
        width: 125px;
        /* GNB����*/
    }
}

.sub-item-content ol li.title {
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #999;
}

.sub-item-content .title a {
    color: #f5f5f5;
}

.sub-item-content ol li {
    display: block;
    padding: 5px 8px;
}

.sub-item-content ol li.title {
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    font-size: .8em;
    font-weight: bold;
    color: #fff;
    background: #3c6087;
    font-size: 14px;
    border-radius: 5px;
}

.sub-item-content ol {
    display: block;
    float: left;
    margin: 0 2% 30px 0;
    width: 100%;
    list-style: none;
}