﻿/* CSS Document */
@charset "utf-8";

/* Default */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-family:'Noto Sans KR', sans-serif;
    color:#757575;
}

img{
    border:0;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
    padding:0;
    margin:0;
}

li{
    list-style:none;
    padding:0;
    margin:0;
}

p{
    margin:0;
}

h1, h2, h3{
    padding:0;
    margin:0;
}

/* Common */
#wrap{
    width:100%;
    overflow: hidden;
}

#header{
    width:100%;
    padding:30px 0;
}

#content{}
#footer{
    clear:both;
    font-size:15px;
    color:#919191;
    line-height:22px;    
}

/* header */
.header_inner{
    width:1480px;
    margin:0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.lnb{
    text-align:right;
    padding:10px 0;
}

.lnb li{
    display:inline-block;
    font-size:13px;
    color:#515151;
}

.lnb li a:link, .lnb li a:hover, .lnb li a:visited{
    color:#515151;
    text-decoration: none;
}

.logo{
    width:200px;
    float:left;
}

.logo h1{
    visibility:hidden;
    font-size: 18px;
    color:#828282;
    text-align:center;
}

.logo h1 a:link{
    color:#404040;
    font-weight: normal;
}

/*.logo h1 img{
    max-width:220px;
}*/

.gnb{
    width:1280px;
    float:left;
}

.gnb li{
    width:12%;
    display:inline-block;
    text-align:center;
    font-size:18px;
    font-weight: 500;
    color:#404040;
}

.gnb li a:link, .gnb li a:hover, .gnb li a:visited{
    color:#404040;
    padding:25px 30px;
    font-weight: 500;
    text-decoration: none;
}

/*.gnb ul{
    width:70%;
    margin:0 auto;
}*/

/* content */
.content_inner{
    width:1480px;
    margin:0 auto;
}

.sub_section{
    overflow:hidden;
    border-left:1px solid #d8d8d8;    
    margin-top:20px;
}

.left_menu{
    width:238px;
    float:left;
}

.sub_cont{
    width:1040px;
    float:left;
    min-height:800px;
    border-left:1px solid #d8d8d8;
    box-sizing:border-box;
    padding:20px 0 0 30px;
}

.sub_cont h4{
    font-size:23px;
    color:#404040;
    font-weight:normal;
    border-bottom:1px solid #d0d0d0;
    padding-bottom:13px;
    margin:0;
}

/* left menu */
.left_menu h3{
    margin-top:0px;
    font-size:25px;
    font-weight:600;    
    background-color:#2391c5;
    padding:100px 20px 20px 20px;
}

.left_menu h3 span{
    display:block;
    color:#fff;
    line-height:30px;
}

.en_menu{
    font-size:18px;
    font-weight:normal;
}

.left_menu ul{
    padding:20px;
}

.left_menu li{
    font-size:18px;
    color:#404040;
    padding:8px 0;
}

.left_menu li a:link, .left_menu li a:hover, .left_menu li a:visited{
    color:#404040;
}

/* footer */
.footer_gray{
    background-color:#a7a7a7;
    color:#fff;
    padding:30px 0 0 0;
    overflow: hidden;
}

.footer_info{
    overflow:hidden;
}

.terms{
    text-align: center;
}

.terms ul li{
    display: inline-block;
    font-size:16px;
    font-weight:400;
}

.terms ul li a:link, .terms ul li a:visited, .terms ul li a:link, .terms ul li a:hover{
    color:#fff;
}

.bar{
    padding:0 30px;
}

.footer_inner{
    width:1480px;
    margin:0 auto;
}

.foot_logo{
    width:570px;
    float:left;
    letter-spacing: -1px;
    padding:30px 100px;
    box-sizing: border-box;
    
}

.company{
    font-size:25px;
    font-weight: 600;
    margin:20px 0;
}

.company_info{
    font-size:16px;
    font-weight: 400;
}

.company_info p{
    line-height:26px;
}

.contact{
    width:390px;
    float:left;
    padding:50px 96px;
    box-sizing: border-box;    
    
}

.contact h3{
    font-size:18px;
    font-weight:500;
    margin-bottom:20px;
}

.contact p{
    line-height:26px;
}

.privacy{
    width:520px;
    float:left;
    padding:50px 96px;
    box-sizing: border-box;
}

.privacy h3{
    font-size:18px;
    font-weight:500;
    margin-bottom:20px;
}

.copyright{
    background-color:#515151;
    color:#fff;
    text-align: center;
    font-size: 15px;
    font-weight:300;
    padding:13px 0;
}