@charset "utf-8";



#c_b{
    background: #581666;
    margin-top: 40px;
    padding: 20px 0;
}
#c_n{
    text-align: center;
    color: #fff;
}
#c_n > ul > li:nth-child(1){
    font-size: 30px;
    margin-bottom: 30px;
}
#c_n > ul > li > span{
    padding: 0 0 10px;
    display: block;
    max-width: 360px;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}
#c_n > ul > li:nth-child(2){
    font-size: 16px;
}

.c_m{
    background: linear-gradient(to bottom, rgba(188,164,212,1) 0%,rgba(255,255,255,1) 100%);
}
#con_m{
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
    padding: 200px 0;
}
#con_vi > video{
    width: 100%;
    vertical-align: top;
}
#con_men{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#con_men > #con_p > p > strong{
    font-size: 40px;
}
#con_men > #con_p > p {
    font-size: 16px;
    text-align: center;
}
#con_men > a{
    margin-top: 30px;
    border: 1px solid #581666;
    width: 280px;
    height: 58px;
    display: inline-block;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: #581666;
    margin-left: 50px;
    margin-bottom: 30px;
}

#b_r{
    margin-top: 30px;
    margin-bottom: 30px;
}
#b_r > ul{
    display: flex;
    justify-content: space-around;
    border: 1px solid #F1EEF5;
    background: #F1EEF5;
    border-radius: 40px;
    max-width: 800px;
    height: 50px;
}
#b_r > ul > li{
    width: 100%;
}

#b_r > ul > li.active a{
    background: #581666;
    color: #fff;
    width: 100%;
    height: 50px;
    display: inline-block;
    border-radius: 40px;
}
#b_r > ul > li > a{
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 40px;
    
}
#b_r > ul > li:hover > a{
    background: #581666;
    color: #fff;
}

#con_bo{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.cone_bo1{
    width: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}
.cone_bo1::after{
    content: '';
    position: absolute;
    border: 2px solid #581666;
    left: 97px;
    top: 182px;
    height: 100%;
}
.nel{
    font-weight: 300;
    font-size: 130px;
}
.ner{
    margin-top: 50px;
    margin-left: 5px;
}
.ner > ul > li:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.ner > ul > li:nth-child(2){
    margin-top: 15px;
    font-size: 14px;
}
.ner > ul > li:nth-child(3){
    margin-top: 3px;
    font-size: 14px;
}
.con_br{
    border: 1px solid #000;
    width: calc(100% - 470px);
    margin-left: 80px;
    padding: 80px 100px;
}
#con_br1, #con_br2, #con_br3 {
    display: flex;
    margin-bottom:35px;
}
#con_br1 > strong, #con_br2 > strong, #con_br3 > strong{
    font-size: 16px;
    font-weight: bold;
    width: 200px;
}
#con_br1 > p, #con_br2 > p, #con_br3 > p{
    font-size: 16px;
}

#con_br3 > ul > li{
    font-size: 16px;
}
#con_br3 > ul > li > a{
    display: block;
    border: 1px solid #581666;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #581666;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
#con_br3 > ul > li:nth-child(6) > a{
    margin-bottom: 70px;
}

#bot{
    display: flex;
    justify-content: space-around;
    border: 1px solid #000;
    height: 230px;
    margin-top: 30px;
    padding-top: 30px;
}
.cone_bo2{
    width: 30%;
    display: flex;
    justify-content: center;
    position: relative;
}
.n_arr{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
.ne2{
    font-weight: 300;
    font-size: 130px;
}
.ner2{
    margin-top: 50px;
    margin-left: 8px;
}
.ner2 > ul > li:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.ner2 > ul > li:nth-child(2){
    margin-top: 15px;
    font-size: 14px;
}
.ne2r > ul > li:nth-child(3){
    margin-top: 3px;
    font-size: 14px;
}

#b_b2{
    font-size: 16px;
}
#b_b > h3{
    margin-top: 80px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #581666;
}
#b_b2 > p{
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
}
#b_b2 > p span:nth-of-type(1){
    width: 20px;
    display: inline-block;
}
#b_b2 > p span:nth-of-type(2){
    width: calc(100% - 20px);
}
#b_b2 > p:nth-of-type(1){
    margin-top: 30px;
}







/* 반응형/////////// */



@media screen and (max-width:880px) {
#con_vi{
    padding: 0 20px;
}
#con_m{
    display: block;
    padding: 130px 0;
}
#con_men{
    margin-left: 50px;
}
#con_men > #con_p{
    display: flex;
}
#con_men > #con_p > p:nth-of-type(2){
    margin-top: 68px;
}
#con_men > #con_p > p:nth-of-type(1){
    margin-top: 40px;
}
#con_bo{
    display: block;
    margin-top: 40px;
    overflow: hidden;
}
#b_r > ul > li > a{
    font-size: 14px;
}
.ner > ul{
    display: flex;
    margin-top: 77px;
}
.cone_bo1::after{
    display: none;
}
.ner > ul > li:nth-child(2){
    margin-top: 7px;
    text-indent: 10px;
}
.ner > ul > li:nth-child(3){
    margin-top: 7px;
}
.nel{
    margin-left: 2px;
}
.con_br{
    border-left: 4px solid #581666;
    width: auto;
    margin-left: 10px;
}
#con_br1, #con_br2, #con_br3{
    display: block;
}
#bot{
    display: block;
    border: none;
    height: auto;
    margin-top: 0px;
}
.cone_bo2{
    border: 1px solid #000;
    width: auto;
    margin: 0 10px 10px 10px;
    justify-content: flex-start;
    padding: 0 15px;
}
.n_arr{
    display: none;
}

#b_b > h3{
    padding-left: 10px;
}
#b_b2{
    font-size: 15px;
}
#b_b2 > p{
    display: flex;

}

}

@media screen and (max-width:600px) {
    .con_br {
        padding: 50px 25px;
    }
}




@media screen and (max-width:450px) {
    #c_b{
        margin-top: 22px;
    }
#c_n > ul > li > span{
    max-width: 319px;
}
#con_men {
    margin-left: 20px;
}
#con_men > a{
    width: 250px;
}

#con_men > #con_p > p {
    font-size: 14px;
}
#con_men > #con_p > p > strong {
    font-size: 30px;
}
#con_men > #con_p > p {
    font-size: 14px;
}
#con_men > #con_p > p:nth-of-type(2) {
    margin-top: 60px;
}

.cone_bo1{
    width: 355px;
}
#b_r > ul > li{
    width: auto;
    flex-grow: 1;
}
}