@charset "utf-8";

.cosu-cno1{
    margin:0 10px 40px;
    background: #F9F9F9;
    padding:50px 15px;
    border-bottom-left-radius:30px; 
    line-height: 2.5;
}

@media screen and (min-width:768px),
print {
    .cosu-cno1{
    max-width:900px;
        margin:0 auto 80px;
        line-height:3.5;
    padding:80px 80px 120px;
    border-bottom-right-radius:50px; 
}
}

.cosu-subtitle{
    font-size:27px;
    position: relative;
    margin-bottom:35px;
}

.cosu-subtitle:after {
  content: "";
  position: absolute;
  bottom:5px;
  left:5px;
  height:1px;
    width:60px;
    background:#D8D8D8;
    
}


@media screen and (min-width: 992px),
print {
    .cosu-subtitle{
    font-size:37px;
        margin-bottom: 45px;
}

.cosu-subtitle:after {
  bottom:30px;
  left:5px;
  height:1px;
    width:60px;
    background:#D8D8D8;
    
}
}

.cosu-cno1-t1{
    line-height: 2.4;
}

.cosu-cno1-t2{
     line-height: 2.4;
    padding:0 10px;
}

@media screen and (min-width: 992px),
print {
    .cosu-cno1-t2{
    padding:0 30px;
        max-width: 1100px;
        margin:0 auto 100px;
}
}

.cosu-cno2{
    padding:0 10px;
    margin-bottom: 50px;
    font-size:13px;
}

@media screen and (min-width:768px),
print {
    .cosu-cno2{
    padding:0 30px;
    margin:0 auto 50px;
        max-width: 800px;
}
}

/*
++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++
*/