@import url("https://fonts.dubuplus.com/css?family=Nanum Brush Script");

.cont1_wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}

.cont1_wrap  h2 {
    font-size: 15px;
    font-weight: 400;
}

.cont1_wrap  h2 span{
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -4px;
    color: #3F51B5;
}

.cont1_wrap h3 span {
    color: #144990;
    font-weight: 400;
}


.cont2 > ul {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.cont2 > ul > li:nth-child(1) {
    width: 60%;
    float: left;
    padding:0 15px;
}
.cont2 > ul > li:nth-child(2) {
    width: 40%;
    float: right; 
    text-align: center;
}

.cont2 > ul > li > p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding:0 10px;    
    text-align:justify;
    line-height:28px;
}


/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    .cont2 > ul > li > img {
    width: 100%;
}
}

/* mobile */
@media screen and (max-width:767px){
    .cont2 > ul > li:nth-child(1) {
    width: 100%;
    float: none;
}
.cont2 > ul > li:nth-child(2) {
    width: 100%;
    float: none; 
    text-align: center;
}
.cont2 > ul > li > img {
    width: 50%;
}
    
}
