@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
}

html.scroll-rock {
	overflow: hidden;
}

.container {
	margin-bottom: 0;
}

.promotion-month9-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

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

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

.promotion-month9-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-month9-wrap.not-period::after {
	content: '이벤트 시작 전입니다.';
}

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

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

.promotion-month9-wrap section {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    min-width: 1064px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.promotion-month9-wrap section.top-section {
    height: 1516px;
    background-image: url(../images/month2509/bg.jpg);
    position: relative;
}

.promotion-month9-wrap>section.top-section .link-btn {
	position: absolute;
	top: 1165px;
	left: 50%;
	transform: translateX(-50%);
	width: 777px;
	height: 153px;
	background-image: url(/images/month2509/coupon_btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	font-size: 0;
}

.promotion-month9-wrap section.coupon1-section {
    height: 1858px;
    background-image: url(../images/month2509/coupon_bg01.jpg);
}

.promotion-month9-wrap section.coupon2-section {
    height: 1323px;
    background-image: url(../images/month2509/coupon_bg02.jpg);
}

.promotion-month9-wrap section.benefit-section {
    height: 935px;
    background-image: url(../images/month2509/benefit_bg.jpg);
    position: relative;
}

.promotion-month9-wrap>section.benefit-section .link-btn {
	position: absolute;
	top: 675px;
	left: 50%;
	transform: translateX(-50%);
	width: 567px;
	height: 140px;
	background-image: url(/images/month2509/benefit_btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	font-size: 0;
}

.promotion-month9-wrap section.gift-section {
    height: 766px;
    background-image: url(../images/month2509/gift_bg.jpg)
}

.promotion-month9-wrap section.comment-section {
    height: 1340px;
    background-color: #fff3e6;
    padding-top: 140px;
    font-family: 'Pretendard'
}

.promotion-month9-wrap section.comment-section>.inner {
    width: 1193px;
    height: 1070px;
    background: #fff;
    padding: 70px 80px;
}

.promotion-month9-wrap section.comment-section>.inner .comment-form {
	width: 100%;
    height: 184px;
    display: flex;
    flex-direction: row;
    gap: 14px
}

.promotion-month9-wrap section.comment-section>.inner .comment-form .pmt-textarea {
    flex: 1;
    border: 2px solid #e51f22;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 25px 30px;
    font-size: 27px;
    color: #30323d;
    background: none;
}

.promotion-month9-wrap section.comment-section>.inner .comment-form .pmt-textarea textarea {
    width: 100%;
    height: 100%;
    flex: 1;
    font-size: inherit;
    color: inherit;
	line-height: 1.5;
    border: 0 none;
    outline: 0 none;
    background: none;
    resize: none;
}

.promotion-month9-wrap section.comment-section>.inner .comment-form .pmt-textarea textarea::placeholder {
    color: #30323d30
}

.promotion-month9-wrap section.comment-section>.inner .comment-form .pmt-textarea textarea:focus {
    border: 0 none;
    outline: 0 none
}

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

.promotion-month9-wrap section.comment-section>.inner .comment-form .pmt-button {
    width: 189px
}

.promotion-month9-wrap section.comment-section>.inner .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;
    font-size: 0;
    background: url(../images/month2509/comment_btn.png);
}

.promotion-month9-wrap section.comment-section>.inner .comment-list {
    margin-top: 60px;
    width: 100%;
    height: 650px;
    border: 1px solid #efefef;
}

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

.promotion-month9-wrap section.comment-section>.inner .comment-list ul>li {
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
    position: relative
}

.promotion-month9-wrap section.comment-section>.inner .comment-list ul>li .comment-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.promotion-month9-wrap section.comment-section>.inner .comment-list ul>li .comment-head .name {
    font-size: 21px;
    font-weight: 700;
    color: #000
}

.promotion-month9-wrap section.comment-section>.inner .comment-list ul>li .comment-head .date {
    font-size: 17px;
    color: #767676
}

.promotion-month9-wrap section.comment-section>.inner .comment-list ul>li .comment-content {
    position: relative;
    font-size: 17px;
    color: #767676;
    padding-right: 24px;
    word-break: break-all;
    word-wrap: break-word
}

.promotion-month9-wrap section.comment-section>.inner .comment-list 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-month9-wrap section.comment-section>.inner .comment-list ul>li .comment-like .btn-like {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    padding: 0;
    line-height: 1.4;
    justify-content: flex-start;
}

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

.promotion-month9-wrap section.comment-section>.inner .comment-list ul>li .comment-like .btn-like.active::before {
    background-image: url(/imgs/svg/icon/ico-zzim-like.svg)
}

.promotion-month9-wrap section.comment-section>.inner .pagination-wrap {
    margin-top: 20px
}

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

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

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

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

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

.promotion-month9-wrap section.comment-section>.inner .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
}

.promotion-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button) span {
    font-size: 16px;
    color: #878787
}

.promotion-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).active span {
    color:#000000
}

.promotion-month9-wrap section.comment-section>.inner .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-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button):is(.page-first, .page-prev, .page-next, .page-last) span {
    display: none
}

.promotion-month9-wrap section.comment-section>.inner .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-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-first {
    background-image: url(../images/month2509/page-first.png)
}

.promotion-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-prev {
    background-image: url(../images/month2509/page-prev.png)
}

.promotion-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-next {
    background-image: url(../images/month2509/page-next.png)
}

.promotion-month9-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-last {
    background-image: url(../images/month2509/page-last.png)
}

.promotion-month9-wrap>section.app-section {
    width: 100%;
    height: 1725px;
    position: relative;
    background-image: url(/images/month2509/app_bg.jpg);
}

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

.promotion-month9-wrap>section.app-section .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/month2509/btn_app.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	font-size: 0;
}

.promotion-month9-wrap>section.notice-section {
    width: 100%;
    height: 938px;
    background-image: url(/images/month2509/notice.jpg);
}