@import url("https://fonts.dubuplus.com/css?family=Noto Sans KR");
.hello {font-family:'Noto Sans KR';font-size:15px;}
.hello img {width:100%; max-width:700px;} 
.hello .txt { color:#333; letter-spacing:-0.5px; margin-bottom:50px;}
.hello .txt p {margin: 15px 0; font-size:15px;}


.hello .history h3 {background:#d8e9ec; padding:5px 10px; border-radius:5px 5px 5px 5px; color:#6caebe; font-weight:500;}
.hello .history ul { margin-top:10px;  padding: 20px; background:#ededed; border-radius:8px 8px 8px 8px}
.hello .history ul li {margin-bottom:20px; }
.hello .history ul li p {font-size:17px; font-weight:500; color:#4d4d4d; margin-bottom:5px;}
.hello .history ul li span {margin-left:5px; color:#3b64a3; font-size:15px; letter-spacing:-1px;}

.hello .history ul li p:before  {
    display:inline-block;
    content: '';
    width: 8px; /* 사이즈 */
    height: 8px; /* 사이즈 */
    border-top: 2px solid #42cce1; /* 선 두께 */
    border-right: 2px solid #42cce1; /* 선 두께 */
    display: inline-block;
    transform: rotate(45deg); /* 각도 */
    margin-right:8px;
    vertical-align:3px;
   
}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
}
