﻿.habwrap{display:flex;justify-content: center;}
@media(max-width:768px){.habwrap{display:block;}}
@media(min-width:1025px){.hone{margin-left:10px;}}
.popwindow {position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);z-index:999999;transition:.5s;box-shadow:0 0 10px #555;background:#252331;}
.popwindow{animation:popanimate .4s forwards;animation-delay:1s}
.popwindow .popswiper {max-width:1200px;width:65vw;height:auto;display:flex;justify-content:center;align-items:center;}
.popwindow .popswiper img {display:block;max-height:92vh;object-fit:contain;height:auto}
.popwindow .close {width:40px;height:40px;cursor:pointer;position:absolute;right:10px;top:10px;color:#fff;z-index:2;display:flex;align-items:center;justify-content:center;background:#252331}
.popwindow .close em {font-size:30px}
@keyframes popanimate{0%{transform:translate(-50%,-50%) scale(0);}100%{transform:translate(-50%,-50%) scale(1);}}
@media (max-width:1024px){.popwindow .popswiper{width:90vw}}