@charset "utf-8";

/* =========================================
   Common Reset
   ========================================= */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
body, html {
    width: 100%;
    height: 100%;
}
body, input, textarea, select, button, table {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
img, fieldset, button { border: 0; }
ul, ol { list-style: none; }
em, address { font-style: normal; }
a { text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: none; }
.blind { overflow: hidden; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 0; line-height: 0; }
.clear { clear: both; }
.content img { max-width: 100%; height: auto; }

/* =========================================
   Layout Container
   ========================================= */
.container {
    min-width: 320px;
    background-color: #fff;
}

/* =========================================
   Header
   ========================================= */
.header_wrap {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header {
    position: relative;
    z-index: 2;
    width: 1200px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    zoom: 1;
}
.header:after {
    display: block;
    clear: both;
    content: '';
}
.header > h1.logo-item {
    float: left;
    padding: 20px 0;
    margin-right: 32px;
    line-height: 60px;
}
.header > h1.logo-item img {
    vertical-align: middle;
    max-height: 40px;
}
.header > h1.logo-item a {
    display: block;
}

/* Body offset for fixed header */
.container.fixed_header {
    padding-top: 100px;
}

/* =========================================
   GNB Navigation
   ========================================= */
.gnb {
    float: right;
    position: relative;
    z-index: 1;
    max-width: 742px;
    height: 100%;
    font-size: 13px;
}
.gnb a {
    text-decoration: none;
    white-space: nowrap;
}
.gnb > ul > li {
    float: left;
    position: relative;
    text-align: left;
}
.gnb > ul:after {
    display: block;
    clear: both;
    content: '';
}
.gnb > ul > li > a {
    display: block;
    position: relative;
    padding: 0 20px;
    line-height: 100px;
    font-size: 15px;
    font-weight: 700;
    color: #888;
}
.gnb > ul > li > a:hover,
.gnb > ul > li > a:focus,
.gnb > ul > li.on > a {
    color: #444;
}

/* Dropdown */
.gnb > ul .depth2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 8px 0;
    background-color: #333;
}
.gnb > ul > li:hover > .depth2 {
    display: block;
}
.gnb > ul .depth2 > li {
    position: relative;
}
.gnb > ul .depth2:after {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #cda25a;
    content: '';
}
.gnb > ul .depth2 a {
    display: block;
    position: relative;
    min-width: 170px;
    height: 40px;
    padding: 0 30px 0 20px;
    line-height: 40px;
    font-size: 13px;
    color: #9d9d9d;
}
.gnb > ul .depth2 a:hover,
.gnb > ul .depth2 a:active,
.gnb > ul .depth2 a:focus {
    color: #cda25a;
}

/* Mobile menu button */
.gnb #mobile_menu_btn {
    display: none;
}

/* =========================================
   Footer
   ========================================= */
.footer {
    border-top: 1px solid #e4e4e4;
    border-bottom: 3px solid #cda25a;
    background-color: #f1f1f1;
}
.footer .f_info_area {
    overflow: hidden;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 48px 20px 40px;
}
.footer .f_info {
    float: left;
    width: 30%;
}
.footer .f_logo {
    margin-bottom: 14px;
}
.footer .f_logo img {
    max-width: 120px;
}
.footer .sub_desc {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}
.footer .f_info2 {
    float: right;
    width: 65%;
}
.footer .site_map > ul {
    overflow: hidden;
    zoom: 1;
}
.footer .site_map > ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}
.footer .site_map > ul li:first-child,
.footer .site_map > ul li.clear {
    clear: left;
}
.footer .site_map > ul li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    line-height: 1.5;
    padding: 4px 0;
}
.footer .site_map > ul li a:hover {
    color: #333;
}
.footer .site_map > ul ul {
    padding-top: 2px;
}
.footer .site_map > ul ul li {
    float: none;
    width: auto;
    margin-bottom: 0;
}
.footer .site_map > ul ul a {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 2;
}
.footer .site_map > ul ul a:hover {
    color: #cda25a;
}
.footer .f_cr_area {
    padding: 19px;
    background-color: #555;
}

/* =========================================
   Page Content Body
   ========================================= */
.body {
    position: relative;
    padding: 30px 0;
}
.body.fixed-width {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}

/* =========================================
   Mobile Responsive
   ========================================= */
@media only screen and (max-width: 1024px) {
    .header {
        width: 100%;
        padding: 0 15px;
    }
    .header > h1.logo-item {
        margin-right: 0;
    }
    .gnb {
        display: none;
        float: none;
        clear: both;
        max-width: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border-bottom: 1px solid #e1e1e1;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .gnb.open {
        display: block;
    }
    .gnb > ul > li {
        float: none;
    }
    .gnb > ul > li > a {
        line-height: 50px;
        padding: 0 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    .gnb > ul .depth2 {
        display: none;
        position: static;
        background-color: #f9f9f9;
        padding: 0;
    }
    .gnb > ul > li:hover > .depth2,
    .gnb > ul > li.open > .depth2 {
        display: block;
    }
    .gnb > ul .depth2:after {
        display: none;
    }
    .gnb > ul .depth2 a {
        color: #666;
        padding-left: 40px;
    }
    .gnb #mobile_menu_btn {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10;
    }
    .gnb .menu_btn {
        width: 30px;
        height: 30px;
        position: relative;
    }
    .gnb .menu_btn .menu_bar {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
    }
    .gnb .menu_btn .menu_bar div {
        width: 100%;
        height: 2px;
        background-color: #888;
        transition: all 0.3s ease;
    }
    .gnb .menu_btn .menu_bar div.btn1 { margin-bottom: 6px; }
    .gnb .menu_btn .menu_bar div.btn2 { margin-bottom: 6px; }
    .gnb .menu_btn .menu_bar div.btn3 { }
    .gnb .menu_btn.opened .menu_bar div.btn1 {
        transform: rotate(45deg) translate(3px, 6px);
    }
    .gnb .menu_btn.opened .menu_bar div.btn2 {
        opacity: 0;
    }
    .gnb .menu_btn.opened .menu_bar div.btn3 {
        transform: rotate(-45deg) translate(3px, -6px);
    }

    .container.fixed_header {
        padding-top: 70px;
    }
    .header > h1.logo-item {
        padding: 10px 0;
        line-height: 50px;
    }

    .footer .f_info_area {
        width: 100%;
        padding: 30px 20px;
    }
    .footer .f_info {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .f_info2 {
        float: none;
        width: 100%;
    }
    .footer .site_map > ul li {
        width: 50%;
    }

    .body.fixed-width {
        width: 100%;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .footer .site_map > ul li {
        width: 100%;
    }
}
