@charset "utf-8";

/****************************************************************************************************************************************
레이어 팝업 공통
*****************************************************************************************************************************************/
#layerPopup {display: none; position: fixed; left: 0; right:0; top: 0; bottom:0; z-index: 1500; width: 100%; height: 100%;}
.layer-bg {position:relative; padding:30px 0; width:100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background:rgba(0,0,0,0.7); overflow-y: auto;}

.layer-bg::-webkit-scrollbar {width:0; height:0; background:transparent;}
.layer-bg::-webkit-scrollbar-track {background:transparent;}
.layer-bg::-webkit-scrollbar-thumb {background:transparent;}

.layer-wrap {position: relative;}
.layer-close {position: absolute; top: 20px; right: 25px; z-index: 9; transition: 0.3s; cursor: pointer;}
.layer-close > i {font-size:22px; color:#ff7a21;}
.layer-con {position: relative;}

@media (hover: hover) and (pointer: fine) {
    .layer-close:hover {transform: rotate(180deg);} 
}

/****************************************************************************************************************************************
로그인과 회원가입 팝업 공통
*****************************************************************************************************************************************/
/* intro-hd */
.intro-hd {position:relative; margin: 0 0 20px 0; width: 100%; display: flex; justify-content: center; align-items: center;}
.intro-hd > i {margin-right:5px; font-size:30px; color: #717389;}
.intro-hd > span {font-size: 24px; font-weight: 700; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

/* intro-btns */
.intro-btns {position: relative; margin:0 auto; padding:0; width: 400px;}
.intro-btns > button {position: relative; margin:0 0 15px 0; padding: 0; width:100%; height: 48px; font-weight: 600; color:#fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); border:1px solid rgba(255,255,255, 0.1); border-radius: 25px;}
.intro-btns > .btn-login {background: linear-gradient(180deg, rgba(51, 63, 89, 1.0), rgba(51, 63, 89, 0));}
.intro-btns > .btn-login > i {color: #ff7a21;}
.intro-btns > .btn-join {background: linear-gradient(180deg, #f87720, #9f490f);}
.intro-btns > .btn-join > i {color:#fff;}

/****************************************************************************************************************************************
로그인과 추천인코드
*****************************************************************************************************************************************/
.intro-wrap {position:relative; margin: 0 auto; padding:30px 30px; width: 640px; text-align: center; background: #090a14; border: 1px solid #727489; border-radius: 30px; overflow: hidden;}
.intro-form {position:relative; margin:0 auto; padding:30px 30px; width: 100%; background: #0a131c; border: solid 1px #182033; border-radius: 30px;}

.popup-logo {margin:30px auto; display:flex; justify-content: center; align-items: center;}
.popup-logo > img {width: 230px;}

ul.intro-list {position: relative; margin:0 auto; padding:0; width: 400px;}
ul.intro-list > li {position: relative; margin:0 0 15px 0; padding: 0; width: 100%; height: 45px; display: flex; align-items: center; background:#121c29; border: solid 1px #283345; border-radius: 25px;}
ul.intro-list > li > i {padding:0 15px; font-size:18px; color: #6c758b; border-right: solid 1px #344358;}
ul.intro-list > li > input {padding:0 15px; width: 100%; font-family:"Noto Sans KR";  font-weight: 600; color:#fff; background: none; border: none;}
ul.intro-list > li > input:focus {outline: none; font-weight: 600;}
ul.intro-list > li > input::placeholder {color:#6c758b;}

ul.capcha {position: relative; margin:0 auto; padding:0; width: 400px; display: flex; gap:5px; justify-content: space-between; align-items: center;}
ul.capcha > li {position: relative; margin:0 0 15px 0; padding: 0; width: calc(100% / 2 - 5px); height: 45px; display: flex; align-items: center; font-weight: 600; background:#121c29; border: solid 1px #283345; border-radius: 25px;}
ul.capcha > li:nth-child(2) {border: 2px #ff7a21 solid;}
ul.capcha > li > i {padding:0 15px; font-size:18px; color: #6c758b; border-right: solid 1px #344358;}
ul.capcha > li > input {padding:0 15px; width: 100%; font-weight: 600; font-family:"Noto Sans KR"; color:#fff; background: none; border: none;}
ul.capcha > li > input:focus {outline: none;}
ul.capcha > li > input::placeholder {color:#6c758b;  font-weight: 600;}
ul.capcha > li > font {padding:0 15px; width: 100%; text-align: left; font-weight: 600; color: #6c758b;}
ul.capcha > li > span {display:block; padding:0 15px 0 25px; width: 100%; text-align: left; font-size: 20px; font-style: italic; font-weight: 9800; font-family:"Noto Sans KR"; letter-spacing: 1px; color: #fff;}

/****************************************************************************************************************************************
회원가입
*****************************************************************************************************************************************/
.join-wrap {position:relative; margin: 0 auto; padding:30px 30px; width: 1200px; text-align: center; background: #090a14; border: 1px solid #727489; border-radius: 30px; overflow: hidden;}
.join-form {position:relative; margin:0 auto; padding:30px 30px; width: 100%; background: #0a131c; border: solid 1px #182033; border-radius: 30px;}

ul.join-list {position: relative; margin:0 auto 40px auto; padding:0; width: 100%; display: flex; flex-wrap: wrap; gap:10px; justify-content: space-between;  align-items: center;}
ul.join-list > li {position: relative; margin:0 0 10px 0; padding: 0; width: calc(100% / 2 - 10px);}
ul.join-list > li > label {display: block; margin: 0 auto 8px auto; padding:0 10px; width: 100%; text-align: left; font-weight: 600; color: #8792ad;}
.input-list {width:100%; height: 45px; display: flex; align-items: center; background:#121c29; border: solid 1px #283345; border-radius: 8px;}
.input-list > i {padding:0 15px; font-size:18px; color: #6c758b; border-right: solid 1px #344358;}
.input-list > input {padding:0 15px; width: 100%; color:#fff; font-family:"Noto Sans KR"; background: none; border: none;}
.input-list > input:focus {outline: none;}
.input-list > input::placeholder {color:#6c758b; font-weight: 600;}

.select-list {width:100%; height: 45px; display: flex; align-items: center; background:#121c29; border: solid 1px #283345; border-radius: 8px;}
.select-list > select {padding:0 15px; width: 100%; font-family:"Noto Sans KR"; background: none; border: none;}
.select-list > select:invalid {color:#6c758b; font-weight: 600;}
.select-list > select:focus {outline: none;}
.select-list > select > option {color: #fff; background: #121c29; }

.phone-list > select,
.phone-list > input {margin:0 5px; width: calc(100% / 3 - 10px); height: 90%; color:#fff; background: none; border: none;}

@media (hover: hover) and (pointer: fine) {
    .intro-btns > .btn-login:hover {background: linear-gradient(180deg, rgba(72, 85, 115, 1.0), rgba(51, 63, 89, 0)); }
    .intro-btns > .btn-join:hover {background: linear-gradient(0deg, #f87720, #9f490f);}
}


/****************************************************************************************************************************************
board-wrap
*****************************************************************************************************************************************/
.board-wrap {position:relative; margin: 0 auto; padding:50px 30px; width: 1200px; min-height: 800px; text-align: center; background: #090a14; border: 1px solid #727489; border-radius: 30px; overflow: hidden;}
.board-inner {position: relative; margin:0 auto; width: 100%; display: flex; justify-content: center;}

/* board-left */
.board-left {width: 280px;}
.board-left > h3 {margin:0 auto; padding:10px 10px; width: 80%; text-align: center; font-size: 18px; font-weight: 600; color:#fff; background: #ff7a21; border-radius: 10px;}

ul.bo-menu {position: relative; margin: 30px auto; padding:0; width: 100%;}
ul.bo-menu > li {position: relative; margin:0; padding:0 0 0 30px; width: 100%; height: 50px; display: flex; justify-content: flex-start; align-items: center; font-size: 16px; font-weight: 600; color:#9093ad; cursor: pointer;}
ul.bo-menu > li.active {color: #000; background: #fff; border-radius: 25px 0 0 25px;}
ul.bo-menu > li > i {margin:3px 5px 0 0; font-size: 18px;}

@media (hover: hover) and (pointer: fine) {
    ul.bo-menu > li:hover {color:#fff;}
    ul.bo-menu > li.active:hover {color: #000;}
}

/* board-right */
.board-right {
    position: relative;
    margin: 0;
    padding: 20px 20px;
    width: calc(100% - 280px);
    min-height: 698px;
    background: #fff;
    border-radius: 40px;
    max-height: 800px;
    overflow-y:auto;
}
.boRight-inner {position:relative; margin:0; padding:20px 20px; width: 100%; background: #fff; border-radius: 40px;}

/* page-tit */
.page-tit {margin-bottom:15px; padding:15px 15px; width: 100%; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 600; color:#fff; background: #ff7a21; border-radius: 5px;}
.page-tit > i {margin:5px 5px 0 0; font-size: 20px;}

/* bo-guide */
.bo-guide {margin-bottom:10px; padding:20px 20px; width: 100%; text-align: center; background: #f1f1f1; border-radius: 5px;}
.guide-tit {margin-bottom:15px; width: 100%; display: flex; justify-content: flex-start; align-items: center; font-size:16px; font-weight: 600; color:#ff6600;}
.guide-tit > i {margin:5px 5px 0 0; font-size: 20px;}
ul.guide-list {display: list-item; position: relative; margin:0 0 0 20px; padding:0; width:calc(100% - 20px); text-align: left;}
ul.guide-list > li {list-style-type: "▶"; padding:0 0 0 10px; line-height: 1.8; display: flex; align-items: center; font-weight: 500; color:#000; font-family: "Noto Sans KR";}
.ask-btn {margin-left:5px; padding:0 15px; line-height: 30px; font-size: 13px; font-weight: 600; color:#fff; background: #662cce; border-radius: 10px;}

/*  chage-tb */
.chage-tb {margin: 20px 0; width: 100%; border-top:2px #74768d solid;}
.chage-tb th,
.chage-tb td {padding:10px 10px; border-bottom: 1px #ddd solid;}
.chage-tb th {width: 150px; text-align: center; color:#000; background: #f1f1f1;}
.chage-tb td {width: calc(100% - 150px); text-align: left;}
.chage-tb td > input {margin:0 auto; padding:5px 10px; width: 100%; text-align: left; font-family: "Noto Sans KR"; background: #f1f1f1;}

/* ul.moneyBtns */
ul.moneyBtns {position: relative; margin:15px auto 0 auto; padding:0; width: 100%; display: flex; flex-wrap: wrap; gap:5px; justify-content: center; align-items: center;}
ul.moneyBtns > li {margin:0 auto; padding:10px 0; width: calc(100% / 6 - 5px); text-align: center; font-family: "Noto Sans KR"; font-weight: 600; color:#fff; background: #6a6a6a; border-radius: 5px; cursor: pointer;}
ul.moneyBtns > li.btn-reset {background: #ff7a21;}

/* list-tb */
.list-tb {margin: 20px 0; width: 100%;}
.list-tb tbody tr {cursor: pointer;}
.list-tb th,
.list-tb td {padding:10px 5px; font-weight:600;}
.list-tb th {color:#fff; background: #74768d;}
.list-tb td {border-bottom: 1px #ddd solid; font-family: "Noto Sans KR";}
.list-tb td.td_cursor {cursor: pointer;}
.list-tb td.td_cursor > p {width: 300px; font-weight: 600; text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.list-tb td.td_meg {padding:10px 5px; text-align: left; font-weight:600; cursor: pointer;}
.list-tb td.td_meg > font,
.list-tb td.td_meg > span {display: inline-flex;}
.list-tb td.td_meg > span {margin-left:10px; width: 350px; height: 100%; font-weight: 600; text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* 메세지 토굴 */
.meg-view {display: none; background:#fbfbfb;}
.meg-view td {margin:0 auto; padding:10px 5px; width: 100%; height: 100px; text-align: center; font-weight: 600;}

.txt-finish,
.meg-read {font-weight: 600; color:#3a3a3a;}
.txt-cancel,
.meg-important {font-weight: 600; color:#e91e63;}

/* view-tb */
.view-tb {margin: 20px 0; width: 100%;}
.view-tb tbody tr {cursor: pointer;}
.view-tb th,
.view-tb td {padding:10px 5px; text-align: center; font-weight:600;}
.view-tb th {color:#000; background: #f1f1f1;}
.view-tb td {font-family: "Noto Sans KR"; border-bottom: 1px #ddd solid;}

/* write-tb */
.write-tb {margin: 20px 0; width: 100%; border-top:2px #74768d solid;}
.write-tb th,
.write-tb td {padding:10px 10px; border-bottom: 1px #ddd solid;}
.write-tb th {width: 150px; text-align: center; color:#000; background: #f1f1f1;}
.write-tb td {width: calc(100% - 150px); text-align: left;}
.write-tb td > input {margin:0 auto; padding:5px 10px; width: 100%; text-align: left; font-family: "Noto Sans KR"; background: #f1f1f1;}
.write-tb td > textarea {margin:0 auto; padding:5px 10px; width: 100%; height: 150px; text-align: left; font-family: "Noto Sans KR"; background: #f1f1f1; border: none;}

/* board-btn  */
.board-btn {position: relative; margin:30px auto 50px auto; padding:0; width: 100%; display: flex; gap:5px; justify-content: center; align-items: center;}
.board-btn > button {margin:0; padding:10px 20px; width: 130px; text-align: center; font-weight: 600; color:#fff; border-radius: 5px;}
.board-btn > button:nth-child(1) {background: #3f51b5;}
.board-btn > button:nth-child(2) {background: #4caf50;}
.board-btn > button:nth-child(3) {background: #e91e63;}
.board-btn > button > i {margin-right:3px;}

 @media (hover: hover) and (pointer: fine) {
    .ask-btn:hover,
    ul.moneyBtns > li:hover {filter: brightness(120%);}
    ul.moneyBtns > li.btn-reset:hover {color:#fff; background: #dc691c;}

    .list-tb tbody tr:hover {background: #f5f5f5;}
    .list-tb td.td_cursor:hover,
    .list-tb td.td_meg > span:hover {text-decoration: underline;}
    .board-btn > button:hover {filter: brightness(120%);}
}

/****************************************************************************************************************************************
미디어쿼리문 시작
*****************************************************************************************************************************************/
@media (max-width:1230px) {
    .layer-bg {padding: 30px 15px;}
    .join-wrap, 
    .board-wrap,
    .layer-wrap {width: 100%;}
}

@media (max-width:992px) {
    .layer-bg {padding:20px 5px;}

    .intro-hd > i,
    .intro-hd > span {font-size: 18px;}

    .join-wrap {padding:20px 5px;}
    .join-form {padding: 10px 5px;}
    ul.join-list {margin: 0 auto 20px auto; gap:5px; flex-direction: column;}
    ul.join-list > li {width: 100%;}
    .input-list {height: 40px;}
    .input-list > i {padding:0 10px;}

    .board-wrap {padding:50px 5px; background: none; border: none; border-radius: 0;}
    .board-inner {display: block; justify-content: unset;}
    .board-left {display: none;}
    .board-right {width: 100%; padding:20px 10px; border-radius: 0;}
    .boRight-inner {padding:0; border-radius: 0;}
}

@media (max-width:767px) {
    .intro-wrap,
    ul.intro-list,
    ul.capcha {width: 100%;}
    .intro-wrap {padding:20px 5px;}

    .intro-form {padding: 10px 5px;}
    .popup-logo > img {width: 160px;}
    ul.intro-list > li > i,
    ul.capcha > li > i {padding:0 10px;}


    .board-wrap {min-height: auto;}
    .board-right {min-height: 500px;}

    .page-tit {margin-bottom: 5px; padding:10px 5px; font-size: 15px;}
    .page-tit > i {font-size: 15px;}

    .bo-guide {padding:10px 10px;}
    .guide-tit {margin-bottom: 5px;}
    .guide-tit,
    ul.guide-list > li,
    ul.guide-list > li::marker {font-size: 13px; line-height: 1.3}
    ul.guide-list > li {display: block;}
    .ask-btn {display:block; margin:5px 0 0 0; width: 100%; line-height: 35px;}

    .chage-tb th {padding:10px 5px; width: 20%; font-size: 12px;}
    .chage-tb td {padding:10px 5px; width:80%; font-size: 13px;}
    .chage-tb td > input {padding:10px 5px; font-size: 13px;}

    ul.moneyBtns {gap:3px;}
    ul.moneyBtns > li {padding:8px 0; width: calc(100% / 3 - 3px); font-size: 13px;}

    .list-tb {margin:5px 0;}
    .list-tb th, 
    .list-tb td {padding:8px 2px;}
    .list-tb th {font-size: 12px;}
    .list-tb td {font-size: 13px;}
    .list-tb td.td_cursor > p,
    .list-tb td.td_meg > span {width: 150px;}
    .list-tb td.td_meg > span {margin-left:5px; font-size: 13px;}
    .list-tb td.td_meg > font {font-size: 13px;}

    .charge-list {margin-top: 20px;}
    .mo-hid {display: none;}

    .view-tb {margin:5px 0;}

    .write-tb th {padding:10px 5px; width: 20%; font-size: 12px;}
    .write-tb td {padding:10px 5px; width:80%; font-size: 13px;}
    .write-tb td > input,
    .write-tb td > textarea {font-size: 13px;}

    .board-btn {margin:20px 0 0 0;}
    .board-btn > button {padding:10px 0; width: 100%; font-size: 13px;}    
}


@media (max-width:430px) {
    .intro-btns {width: 100%;}

    .list-tb td.td_cursor > p,
    .list-tb td.td_meg > span {width: 170px;}
}



/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
    background-color: #000000;
}

    .modal-backdrop.show {
        opacity: 0.75;
    }

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

    .modal::-webkit-scrollbar {
        width: 0;
    }

    .modal *::-webkit-scrollbar {
        width: 5px;
        background: #c7e0e3;
        border-radius: 5px;
    }

    .modal *::-webkit-scrollbar-thumb {
        background-color: #0d9d99;
        background-image: none;
        border: none;
        border-radius: 5px;
    }

.modal-dialog {
    max-width: 1400px;
    padding: 0 !important;
}

.modal-content {
    width: 100%;
    border: none;
    z-index: 1;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
}

.modal-wrapper {
    width: 100%;
    background-color: #1fa498;
    border-radius: 30px;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 20px;
    overflow: hidden;
    border: solid 1px #81d8d0;
    box-shadow: 0 2px 10px rgba(59, 119, 113, 1.0);
}

    .modal-wrapper:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url(../img/bg/main-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 0 20%, rgba(0, 0, 0, 0) 50% 100%);
        mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 0 20%, rgba(0, 0, 0, 0) 50% 100%);
        opacity: 0.4;
    }

.modal-sidebar {
    width: 280px;
    position: relative;
    z-index: 1;
    align-content: flex-start;
    padding: 20px 15px;
    overflow: hidden;
}

    .modal-sidebar .header {
        width: 100%;
        height: 60px;
        margin: 0 0 30px;
        background-color: #5ebeb5;
        border-radius: 15px;
        color: #ffffff;
        font-size: 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    }

        .modal-sidebar .header .icon {
            position: relative;
            margin-right: 10px;
            margin-left: -10px;
        }

        .modal-sidebar .header .heart-icon {
            top: -5px;
        }

.modal-menu {
    width: calc(100% + 15px);
    margin-right: -15px;
}

    .modal-menu a {
        width: 100%;
        height: 50px;
        border-radius: 25px 0 0 25px;
        color: #ffffff;
        padding: 0 0 0 20px;
    }

        .modal-menu a:before,
        .modal-menu a:after {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            right: 0;
            opacity: 0;
        }

        .modal-menu a:before {
            top: -25px;
            box-shadow: 10px 10px 0 #ffffff;
        }

        .modal-menu a:after {
            bottom: -25px;
            box-shadow: 10px -10px 0 #ffffff;
        }

        .modal-menu a.active:before,
        .modal-menu a.active:after {
            opacity: 1.0;
        }

        .modal-menu a.active {
            color: #107f75;
            background-color: #ffffff;
        }

        .modal-menu a .icon-panel {
            color: #81fff4;
            font-size: 20px;
            margin-right: 10px;
        }

        .modal-menu a:hover .icon-panel {
            color: #fff64c;
            animation: shakeAnim 1s ease 1;
        }

        .modal-menu a.active .icon-panel {
            color: #107f75;
            animation: none;
        }


/* Modal Panel */

.modal-panel {
    width: calc(100% - 280px);
    background-color: #ffffff;
    border-radius: 40px;
    padding: 20px 20px;
    overflow: hidden;
}


/* Modal Header */

.modal-header {
    width: 100%;
    border: none;
    margin: 0 0 10px;
    padding: 0;
}

    .modal-header .title-panel {
        color: #0a7066;
        font-size: 26px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    }

        .modal-header .title-panel i {
            color: #0a7066;
            font-size: 38px;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

        .modal-header .title-panel .img-panel {
            height: 50px;
            margin-right: 15px;
            padding-right: 15px;
            overflow: hidden;
        }

            .modal-header .title-panel .img-panel:after {
                width: 1px;
                height: 50%;
                top: 6%;
                bottom: 0;
                right: 0;
                margin: auto 0;
                background-color: #85aaa7;
            }

            .modal-header .title-panel .img-panel img {
                max-height: 40px;
            }

.modal .close-btn {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 20px;
    font-size: 30px;
    color: #ffffff;
    z-index: 9;
}

    .modal .close-btn:before,
    .modal .close-btn:after {
        width: 1px;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #229389;
        transition: 0.3s;
    }

    .modal .close-btn:before {
        transform: rotate(-45deg);
    }

    .modal .close-btn:after {
        transform: rotate(45deg);
    }

    .modal .close-btn:hover:before,
    .modal .close-btn:hover:after {
        background-color: #d54a34;
    }

    .modal .close-btn:hover:before {
        transform: rotate(45deg);
    }

    .modal .close-btn:hover:after {
        transform: rotate(135deg);
    }


/* Modal Body */

.modal-body {
    min-height: 740px;
    overflow: hidden;
    padding: 30px 30px 30px;
}

    .modal-body:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 30px 30px 0 0;
        background-image: linear-gradient(#ceedf2, #ffffff, #ffffff);
    }


/* Modal Badge */

.modal-badge {
    width: 100%;
    min-height: 60px;
    padding: 5px 15px;
    background-image: linear-gradient(#25c0cf, #1c8eb9);
    color: #d5fbff;
    box-shadow: 0 0 0 3px rgba(36, 190, 206, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0 0 15px;
}

    .modal-badge .icon {
        color: #fff64c;
        font-size: 18px;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

    .modal-badge button {
        height: 30px;
        padding: 0 20px;
        border-radius: 15px;
        margin-left: auto;
        border: none;
        background-color: #fffac9;
        color: #8b580c;
    }

        .modal-badge button:hover {
            background-color: #fff167;
        }



.main_pop_wrap {
    overflow:auto;
    top: 0px;
    float: left;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.popup_window {
    position: relative;
    background-color: #fff;
    color: #000000;
    margin: 5px;
    border: 4px solid #0c0c0c;
    display: none;
    z-index: 999;
    padding-top: 30px;
    background: #634621;
    padding-bottom: 30px;
}

.pagination button {
    width: 60px;
    padding: 6px;
}