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


.sub dl {margin-bottom:50px;}
.sub dl dt {font-family: 'GmarketSansMedium'; font-size:26px; letter-spacing:-1px; margin-bottom:10px;}
.sub dl dt:before {width: 8px;
    height: 15px;
    background: #304cb8;
    display: inline-block;
    content: '';
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 0 5px 5px 0; }
.sub dl dd {    background: #f4f4f4;    padding: 30px;font-size:16px; letter-spacing:-0.5px;line-height:1.5; }
.sub dl dd p {}
.sub dl dd ul{  margin-top:20px;  background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;}
.sub dl dd ul li:before {width:3px; height:3px; background:#333; display:inline-block; content:''; margin-bottom:5px; margin-right:5px; }
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

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