@charset "utf-8";

.guide_sec .dot {/* border:1px solid #ddd; */border-radius: 2rem;padding: 3rem;background-color: #fff;}

/* PC */ 
@media only screen and (min-width:1024px) and (max-width: 1500px)  {
    
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {

}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    p, li, dd, dt {font-size: 16px;}

    .guide_sec .dot {padding:2rem 1.5rem}
}
