@charset "utf-8";

/**********
풀팝업
**********/
.openFullPopup{display:flex;align-items:center;justify-content:center;flex-direction:column;width: 60px;height: 180px;background: #3792f6;/* border-radius:100%; */position:fixed;top:calc(50% - 30px);right: 0;z-index:5;line-height:1;}
.openFullPopup:hover{background:red;}
.openFullPopup span{font-size:18px;color:#FFF;border-bottom:1px solid #EEE;padding-top:10px;/* padding-bottom:5px; */margin-bottom:5px;width: 20px;}
.openFullPopup i{font-size:25px;font-weight:500;color: #ffffff;}
.openFullPopup em{color:#FFF;font-size:18px;}
.openFullPopup::before{content:"";display:block;width:100%;height:100%;border:1px solid #ffcb90;position:absolute;left:-5px;top:5px;/* border-radius:100%; */}
/*처음로딩시display:block,visibility:none;으로설정
.main_full_popup{visibility:hidden;}
*/
.main_full_popup{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;display:none;}
.main_full_popup::before{content:"";display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);}
.main_full_popup .main_full_popup_wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}

.full_popup{position:relative;max-width:1600px;margin: 0 auto;}
.full_popup .slick-slide{padding:10px;text-align:center;}
.full_popup .slick-slide img{display:inline;}
.full_popup .text_1,
.full_popup .text_2{display:none;}

.full_popup .control{}
.full_popup .control .paging{margin:10px 0;}
.full_popup .control .paging ul.slick-dots{text-align:center;}
.full_popup .control .paging ul.slick-dots li{display:inline-block;margin:0 5px;}
.full_popup .control .paging ul.slick-dots li button{width:10px;height:10px;background:#DDD;border-radius:30px;font-size:0;}
.full_popup .control .paging ul.slick-dots li.slick-active button{width:30px;background:#0179f4;}
.full_popup .control .paging ul.slick-dots li button:hover{background:#666;}
/*오늘하루열지않음*/
.full_popup .noMore{text-align:center;font-size:18px;color:#FFF;}
.full_popup .noMore input{display:inline-block;width:20px;height:20px;-webkit-appearance:none;appearance:none;-moz-appearance:none;background-color:#DDD;border:1px solid #888;border-radius:3px;vertical-align:-6px;}
.full_popup .noMore input[type=checkbox]:checked{background:#FFF url(../../images/common/bul_checkbox.png) no-repeat center;}
.full_popup .noMore label{padding:0 10px;}
.full_popup .noMore a.closeWin{display:inline-block;margin-left:10px;text-indent:-9999px;background:url(../../images/common/x_3_w.png) no-repeat center;width:35px;height:35px;}
@media only screen and (max-width:1600px){
  .main_full_popup .main_full_popup_wrap{display:block;position:absolute;top:calc(50% - 250px);}
  .full_popup{max-width:96%;}
}

@media all and (max-width:1280px) {
  .openFullPopup{position:absolute;top:190px;}
}
@media all and (max-width:768px) {
  .openFullPopup{/* top:110px; *//* right:2%; */width: 60px;height: 135px;,padding: 0;padding: 0;}
  .openFullPopup span{font-size: 15px;padding: 0px 0 0 0;}
  .openFullPopup i{font-size:16px;}
  .openFullPopup em{font-size:16px;}
  .openFullPopup::before{display:none; 
  }

  /*HOVER효과************************************************************/
  @media all and (min-width:1281px) {
  }
