@charset "UTF-8";

.wrap_fullPopup .slick-track{display:flex;align-items:center;}
.wrap_fullPopup .slick-slide{float:none !important;margin:0 2.5rem;}
.fullPopup{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;opacity:0;visibility:hidden;}
.fullPopup.active{visibility:visible;opacity:1;transition:0.5s;}
.fullPopup .wrap{height:100%;width:100%;position:relative;z-index:1;}
.wrap_fullPopup{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.wrap_fullPopup h2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;}
.wrap_fullPopup .container{width:180rem;padding:0 12rem;position:relative;}
.wrap_fullPopup .item_1{padding:0 1rem;text-align:center;}
.wrap_fullPopup .item_1 img{transition:0.2s;display:inline-block;}
.wrap_fullPopup .item_2{display:none;}
.wrap_fullPopup .control{margin-top:4rem;display:flex;align-items:center;justify-content:center;}
.wrap_fullPopup .numbering{padding:1rem 2rem;line-height:1;border-radius:2rem;background:#ab3030;display:flex;align-items:center;justify-content:center;}
.wrap_fullPopup .numbering .now{display:none;}
.wrap_fullPopup .numbering{font-size:1.6rem;color:#FFF;}
.wrap_fullPopup .prevNext button{display:block;font-size:0;width:5.5rem;height:5.5rem;border-radius:100%;position:absolute;top:calc(50% - 7rem);}
.wrap_fullPopup .prevNext .prev{background:url('../images/popupPrev.png') no-repeat center;left:0;}
.wrap_fullPopup .prevNext .next{background:url('../images/popupNext.png') no-repeat center;right:0;}
.wrap_fullPopup .wrapClose{display:flex;align-items:center;justify-content:center;}
.wrapClose .closeToday::after,
.wrapClose .closeFullPopup::after{content:"";display:block;width:2rem;height:1rem;background:url('../images/popupX.png') no-repeat right center;}
.wrapClose .closeFullPopup,
.wrapClose .closeToday{font-size:1.6rem;color:#FFF;padding:1rem 2rem;line-height:1;border-radius:2rem;margin-left:1.5rem;display:flex;align-items:center;}
.wrapClose .closeFullPopup{background:#454545;}
.wrapClose .closeToday{background:#0c3388;}
.wrapClose input[type=checkbox]{appearance:none;display:none;width:16px;height:16px;border-radius:2px;background:#FFF;}
.wrapClose input[type=checkbox]:checked{background:#FFF url('../images/checkFullpopup.png') no-repeat center;}
@media all and (min-width:1921px) {
	.wrap_fullPopup .item_1 img{width:44.4rem;height:46.4rem;}
}
@media all and (max-width:1840px) {
	.wrap_fullPopup .container{width:100%;padding:0 6rem;}
}
@media all and (max-width:768px) {
	.wrap_fullPopup .numbering{display:none;}
	.wrapClose .closeFullPopup{margin-left:0;}
	.wrapClose .closeToday{margin-left:1rem;}
}