@charset "UTF-8";

 html{
    font-size: 10px;
}
body{
    font-family: 'Noto Sans KR', sans-serif;
    min-width: 1200px;
}
a{
    text-decoration: none;
    color: #000;
}
.header_wrap{
    width: 100%;
    height: 110px;
    position: relative;
}
.header_color{
    width: 100%;
    height: 110px;
    display: flex;
}
.header1{
    width: 50%;
    height: 100%;
    background-color: #fcfcfc;
}
.header2{
    width: 50%;
    height: 100%;
    background-color: #e8ebef;
}
.logo{
    width: 288px;
    height: 61px;
    background: url('/web/images/common/logo_new.png') center no-repeat;
    margin: 0 auto;
    margin-top: -85px;
    position: relative;
    z-index: 10;
}
.contents{
    width: 100%;
    height: 800px;
    display: flex;
}
.main_l{
    width: 50%;
    height: 100%;
    background: url('/web/images/intro/intro01.png');
    background-size: cover;
    text-align: right;
}
.left_c{
    width: 100%;
}
.mainl_title{
    font-size: 32px;
    font-weight: 600;
    color: #111;
    position: relative;
    z-index: 2;
}
.mainl_content , .mainr_content{
    font-size: 18px;
    font-weight: 200;
    color: #111;
    line-height: 30px;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.lc1{
    display: inline-block;
    text-align: center;
    padding: 348px 60px 0 0;
}
.index_baro1{
    width: 244px;
    height: 56px;
    background-color: #0446bf;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}
.index_baro1 a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}
.b_girl{
    width: 500px;
    height: 710px;
    background: url('/web/images/intro/girl.png') no-repeat;
    position: absolute;
    bottom: 23px;
    right: 1300px;
    z-index: 1;
}
.main_r{
    width: 50%;
    height: 100%;
    background: url('/web/images/intro/intro02.png');
    background-size: cover;
    text-align: left;
}
.right_c{
    width: 100%;
}
.rc1{
    display: inline-block;
    text-align: center;
    padding: 348px 0 0 80px;
}
.mainr_title{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.mainr_content{
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    padding: 20px 0;
}
.index_baro2{
    width: 244px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto;
}
.index_baro2 a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}
.footer_wrap{
    width: 100%;
    height: 64px;
    background-color: #464647;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_c{
}
.foot_con{
    font-size: 1.2em;
    color: #999;
}
.foot_con span{
    color: #fff;
    vertical-align: baseline;
}
.intro_comment{
    font-size: 16px;
    font-weight: 400;
    color: #111;
    position: absolute;
    left: 380px;
    bottom: 50px;
    z-index: 9999;
    text-align: left;
}
.intro_comment2{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 1030px;
    bottom: 50px;
    z-index: 9999;
    text-align: left;
    opacity: .9;
}