@charset "utf-8";


#unison{
    min-width: 1024px;
    background-color: #040e35;
    color: #fff;
    overflow: hidden;
}
#unison_banner{
    margin: 150px auto;
    width: 1024px;
    position: relative;
}

#unison_banner_img{
    margin-top: 50px;
    height: 300px;
}
#unison_banner_img>img{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
}
#unison_banner_text{
    text-align: center;
/*    position: absolute;*/
/*
    top: 50%;
    right: 0;
    transform: translate(0,-70%);
*/
}
#unison_banner_text>p:nth-child(1){
    font-size: 32px;
    margin-bottom: 30px;
    font-family: "nanum_bold";
}
#unison_banner_text>p:nth-child(2){
    font-size: 24px;
    line-height: 1.5;
}

#unison_middle{
    width: 1024px;
    margin: 0 auto;
/*    background-color: #ddd;*/
}
#unison_middle>h3{
    font-size: 24px;
    font-family: "nanum_bold";
    text-align: center;
    margin-bottom: 20px;
}
#unison_middle>p{
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

.unison_1{
    margin-top: 100px;
    position: relative;
    text-align: center;
}

.unison_1>img{
    position: relative;
}
.unison_1>p{
    margin-top: 30px;
    font-size: 30px;
    font-family: "nanum_bold";
}
.unison_2{
    height: 400px;
    margin-top: 100px;
    position: relative;
}
.unison2_text{
    top: 30px;
    right: 0;
    width: 500px;
    position: absolute;
}
.unison2_text>p:nth-child(1){
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "nanum_bold";
}
.unison2_text>p:nth-child(2){
    font-size: 18px;
}
.unison_2>img{
    width: 500px;
}
.unison_3{
    height: 400px;
    position: relative;
}
.unison3_text{
    position: relative;
    left: 0;
    top: 30px;
    width: 500px;
}
.unison3_text>p:nth-child(1){
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "nanum_bold";
}
.unison3_text>p:nth-child(2){
    font-size: 18px;
}
.unison_3>img{
    position: absolute;
    right: 0;
    width: 500px;
}
.unison_4{
    height: 400px;
    position: relative;
}
.unison4_text{
    top: 30px;
    right: 0;
    width: 500px;
    position: absolute;
}
.unison4_text>p:nth-child(1){
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "nanum_bold";
}
.unison4_text>p:nth-child(2){
    font-size: 18px;
}
.unison_4>img{
    width: 500px;
}

.unison_5{
    height: 400px;
    position: relative;
}
.unison5_text{
    position: relative;
    left: 0;
    top: 30px;
    width: 500px;
}
.unison5_text>p:nth-child(1){
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "nanum_bold";
}
.unison5_text>p:nth-child(2){
    font-size: 18px;
}
.unison_5>img{
    position: absolute;
    right: 0;
    width: 500px;
}

.tg4{
    background-color: #ddd;
}


















