@charset "utf-8";

.miso-post-list .post-wrap { overflow:hidden; margin-top:-2px; margin-bottom:-2px; }
.miso-post-list .post-list { overflow:hidden; list-style:none; padding:0px; margin:0px; line-height:22px; }
.miso-post-list .post-list li { padding:0px; margin:0px; }
.miso-post-list .post-list li a{font-size: 17px; color: #666;font-family: 'pretendard_R'; border-bottom: 1px solid #dcdcdc; padding: 20px 0;}
.miso-post-list .post-list li a span{font-size: 15px; font-family: 'pretendard_L'; margin-left: 30px;}
.miso-post-list .post-list li b { letter-spacing:-1px; padding-right:1px; }
.miso-post-list .post-list li .name { letter-spacing:-1px; color:#888; padding-left:4px; padding-right:1px;}
.miso-post-list .post-list .txt-normal { letter-spacing:0; }
.miso-post-list .post-none { padding:50px 10px; text-align:center; color:#888; }
.miso-post-list .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.miso-post-list .wr-icon { display:inline-block; padding:0px; margin:0px; line-height:12px; vertical-align:middle; background-repeat: no-repeat; background-position: 0px 0px; }
.miso-post-list .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.miso-post-list .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.miso-post-list .wr-video { width:12px; height:12px; background-image: url('./img/icon_video.gif'); }
.miso-post-list .wr-image { width:12px; height:12px; background-image: url('./img/icon_image.gif'); }
.miso-post-list .wr-file { width:12px; height:12px; background-image: url('./img/icon_file.gif'); }
.miso-post-list #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.miso-post-list .post-more { text-align:center; margin:15px 0px 0px; }

/* .sec04{padding:100px 0;} */
.mc06_box{display:flex; justify-content:space-between;}

.miso-post-list
.mc06_head{display:flex; justify-content:space-between; align-items:center; padding-bottom:27px; border-bottom:1px solid #555555;}
.miso-post-list .mc06_title{font-size:30px; color:#222222; font-family: 'pretendard_SM';}
.miso-post-list .mc06_link a{display:block; position:relative; width:16px; height:16px;}
.miso-post-list .mc06_link a:before{content:''; display:block; position:absolute; top:0; left:7px; width:2px; height:100%; background:#999;}
.miso-post-list .mc06_link a:after{content:''; display:block; position:absolute; top:7px; left:0px; width:100%; height:2px; background:#999;}
.miso-post-list .miso-post-list .post-list{margin:0;}
.miso-post-list .miso-post-list .post-list li + li{margin-top:27px;} 
.miso-post-list .miso-post-list .post-list a{color:#333333; font-size:18px;}
.miso-post-list .miso-post-list .post-list a span{color:#999999; font-size:14px; padding-left:15px;}

@media (max-width:991px){
    .mc06_notice{padding:50px 0;}
    .miso-post-list{flex-direction:column;}
    .miso-post-list > div{width:100%;}
    .miso-post-list .mc06_head{padding-bottom:30px; margin-bottom: 0;}
    .miso-post-list .mc06_title{font-size:25px;}
    .miso-post-list .post-list li a{font-size: 13.5px; padding: 10px 0;}
    .miso-post-list .post-list li a span{font-size: 12.5px;}
    .miso-post-list .mc06_link a:after{height:1px;}
    .miso-post-list .mc06_link a:before{width:1px;}
    .miso-post-list .miso-post-list .post-list li + li{margin-top:18px;}
    .miso-post-list .miso-post-list .post-list a{font-size:14px;}
}