* {
    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;
    background-color: rgba(240, 239, 232, 0.15);
}

#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: 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: 400px;
    position: relative;
    overflow: hidden;
}

#se_1_header > img {
    width: 100%;
    position: absolute;
    top: -300px;
}

#se_1_header_b {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

#se_1_header_b > img {
    margin: 250px auto 0;
}

#section_2 {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid rgba(142, 142, 142, 0.5);
    box-sizing: border-box;
}

#section_2 > ul {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.se2_0 {
    width: 400px;
    height: 50px;
    float: left;
    border-left: 1px solid rgba(142, 142, 142, 0.2);
    border-right: 1px solid rgba(142, 142, 142, 0.2);
    box-sizing: border-box;
    text-align: center;
}

.se2_0 > a {
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
    /*font-family: 'Nanum Gothic', sans-serif;*/
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    color: black;
}

#se2_1 {
    background-color: #273154;
}

#se2_1 > a {
    color: white;
}

/*section_2*/

#section_3 {
    width: 100%;
    height: 3000px;
}

#se3_in {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

#se3_in > img {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#se3_in_text {
    width: 100%;
    margin-top: 30px;
}

#se3_in_text > h1 {
    text-align: center;
    font-size: 16px;
    color: #454545;
    padding: 0 0 30px;
    font-weight: 500;
    letter-spacing: -1px;
}

#se3_line_1 {
    width: 100%;
    height: 1px;
    margin-bottom: 30px;

}

#line_l {
    width: 10%;
    height: 1px;
    background-color: black;
    float: left;
}

#line_r {
    width: 90%;
    height: 1px;
    background-color: rgba(255, 215, 0, 0.5);
    float: right;
}

#se3_in > h2 {
    font-size: 20px;
    color: #343434;
    margin-bottom: 5px;
}

#se3_in > h3 {
    margin: 40px 0;
    padding-bottom: 40px;
    font-size: 15px;
    color: #505050;
    text-align: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

#se3_in > h3 > span {
    font-size: 15px;
    color: #ce970d;
}

#se3_in > h4 {
    padding-bottom: 40px;
    font-size: 18px;
    color: #2c2c2c;
    text-align: center;
}

.se3_in_box{
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
}

.se3_in_box_l{
    width: 700px;
    height: 450px;
    float: left;
}

.se3_in_box_l2{
    width: 700px;
    height: 450px;
    float: right;
}

.se3_in_box_r{
    width: 500px;
    height: 450px;
    float: right;
    position: relative;
}

.se3_in_box_r2{
    width: 500px;
    height: 450px;
    float: left;
    position: relative;
}

#se3_in_box_r_text{
    width: 100%;
    height: 210px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.5px;
    position: absolute;
    top: 50%;
    margin-top: -105px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
}

#se3_in_box_r_text2{
    width: 100%;
    height: 210px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.5px;
    position: absolute;
    top: 50%;
    margin-top: -105px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
}

#se3_in_box_r_text>span{
    
    color: #0b0b0b;
}

#se3_in_box_r_text2>span{
    
    color: #0b0b0b;
}

.se3_in_box_l1{
    width: 500px;
    height: 450px;
    float: left;
}

.se3_in_box_r1{
    width: 700px;
    height: 450px;
    background-color: blueviolet;
    float: right;
}

/*end*/

#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;
}

/*end*/

/*se1_end*/
