*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color:inherit;
}

#wrap{
    width: 100%;
}

#header{
    width: 100%;
    height: 150px;
    margin: auto;
}
#header_top{
    width: 1380px;
    height: 90px;
    margin: auto;
}
.logo{
    width: 300px;
    height: 90px;
    padding: 20px;
    float: left;
    margin-left: 20px;
}
.ht_menu{
    float: right;
    width: 480px;
    height: 90px;
    margin-right: 30px;
    display: inline
}
.ht_menu>li{
    position: relative;
    width: 120px;
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    font-size: 22px;
}
.ht_menu>li a:hover{
    color: gray;
}
.sub{
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    background: white;
    z-index: 10;
    border-top: 1px solid gray;
    display: none;
}
.sub>li{
    width: 120px;
    height: 40px;
    line-height: 40px;
    z-index: 200;
    float: left;
    background: white;
    font-size: 15px;
    transition: all 0.4s;
    color: black;
    font-weight: normal;
}
.sub>li:hover{
    background: lightgray;
    /*color: white;*/
}
.first{
    position: absolute;
    left: -1132px;
    width: 1362px;
    padding-left: 1132px;
}
.end{
    position: absolute;
    width: 411px;
    padding-right: 201px;
}    
.sub li.white:hover{
    background: white;
}
#header_bottom{
    width: 100%;
    height: 60px;
    background: #0f0083;
    margin: auto;
}
.header_bottom{
    width: 1380px;
    height: 60px;
    background: #0f0083;
    margin: auto;
}
.hb_menu{
    width: 1380px;
}
#header_bottom li{
    width: 230px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.hb_border{
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#top_img{
    width: 100%;
    height: 300px;
    background: #14131b;
}
.top_img{
    width: 1380px;
    height: 300px;
    margin: auto;
}
#contents{
    width: 100%; 
}
.contents{
    width: 1380px;
    margin: auto;
}


.left{
    width: 250px;
    height: 700px;
    padding: 25px;
    float: left;
}
.left p{
    font-size: 23px;
    padding-bottom: 10px;
    text-align: left;
}
.left li{
    width: 200px;
    height: 50px;
    background: white;
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}
.left li:hover{
    background: #07003e;
    color: white;
}
.leftli1{
    border-top:2px solid black;
    border-bottom: 2px dashed black;
}
.leftli2{
    border-bottom: 2px dashed black;
}
.leftli3{
    border-bottom: 2px solid black;
}
.right{
    position: relative;
    padding-top: 20px;
    width: 1130px;
    float: left;
}
.right h1{
    text-align: left;
    padding-left: 100px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.righthr{
    width: 800px;
    margin-left: 100px;
    border: 2px solid black;
}
.righttb{
    width: 800px;
    height: 200px;
    border-collapse: collapse;
    border: none;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    margin-top: 10px;
    margin-left: 100px;
    margin-bottom: 20px;
}
.righttb td{/*
    width: 800px;
    height: 40px;*/
    border-bottom: 1px solid gray;
}
.tbl{
    width: 250px;
    border-right: 1px solid lightgray;
    background: #e5e5e5;
    padding-left: 20px;
}
.righttb td.tbr{
    text-align: left;
    padding-left: 20px;
}
.mapframe {
    width: 800px;
    height: 500px;
    border: 1px solid gray;
    padding: 3px;
    margin-left: 100px;
    margin-bottom: 20px;
}
.red{
    color: red;
}
#tel {
    width: 100%;
    height: 300px;
    background: #212a41;
    float: left;
}
.tel{
    width: 1380px;
    height: 300px;
    margin: auto;
}

#footer{
    width: 100%;
    height: 150px;
    background: #07003e;
    float: left;
}
.footer{
    width: 1380px;
    height: 150px;
    padding: 34px;
    background: #07003e;
    color: white;
    font-size: 15px;
    text-align: center;
    margin: auto;
}
