
/*PC버전/공용 설정*/
.row180 { margin-bottom: 180px; }

.view_pc{background: url(../images/ko/img-event/event142pc_bg.png) repeat-x top center;text-align: center;}
.evt142_pctop_bg{background: url(../images/ko/img-event/event142pc_img2.png) no-repeat top center;height: 1010px;margin: 0 auto;}
.max_w1200{max-width: 1200px;margin: auto;}

.pgdown {position: fixed;right: 20px;bottom: 24px;width: 110px;height: 50px;background-color: #ea2a2a;color: white;display: flex;justify-content: center;align-items: center;border-radius: 100px;transition: opacity 0.5s ease, visibility 0.5s;opacity: 1;z-index: 99;}
.pgdown:hover{color: #fff;font-weight: 600;}
.pgdown.hide {opacity: 0;visibility: hidden;}
.evt-commentWrap{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin-top: 50px;}
.evt-commentConts{max-width: 1200px; border-right: 1px solid #ddd; border-left: 1px solid #ddd;margin: 0px auto;}
.evt-comment-list:last-child .evt-comment-list{border-bottom:0px;}

.view_mo { display: none; } 

/************** 반응형 설정 **************/
/* 1200px 이상 */
@media (min-width: 1200px) { 
  .view_mo {display: none;}
}

/* 태블릿 */
@media (max-width: 1199px) and (min-width: 768px) {  
  .view_mo {display: none;}
  .main19-quick {display: none;}
}

/* 모바일 */
@media (max-width: 767px) {
  .view_pc {display: none;}
  .view_mo {display: contents;}
  .main19-top, .main19-top1, #footer, .main19-quick {display: none;}
  .pgdown {display: flex;}
}