@charset 'utf-8';

/* ===================================================================
    * Theme Company 001 Style
    * Last Edit : 2017. 12. 04
    =================================================================== */

/* Theme Common Style
    =================================================================== */
body {
}
a {
    color: #212121;
}
#tCompany001 {
    position: relative;
    font-family: ‘Noto Sans KR’, sans-serif;
    font-size: 14px; /* 기본 폰트 사이즈 */
    color: #212121; /* 기본 폰트 사이즈 */
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
#tCompany001 .container {
    max-width: 1280px; /* 사이트 최대 가로폭 */
    margin: 0 auto;
}
.tempTitle {
    font-size: 18px;
}

/* Popup Style
    =================================================================== */
#addPopupArea {
    display: none;
    padding: 10px;
    background-color: #e9e9e9;
    transition: all 0.2s;
    text-align: center;
}
#addPopupArea .addPopupAreaMSG {
    display: block;
    width: 100%;
    line-height: 80px;
    font-size: 18px;
    font-weight: 100;
    border: 1px dotted #818181;
    box-sizing: border-box;
}

/* Header Style
    =================================================================== */
.themeHeader {
    height: 50px;
}
.themeHeader .container {
    position: relative;
}
.themeHeader .logo {
    position: absolute;
    top: 9px;
    left: 15px;
}
.themeHeader .logo a {
    display: block;
}
.themeHeader .logo a img {
    height: 32px;
}
.themeHeader #nav {
    display: none;
    position: relative;
    top: 50px;
}
.themeHeader .lnb {
    width: 100%;
    text-align: center;
}
.themeHeader .lnb li {
    background-color: #56C351;
    border-bottom: 1px dotted #d4f5d2;
}
.themeHeader .lnb li:last-child {
    border-bottom: 0;
}
.themeHeader .lnb li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
#nav-icon {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #818181;
    border-radius: 2px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) { top: 0px; }
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) { top: 6px; }
#nav-icon span:nth-child(4) { top: 12px; }
#nav-icon.open span:nth-child(1) {
    top: 6px;
    left: 50%;
    width: 0%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 18px;
    left: 50%;
    width: 0%;
}
@media all and (min-width: 768px) {
    .themeHeader #nav {
        display: block;
        top: 0;
    }
    #nav-icon {
        display: none;
    }
    .themeHeader .lnb {
        width: auto;
        float: right;
        margin-right: 15px;
    }
    .themeHeader .lnb li {
        background-color: transparent;
        border-bottom: 0;
        display: inline-block;
    }
    .themeHeader .lnb li a {
        padding: 0 12px;
        font-size: 12px;
        line-height: 50px;
        color: #414141;
    }
}
@media all and (min-width: 1024px) {
    .themeHeader {
        overflow: hidden;
        height: 60px;
    }
    .themeHeader .logo {
        float: left;
        left: 30px;
    }
    .themeHeader .logo a img {
        height: auto;
    }
    .themeHeader .lnb {
        width: auto;
        float: right;
        margin-right: 30px;
    }
    .themeHeader .lnb li a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 60px;
    }
}

/* Menu 
    =================================================================== */
.nav-up, .nav-down {
    position: fixed;
}

/* Footer Style
    =================================================================== */
.themeFooter {
    overflow: hidden;
    padding: 30px 5vw 60px;
    background-color: #414141;
    color: #e1e1e1;
}
.themeFooter .footerAddress li {
    display: inline-block;
    line-height: 24px;
    margin-right: 15px;
    font-size: 13px;
}
.themeFooter .footerAddress strong {
    text-transform: uppercase;
}
.themeFooter .copyright {
    position: absolute;
    bottom: 30px;
    right: 5vw;
    font-size: 11px;
    font-style: italic;
}

/* 넷키 문의 따라다니는 배너
    =================================================================== */
.netkeyContact {
    display: none;
    position: fixed;
    top: 90px;
    right: 0;
    padding: 25px 15px 25px 20px;
    border-radius: 15px 0 0 15px;
    border: 2px solid #56C351;
    border-right: 0;
    background-color: #fff;
    color: #56C351;
    text-align: center;
    transition: all 0.2s;
    z-index: 3;
}
.netkeyContact:hover {
    background-color: #56C351;
    color: #fff;
    border: 2px solid #d4f5d2;
    border-right: 0;
}
.netkeyContact i {
    font-size: 32px;
}
.netkeyContact h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
}
.netkeyContact span {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    transition: all 0.2s;
}
.netkeyContact:hover span {
    color: #fff;
}
@media all and (min-width: 768px) {
    .netkeyContact {
        display: block;
    }
}