﻿/* PC POPUP */
.main_popup_wrap{position:fixed;top:540px;left:544px;z-index:100;}
.main_popup_layer{position: absolute;top: 50%;left: 50%;width: 400px;height: 436px;border: 0px solid;background-color: #282828;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);overflow-x:hidden;}
.main_popup_layer .main_popup_close {position: relative;height: 36px;padding-left: 10px;line-height: 36px;background-color: #e6e6e6;cursor: move;}
.main_popup_layer .main_popup_close .btn_hide_pop {position: absolute;right: 0;top: 0;width: 36px;height: 36px;text-indent: -9999999px;background: #bfbfbf url(/images/btn/btn-hide-3.png) no-repeat center;background-size: 50% 50%;}
.main_popup_chk_today label {font-size: 16px;color: #606060;vertical-align: top;font-weight: 500;background-color: transparent;}
.main_popup_chk_today label:before {content: '';display: inline-block;width: 24px;height: 24px;margin-right: 12px;background: url(/images/btn/inp-ch-1-off.png);vertical-align: middle;}
.main_popup_chk_today input:checked + label:before {background: url(/images/btn/inp-ch-1-on.png);}
.main_popup_wrap .swiper-pagination {bottom: 0px;text-align: center;width: 100%;}