@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/NotoSansKR-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/NotoSansKR-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kadwa';
    src: url('/fonts/Kadwa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Kadwa';
    src: url('/fonts/Kadwa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: 'Pretendard';
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

a:link {
    text-decoration: none !important;
    color: black;
}

a:visited { color: black; }

img {
    user-select: none;
}

p > span {
    margin-left:5px;
}

p, span {
    white-space: wrap;
    word-break: break-word;
}

ul > li {
    margin-left: 23px;
}


.react-dropdown-select-option, .react-dropdown-select-item-selected {
    background: #FA7224;
    background-color: #FA7224 !important;
}

.range-slider__range, .range-slider__thumb {
    background-color: #FA7224 !important;
}

.control-arrow {
    /*filter:brightness(0%);*/
    border-radius: 500px;
    height:45px;
    width: 45px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top:50% !important;
    opacity: 1;
    /*left:% !important;*/
    /*width:50px;*/
    background-color: rgba(0,0,0,0.6) !important;
}

@media screen and (max-width: 800px) {
    .control-arrow {
        width: 40px;
        height: 40px;
    }
}



                                  .control-next {
    transform: translateX(-20px);
}

.control-prev {
    transform: translateX(20px);
}

div.thumbs-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

li.thumb {
    margin: 0 !important;
    padding: 0 !important;
}

ul.thumbs {
    /*padding: 10px !important;*/
    padding:0;
}

div.thumbs-wrapper {
    padding:3px !important;
    margin:10px !important;
}

.swal2-container {
    z-index:999999999;
}

.pagen-wrap {
    display:flex;
    flex-direction: row;
    gap:5px;
}

.pagen-button {
    list-style: none;
    margin:0px;

    & > a {
        padding:10px;
        font-size:13px;
        background-color:white;
        color:black;
        border: 1px solid #ddd;
        cursor:pointer;

        &:hover {
            background-color: #fafafa;
        }
    }
}


@media screen and (max-width: 800px) {
    .pagen-button {
        width: 25px;
        height: 30px;
    }
}

.pagen-button-next {
    list-style: none;
    margin:0px;
    margin-left:10px;

    & > a {
        padding:10px;
        font-size:13px;
        background-color:white;
        color:black;
        border: 1px solid #ddd;
        cursor:pointer;

        &:hover {
            background-color: #fafafa;
        }
    }
}

.pagen-button-prev {
    list-style: none;
    margin:0px;
    margin-right:0px;

    & > a {
        padding:10px;
        font-size:13px;
        background-color:white;
        color:black;
        border: 1px solid #ddd;
        cursor:pointer;

        &:hover {
            background-color: #fafafa;
        }
    }
}

.pagen-active {
    list-style: none;
    margin:0px;

    & > a {
        padding:10px;
        font-size:13px;
        background-color:#222A35;
        color:white;
        border: 1px solid #ddd;
        cursor:pointer;

        &:hover {
            background-color: #222A35;
        }
    }

}

.styles-module_whatsappButton__tVits{
    z-index:9999999999 !important;
    transform: scale(1.3);
}

.styles-module_whatsappButton__tVits::after{
    animation: none !important;
}

.styles-module_whatsappChatBox__MdQ5U {
    z-index:9999999999 !important;
    height: 360px !important;
    transform: scale(0%);
}

/*.styles-module_whatsappButton__tVits:hover ~ .styles-module_whatsappChatBox__MdQ5U{*/
/*    transform: scale(100%) !important;*/
/*}*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}