* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

img {
    display: block;
}

body {
    overflow-x: hidden;
}

/*초기화 완료*/
#wrap {
    overflow: hidden;
}

#section_1 {
    position: relative;
}

#section_1 > img {
    position: absolute;
}

#logo {
    position: absolute;
    top: 70px;
    left: 260px;
    z-index: 15;
}

#menu {
    width: 1370px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 15;
}

#menu > ul {
    width: 936px;
    height: 75px;
    padding: 0 262px 0 172px;
}

#menu > ul > li {
    width: 156px;
    height: 75px;
    float: left;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
}

#menu > ul > li:hover {
    color: rgba(255, 255, 255, 0.9);
}

#menu > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.9);
}


#menu {
    width: 1370px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 55px;
}

#menu > ul {
    width: 936px;
    height: 75px;
    padding: 0 262px 0 172px;
}

#menu > ul > li {
    width: 156px;
    height: 75px;
    float: left;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
}

#menu > ul > li:hover {
    color: rgb(203, 203, 203);
}

#menu > ul > li > a:hover {
    color: rgb(203, 203, 203);
}

#menu_1 > ul {
    width: 156px;
    height: 50px;
    display: none;
}

#menu_1:hover>ul{
    display: block;
}

#menu_1 > ul > li {
    width: 78px;
    height: 30px;
    float: left;
    line-height: 30px;
}

#menu_1 > ul > li>a:hover {
    width: 78px;
    height: 30px;
    float: left;
    line-height: 30px;
    color: rgb(203, 203, 203);
}

#menu_2{
    position: relative;
}

#menu_2 > ul {
    width: 300px;
    height: 50px;
    top: 75px;
    left: -75px;
    position: absolute;
    display: none;
}

#menu_2:hover>ul{
    display: block;
}

#menu_2 > ul > li {
    width: 100px;
    height: 30px;
    float: left;
    line-height: 30px;
}

#menu_2 > ul > li>a:hover {
    width: 100px;
    height: 30px;
    float: left;
    line-height: 30px;
    color: rgb(203, 203, 203);
}

#se_1_header {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

#se_1_header > img {
    width: 100%;
    position: absolute;
    top: -300px;
}

#se_1_header_b {
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

#se_1_header_b > img {
    margin: 400px auto 0;
}

#se_1_box {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
}

#se_1_box>h1 {
    font-size: 25px;
    text-align: center;
    color: #1d1d1d;
    letter-spacing: 1px;
    font-weight: 500;
}

#se_1_box>h2 {
    font-size: 25px;
    text-align: center;
    color: #1d1d1d;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 100px;
}

#line{
    width: 2px;
    height: 50px;
    background-color: #6c6c6c;
    margin: 0 auto;
}

#se_1_box > img {
    width: 1200px;
    margin: 0 auto 1px;
}

#footer_in{
    width: 1200px;
    height: 121px;
    margin: 0 auto;
    padding: 35px 0 0;
}

#footer_in>p{
    width: 60%;
    color: #919191;
    font-size: 14px;
    line-height: 30px;
    float: left;
}

#footer_in>p>span{
    color: white;
}

#footer_in>a{
    width: 20%;
    font-size: 13px;
    line-height: 30px;
    float: right;
    text-align: right;
    margin-top: 50px;
    color: white;
}
/*se1_end*/
