@import url("https://fonts.dubuplus.com/css?family=Noto Sans KR");
#sub_contents {font-size:15px;line-height:1.6;color:#555;}



.s_con {}
.s_con+.s_con {margin-top:70px;}
.s_con h4 {margin-bottom:10px;
	font:27px/1.2 'Noto Sans KR';letter-spacing:-0.04em;color:#333;}
.s_con h4 b {color:#f3718d}



.s_con ol {overflow:hidden;
    padding:30px 15px;
    background-color: #ffffff;
    border: 3px dashed #f3f3f3; border-radius:10px;}
.s_con ol li {
    float: left;
    width: 16.666666666667%;
    font-size: .9em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #000;
}
.s_con ol li+li:before {content:'';display:block; border-left:10px solid #ccc;border-top: 5px solid transparent;border-bottom:5px solid transparent;
	position:absolute;top:35px;left:-5px;}
.s_con ol li img {width:85px;display:block;margin:0 auto 15px;}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    #sub_contents {font-size:14px;}
    
    
    
    
    .s_con h4 {font-size:23px;}
    
    
    
    .s_con ol li {width:33.333334%;height:180px;}
}
