@font-face {
    font-family: 'YFavorite';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/YOnepickTTF-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'YFavorite';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/YOnepickTTF-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

.yfont {
	font-family: 'YFavorite' !important;
}

.month-wrap {
    width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Pretendard';
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.month-wrap:is(.not-period, .event-end) {
	pointer-events: none;
}

.month-wrap:is(.not-period, .event-end)::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	z-index: 997;
	display: block;
	width: 100%; height: 100%;
	background-color: rgba( 0, 0, 0, .85 );
}

.month-wrap:is(.not-period, .event-end)::after {
	position: fixed;
	top: 0; left: 0;
	z-index: 998;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%; height: 100%;
	font-size: 60px;
	color: #fff;
}

.month-wrap.not-period::after {
	content: '이벤트 시작 전입니다.';
}

.month-wrap.event-end::after {
	content: '이벤트가 종료되었습니다.';
}

html.scroll-rock {
    overflow: hidden;
}

.month-wrap * {
    font-family: inherit
}

.month-wrap>section {
    display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1920px;
	min-width: 1920px;
}

.month-wrap>section.month-top {
	width: 100%;
	height: 2143px;
	background-image: url(/images/month2602/top_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.month-wrap>section.prize-list-section {
	background: #ffe2cc;
	width: 100%;
	height: 1673px;
	padding-top: 83px;
}

.month-wrap>section.prize-list-section .prize-list {
    width: 1314px;
    display: flex;
    flex-wrap: wrap;
    gap: 63px 18px
}

.month-wrap>section.prize-list-section .prize-list>li {
    width: 426px;
	height: 705px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/images/month2602/goods_bg.png);
    padding-top: 50px;
}

.month-wrap>section.prize-list-section .prize-list>li .prize-name {
    font-size: 26px;
    font-weight: 700;
    color: #862507;
    margin-bottom: 15px;
}

.month-wrap>section.prize-list-section .prize-list>li .count-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.month-wrap>section.prize-list-section .prize-list>li .count-number {
    font-size: 38px;
    font-weight: 700;
    color: #975900;
    margin-bottom: 10px;
}

.month-wrap>section.prize-list-section .prize-list>li .prize-thumb {
    width: 100%;
	height: 377px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: contain;
	margin-bottom: 10px;
}

.month-wrap>section.prize-list-section .prize-list>li .btn-month-apply {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 307px;
    height: 85px;
    background: #862507;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.month-wrap>section.other-contents-section {
	width: 100%;
	height: 2040px;
	background-image: url(/images/month2602/comment_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100% auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.month-wrap>section.other-contents-section .comment-article {
	width: 1003px;
	margin-top: 1005px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border: 1px solid #065832;
    background: #fff;
    padding: 28px 0 44px;
}

.month-wrap>section.other-contents-section .comment-article .comment-area {
	max-width: 955px;
}

.month-wrap>section.other-contents-section .comment-article .comment-form {
	width: 955px;
	height: 170px;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-textarea {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 25px;
	font-size: 20px;
	color: #30323d;
	border: 1px solid #b5b5b5;
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-textarea textarea {
	width: 100%;
	height: 100%;
	flex: 1;
	font-size: inherit;
	line-height: 1.4;
	color: inherit;
	border: 0 none;
	outline: 0 none;
	background: none;
	resize: none;
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-textarea textarea::placeholder {
	color: #30323d30
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-textarea textarea:focus {
	border: 0 none;
	outline: 0 none
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-textarea .text-length {
	opacity: 0.5;
	text-align: right;
	font-size: 20px;
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-button {
	width: 170px;
}

.month-wrap>section.other-contents-section .comment-article .comment-form .pmt-button :is(button, a) {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background-color: #065832;
	font-size: 27px;
	color: #fff;
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap {
	width: 100%;
	height: 550px;
	margin-top: 50px;
	border: 1px solid #efefef;
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul {
	width: 100%;
	height: 100%;
	padding-top: 7px;
	overflow-y: scroll
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li {
    padding: 11px 35px;
    display: flex;
    flex-direction: column;
    position: relative
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-head .name {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-head .date {
    font-size: 16px;
    color: #767676
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-content {
    position: relative;
    font-size: 15px;
    color: #767676;
    padding-right: 24px;
    word-break: break-all;
    word-wrap: break-word
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-content .btn-delete-comment {
    width: 19px;
    height: 19px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    right: 0;
    min-width: auto;
    padding: 0;
    line-height: 1;
    margin-top: 10px;
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-like .btn-like {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding: 0;
    line-height: 1.4;
    justify-content: flex-start;
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-like .btn-like::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -1px;
    background-image: url(/imgs/svg/icon/ico-like.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.month-wrap>section.other-contents-section .comment-article .comment-list-wrap ul>li .comment-like .btn-like.active::before {
    background-image: url(/imgs/svg/icon/ico-zzim-like.svg)
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap {
    margin-top: 20px
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li {
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li:first-child {
	margin-right: 10px;
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li:last-child {
	margin-left: 10px;
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li.page-func.page-disabled {
    pointer-events: none;
    opacity: 0.4
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button) {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 33px;
    height: 33px;
    border: 1px solid transparent;
    padding: 0 4px;
    border-radius: 0;
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button) span {
    font-size: 15px;
    color: #878787;
    font-weight: 400;
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button).active span {
    color:#234850;
    font-weight: 600;
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button):is(.page-first, .page-prev, .page-next, .page-last) {
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button):is(.page-first, .page-prev, .page-next, .page-last) span {
    display: none
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button):is(.page-first, .page-prev, .page-next, .page-last)+:is(.page-first, .page-prev, .page-next, .page-last) {
    margin-left: -1px
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button).page-first {
    background-image: url(../images/month2602/page-first.png)
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button).page-prev {
    background-image: url(../images/month2602/page-prev.png)
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button).page-next {
    background-image: url(../images/month2602/page-next.png)
}

.month-wrap>section.other-contents-section .comment-article .pagination-wrap>ul>li>:is(a, button).page-last {
    background-image: url(../images/month2602/page-last.png)
}

.month-wrap>section.manual-install-app {
	width: 100%;
	height: 1759px;
	position: relative;
	background-color: #ffffff;
	background-image: url(/images/month2602/app_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.month-wrap>section.manual-install-app .app-links {
	position: absolute;
	top: 405px;
	left: 50%;
	margin-left: 47px;
}

.month-wrap>section.manual-install-app .app-links>li :is(a, button) {
	width: 382px;
	height: 99px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-image: url(/images/month2602/app_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	font-size: 0;
}

.month-wrap>section.promotion-notice {
   width: 100%;
	height: 1085px;
	background-image: url(/images/month2602/notice_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.layer-month {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: opacity .25s
}

.layer-month:not(.active) {
    opacity: 0
}

.layer-month:not(.active) .layer-month-container {
    pointer-events: none
}

.layer-month.active {
    opacity: 1
}

.layer-month.active .layer-month-container {
    pointer-events: auto
}

.layer-month .layer-month-container {
    width: 550px;
    min-height: 350px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 6px 6px 9px rgba(48, 50, 61, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: auto
}

.layer-month#layer-month-login .layer-month-container {
	padding: 110px 0;
}

.layer-month#layer-month-complete .layer-month-container {
	padding: 110px 0 120px;
}

.layer-month .layer-month-container button.btn-close-month-layer {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 25px;
    background: url(../images/month2602/close_popup.png);
    min-width: auto;
}

.layer-month .layer-month-container .btn-close-month-layer span {
    display: none;
}

.layer-month .layer-month-container .layer-month-icon1 {
    display: block;
    width: 139px;
    height: 139px;
    margin: 0 0 35px 0;
    background-image: url(../images/month2602/layer-icon1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.layer-month .layer-month-container .layer-month-icon2 {
    display: block;
    width: 139px;
    height: 139px;
    margin: 0 0 25px 0;
    background-image: url(../images/month2602/layer-icon2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.layer-month .layer-month-container .layer-month-text {
    font-size: 30px;
    color: #30323d;
    line-height: 1.28;
    letter-spacing: -0.05em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px
}

.layer-month .layer-month-container .layer-month-text strong {
    font-weight: 900;
    margin-bottom: 25px;
}

.layer-month .layer-month-container .layer-month-text p {
    font-weight: 400;
}

.layer-month .layer-month-container .layer-month-text a.btn-close-month-layer {
	width: 258px;
	height: 77px;
	border-radius: 10px;
	background: #262626;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	margin-top: 20px;
}

.layer-month .layer-month-container .layer-month-text a.btn-close-month-layer-mg {
	margin-top: 50px;
}

.layer-month .layer-month-container .layer-month-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 70px;
    margin-bottom: 2px
}

.layer-month .layer-month-container .layer-month-buttons>li {
    width: 315px
}

.layer-month .layer-month-container .layer-month-buttons>li :is(button, a) {
    width: 100%;
    height: 78px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
	color: #fff;
    border-radius: 10px;
}

.layer-month .layer-month-container .layer-month-buttons>li:nth-child(1) :is(a, button) {
    color: #fff;
    background-color: #dc1414
}

.layer-month .layer-month-container .layer-month-buttons>li:nth-child(2) :is(a, button) {
    color: #fff;
    background-color: #30323d
}