@font-face {
    font-family: 'GmarketSans';
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'GmarketSans';
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'GmarketSans';
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-weight: 900;
    font-style: normal
}

.promotion-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;
}

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

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

.promotion-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, 0.85)
}

.promotion-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
}

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

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

html.scroll-rock {
    overflow: hidden;
}

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

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

.promotion-wrap>section.quiz-section .quiz-form {
    width: 100%;
	height: 1240px;
	background-image: url(/images/month2603/event_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.promotion-wrap>section.quiz-section .quiz-form .answer-input input {
	display: block;
	background: #fff;
	border: none;
	width: 929px;
	height: 124px;
	margin: 857px auto 20px;
	padding: 0 50px;
	font-size: 36px;
}

.promotion-wrap>section.quiz-section .quiz-form .quize-submit button {
	width: 479px;
	height: 136px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-image: url(/images/month2603/word_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	font-size: 0;
	margin: 0 auto;
	background-color: unset;
	padding: 0;
}

.promotion-wrap>section.quiz-section .event-prize {
    margin-top: -44px;
    width: 100%;
	height: 371px;
	background-image: url(/images/month2603/event_prize.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.promotion-wrap>section.coupon-section {
	width: 100%;
	height: 1349px;
	position: relative;
	background-image: url(/images/month2603/coupon_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.promotion-wrap>section.coupon-section .apply-btn {
	position: absolute;
	top: 969px;
	left: 50%;
	margin-left: -239px;
}

.promotion-wrap>section.coupon-section .apply-btn button {
	width: 479px;
	height: 136px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-image: url(/images/month2603/coupon_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	font-size: 0;
	background-color: unset;
	padding: 0;
}


.promotion-wrap>section.other-contents-section {
	width: 100%;
	height: 2243px;
	background-image: url(/images/month2603/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;
}

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

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

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

.promotion-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;
}

.promotion-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;
}

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

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

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

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

.promotion-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;
}

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

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

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

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

.promotion-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
}

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

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

.promotion-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
}

.promotion-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;
}

.promotion-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;
}

.promotion-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
}

.promotion-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)
}

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

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

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

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

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

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

.promotion-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;
}

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

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

.promotion-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%
}

.promotion-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
}

.promotion-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
}

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

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

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

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

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

.promotion-wrap>section.manual-install-app .app-links {
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: 46px;
}

.promotion-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/month2603/app_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	font-size: 0;
}

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

.roulette-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .6 );
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity .15s
}

.roulette-layer.active {
	pointer-events: auto;
	opacity: 1
}

.roulette-layer .roulette-layer-box {
	width: 100%;
	max-width: 550px;
	min-height: 350px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 12px 0 32px rgba(0, 0, 0, 0.35);
	font-family: 'Pretendard';
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.roulette-layer#layer-confirm .roulette-layer-box {
	padding: 130px 0;
}

.roulette-layer#layer-login .roulette-layer-box {
	padding: 110px 0;
}

.roulette-layer#coupon-complete .roulette-layer-box {
	padding: 110px 0;
}

.roulette-layer .roulette-layer-box > .btn-close-layer {
	width: 30px; 
	height: 30px;
	position: absolute;
	top: 23px; 
	right: 25px;
	z-index: 9;
	background-image: url(/images/month2603/close_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	min-width: unset;
	padding: 0;
	background-color: unset;
}

.roulette-layer .roulette-layer-box > .btn-close-layer span {
	font-size: 0;
}

.roulette-layer .roulette-layer-box .main-message {
	font-size: 34px;
	color: #010101;
	text-align: center;
	line-height: 1.33;
	word-break: keep-all;
	word-wrap: break-word
}

.roulette-layer .roulette-layer-box .sub-message {
	font-size: 30px;
	color: #010101;
	text-align: center;
	line-height: 1.33;
}

.roulette-layer .roulette-layer-box .sub-message + .sub-message {
	margin-top: 10px;
}

.roulette-layer .roulette-layer-box .apply-btn-area {
	display: flex;
	width: 444px;
	gap: 4px;
	margin-top: 55px;
}

.roulette-layer .roulette-layer-box .apply-btn-area li {
	width: 100%;
}

.roulette-layer .roulette-layer-box .apply-btn-area li button {
	width: 100%;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #9f9f9f;
	border-radius: 10px
}

.roulette-layer .roulette-layer-box .apply-btn-area li button.btn-month-apply {
	background-color: #e30613;
}

.roulette-layer .roulette-layer-box .roulette-layer-image {
	margin-bottom: 35px;
}

.roulette-layer .roulette-layer-box .roulette-layer-buttons {
	width: 313px;
	margin: 65px auto 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.roulette-layer .roulette-layer-box .roulette-layer-buttons a {
	width: 100%;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #262626;
	border-radius: 10px
}

.roulette-layer .roulette-layer-box .roulette-layer-buttons a.btn-login {
	background-color: #e30613;
}