#customScrollMega::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

#customScrollMega::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}

#customScrollMega::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 81, 199, 0.5);
}

#customScrollPower::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

#customScrollPower::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}

#customScrollPower::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(225, 59, 44, 0.5);
}

.scrollLock {
    overflow: hidden;
}

.circle_box .slick-dots {
    display: flex !important;
    flex-direction: column !important;
    left: 300px !important;
    bottom: 128px !important;
}
.circle_box .slick-dots li {
    height: 15px !important;
}

.box_2_cont.sec_res {
    margin-top: 30px;
    height: 426px !important;
    border-radius: 10px;
    border-bottom: 1px solid #e1e4eb;
}
.box_2_cont.sec_res .title {
    padding-top: 30px;
    color: #1a1917;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.slider.center {
    margin-top: 22px;
}
.center_item {
    position: relative;
    width: 200px;
    height: 200px;
    transition: 0.5s;
    transform: scale(1);
    margin: 0px 12px;
}
.center_item .img_wrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.center_item .img_wrap img {
    width: 100%;
}
.center_item .img_wrap .winno {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
}
.slider.center .win_num_han {
    position: relative;
    width: 30px;
    height: 30px;
}
.slider.center .win_num_han img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slider.center .win_num_han span {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.center_item.slick-slide.slick-current.slick-center {
    z-index: 1;
    transform: scale(1.3, 1.3);
    transform-origin: top center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.slider.center .slick-track {
    top: 3px !important;
    height: 350px !important;
}
.slider.center .slick-list.draggable::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
.slider.center .slick-list.draggable::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
.slider.center .win_list_up {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.slider.center .win_list_up .lt {
    width: 60px;
    height: 55px;
    background-image: url('../images/prize.png');
    background-position: center;
    background-size: cover;
}
.slider.center .win_list_up .rt {
    margin-top: 5px;
}
.slider.center .win_list_up .rt .name {
    color: #363636;
    font-size: 18px;
    font-weight: 600;
}
.slider.center .win_list_up .rt .name span {
    color: #363636;
    font-weight: 200;
}
.slider.center .win_list_up .rt .win {
    font-size: 20px;
}
.slider.center .win_list_up .rt .win span {
    font-weight: 900;
}

.slider.center .slick-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
.slider.center .slick-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}

.box_2_cont.sec_res {
    height: 470px !important;
}
.slider.center .slick-track {
    height: 360px !important;
}

.gnb_list {
	/*font-size: 13px;
	gap: 25px;
	gap: 16px;*/
	gap: 12px;
}

.logo_img {
	height: 45px;
	width: 280px;
}