.title_section {
    min-height: 600px;
    height: 50vh;
    -webkit-transform: skew(0deg, 4deg);
    -moz-transform: skew(0deg, 4deg);
    -o-transform: skew(0deg, 4deg);
    -ms-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
    position: relative;
    top: -70px;
    background: #3c424c;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #ececec;
}

.title_section .lyxore{
    -webkit-transform: skew(0deg, -4deg);
    -moz-transform: skew(0deg, -4deg);
    -o-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    position: relative;
    padding-top: 100px;
}


.section_1 {
    min-height: 600px;
    -webkit-transform: skew(0deg, 4deg);
    -moz-transform: skew(0deg, 4deg);
    -o-transform: skew(0deg, 4deg);
    -ms-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
    position: relative;
    top: -70px;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.section_1 .lyxore{
    -webkit-transform: skew(0deg, -4deg);
    -moz-transform: skew(0deg, -4deg);
    -o-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    position: relative;
    padding-top: 100px;
}

.section_2 {
    min-height: 600px;
    -webkit-transform: skew(0deg, 4deg);
    -moz-transform: skew(0deg, 4deg);
    -o-transform: skew(0deg, 4deg);
    -ms-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #ececec;
    position: relative;
    bottom: -70px;
}

.section_2 .lyxore{
    -webkit-transform: skew(0deg, -4deg);
    -moz-transform: skew(0deg, -4deg);
    -o-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    position: relative;
    padding-top: 100px;
    padding-bottom: 250px;
}


.button-static-page{
    height: 75px;
    max-width: 285px;
    border: 3px solid #3C424C;
    cursor: pointer;
    color: #3C424C;
    font-family: 'Ubuntu',"Diodrum Regular","Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.section_1 .cont_img{
    max-width: 550px;
    max-height: 331px;
    overflow: hidden;
}

.pad-0{
    padding: 0;
}

.section_1 p, .section_2 p{
    color: #637484;
    font-family: 'Ubuntu',"Diodrum Regular","Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    font-size: 24px;
    line-height: 30px;
}

.section_1 h2, .section_2 h2{
    color: #0077BF;
    font-family: 'Ubuntu',"Diodrum Regular","Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
}

.title-intro h3{
    color: #637484;
    font-family: 'Ubuntu',"Diodrum Regular","Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    font-size: 40px;
    line-height: 46px;
}

.title-intro h2{
    color: #0077BF;
    font-family: "Diodrum Regular","Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

@media (max-width: 1200px) {
    .section_1 p, .section_2 p{
        font-size: 2vw;
    }

    .section_1 h2, .section_2 h2{
        font-size: 3.3vw;
    }

    .title-intro h3{
        font-size: 3.3vw;
    }

    .title-intro h2{
        font-size: 5vw;
    }
}
