@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
}

.container {
	margin-bottom: 0;
}

.promotion-month6-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.promotion-month6-wrap:is(.not-period, .event-end) {
	pointer-events: none;
}

.promotion-month6-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 );
}

.promotion-month6-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-month6-wrap.not-period::after {
	content: '이벤트 시작 전입니다.';
}

.promotion-month6-wrap.event-end::after {
	content: '이벤트가 종료되었습니다.';
}

.promotion-month6-wrap * {
    font-family: inherit
}

.promotion-month6-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-month6-wrap section.top-section {
    height: 1410px;
    background-image: url(../images/month2506/bg.jpg)
}

.promotion-month6-wrap section.vs-section {
    height: 1524px;
    padding-top: 940px;
}

.promotion-month6-wrap section.vs-section.first {
    background-image: url(../images/month2506/vs_bg1.jpg)
}

.promotion-month6-wrap section.vs-section.second {
    background-image: url(../images/month2506/vs_bg2.jpg)
}

.promotion-month6-wrap section.vs-section.third {
    background-image: url(../images/month2506/vs_bg3.jpg)
}

.promotion-month6-wrap section.vs-section.fourth {
    background-image: url(../images/month2506/vs_bg4.jpg)
}

.promotion-month6-wrap section.vs-section .gauge {
	width: 1225px;
	margin: 0 auto;
	padding: 0 82px;
	position: relative;
}

.promotion-month6-wrap section.vs-section .gauge .bar {
	width: 100%;
	height: 88px;
	border: 3px solid #000000;
	border-radius: 44px;
	background: #ceff46;
	position: relative;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.34);
}

.promotion-month6-wrap section.vs-section .gauge .bar .active-wrap {
	width: 100%;
	height: 100%;
	border-radius: 44px;
	overflow: hidden;
}

.promotion-month6-wrap section.vs-section .gauge .bar .active {
	height: 100%;
	background: #2e72ee;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.34);
}

.promotion-month6-wrap section.vs-section .gauge .person {
	position: absolute;
	top: -93px;
	margin-left: -45px;
}

.promotion-month6-wrap section.vs-section .gauge .person.scale {
	transform: scaleX(-1);
}

.promotion-month6-wrap section.vs-section .gauge .dot {
	position: absolute;
	top: 74px;
	margin-left: -16px;
}

.promotion-month6-wrap section.vs-section .gauge .bar .glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	background: url(../images/month2506/glow.png) no-repeat center center;
}

.promotion-month6-wrap section.vs-section .gauge .shadow {
	position: absolute;
	top: 3px;
	z-index: -1;
}

.promotion-month6-wrap section.vs-section .gauge .text {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 20px;
}

.promotion-month6-wrap section.vs-section .gauge .text .percent {
	font-size: 40px;
 	font-family: 'GmarketSans';
    font-weight: 900;
    color: #2e72ee;
}

.promotion-month6-wrap section.vs-section .gauge .text .right .percent {
    color: #ceff46;
    position: relative;
    z-index: 0;
}

.promotion-month6-wrap section.vs-section .gauge .text .right .percent::before {
  z-index: -1;
  content: attr(data-content);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-text-stroke: 6px #000;
}

.promotion-month6-wrap section.vs-section .gauge .text .count {
	font-size: 26px;
 	font-family: 'GmarketSans';
}

.promotion-month6-wrap section.vs-section .vs-list {
	margin-top: 80px;
	width: 1053px;
	display: flex;
	justify-content: space-between;
}

.promotion-month6-wrap section.vs-section .vs-list li button {
	display: flex;
	width: 513px;
	height: 167px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.promotion-month6-wrap section.vs-section .vs-list-first li:first-child button {
	background-image: url(../images/month2506/vote_btn01.png);
}

.promotion-month6-wrap section.vs-section .vs-list-first li:last-child button {
	background-image: url(../images/month2506/vote_btn02.png);
}

.promotion-month6-wrap section.vs-section .vs-list-second li:first-child button {
	background-image: url(../images/month2506/vote_btn03.png);
}

.promotion-month6-wrap section.vs-section .vs-list-second li:last-child button {
	background-image: url(../images/month2506/vote_btn04.png);
}

.promotion-month6-wrap section.vs-section .vs-list-third li:first-child button {
	background-image: url(../images/month2506/vote_btn05.png);
}

.promotion-month6-wrap section.vs-section .vs-list-third li:last-child button {
	background-image: url(../images/month2506/vote_btn06.png);
}

.promotion-month6-wrap section.vs-section .vs-list-fourth li:first-child button {
	background-image: url(../images/month2506/vote_btn07.png);
}

.promotion-month6-wrap section.vs-section .vs-list-fourth li:last-child button {
	background-image: url(../images/month2506/vote_btn08.png);
}

.promotion-month6-wrap section.gift-section {
    height: 1554px;
    background-image: url(../images/month2506/gift.jpg)
}

.promotion-month6-wrap section.comment-section {
    height: 1443px;
    background-image: url(../images/month2506/comment_bg.jpg);
    padding-top: 475px;
    font-family: 'Pretendard'
}

.promotion-month6-wrap section.comment-section>.inner {
    width: 955px;
    min-width: 955px;
    max-width: 955px;
}

.promotion-month6-wrap section.comment-section>.inner .comment-form {
    height: 170px;
    display: flex;
    flex-direction: row;
    gap: 12px
}

.promotion-month6-wrap section.comment-section>.inner .comment-form .pmt-textarea {
    flex: 1;
    border: 1px solid #96b8f6;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 25px 30px;
    font-size: 27px;
    color: #30323d;
    background: none;
}

.promotion-month6-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;
}

.promotion-month6-wrap section.comment-section>.inner .comment-form .pmt-textarea textarea::placeholder {
    color: #30323d30
}

.promotion-month6-wrap section.comment-section>.inner .comment-form .pmt-textarea textarea:focus {
    border: 0 none;
    outline: 0 none
}

.promotion-month6-wrap section.comment-section>.inner .comment-form .pmt-textarea .text-length {
    opacity: 0.5;
    text-align: right;
    font-size: 20px;
}

.promotion-month6-wrap section.comment-section>.inner .comment-form .pmt-button {
    width: 176px
}

.promotion-month6-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/month2506/comment_btn.png);
}

.promotion-month6-wrap section.comment-section>.inner .comment-list {
    margin-top: 50px;
    width: 100%;
    height: 553px;
    border: 1px solid #efefef
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul>li {
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul>li .comment-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul>li .comment-head .name {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul>li .comment-head .date {
    font-size: 16px;
    color: #767676
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul>li .comment-content {
    position: relative;
    font-size: 15px;
    color: #767676;
    padding-right: 24px;
    word-break: break-all;
    word-wrap: break-word
}

.promotion-month6-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
}

.promotion-month6-wrap section.comment-section>.inner .comment-list ul>li .comment-like .btn-like {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    font-size: 12px
}

.promotion-month6-wrap section.comment-section>.inner .comment-list 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-month6-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-month6-wrap section.comment-section>.inner .pagination-wrap {
    margin-top: 20px
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li {
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li.page-func.page-disabled {
    pointer-events: none;
    opacity: 0.4
}

.promotion-month6-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-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button) span {
    font-size: 15px;
    color: #878787
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).active span {
    color:#234850
}

.promotion-month6-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-month6-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-month6-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-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-first {
    background-image: url(../images/month2506/page-first.png)
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-prev {
    background-image: url(../images/month2506/page-prev.png)
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-next {
    background-image: url(../images/month2506/page-next.png)
}

.promotion-month6-wrap section.comment-section>.inner .pagination-wrap>ul>li>:is(a, button).page-last {
    background-image: url(../images/month2506/page-last.png)
}

.promotion-month6-wrap>section.app-section {
    width: 100%;
    height: 1521px;
    position: relative;
    background-image: url(/images/month2506/event_app.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0
}

.promotion-month6-wrap>section.app-section .app-links {
	position: absolute;
	top: 347px;
	left: 50%;
	margin-left: 68px;
}

.promotion-month6-wrap>section.app-section .app-links>li :is(a, button) {
	width: 397px;
	height: 103px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-image: url(/images/month2506/btn_app.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	font-size: 0;
}

.promotion-month6-wrap>section.notice-section {
    width: 100%;
    height: 704px;
    background-image: url(/images/month2506/notice.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.promotion-month6-wrap .layer-promotion {
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 9999;
	width: 100%; 
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	overflow: hidden;
	background-color: rgba( 0, 0, 0, .5 );
	pointer-events: none;
	transition: all .25s;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container {
	width: 647px; 
	min-height: 544px;
	background-color: #fff;
	position: relative;
	border-radius: 100px;
	padding: 50px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px 0;
	border: 5px solid #2e72ee	
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container-big {
	gap: 35px 0;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container > .btn-close-promotion-layer {
	width: 77px; height: 77px;
	background: url(/images/month2506/close_layer.png);
	position: absolute;
	top: -10px; right: -15px;
}

.promotion-month6-wrap .layer-promotion.active {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container > .btn-close-promotion-layer span {
	display: none;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container .layer-promotion-icon1 {
	width: 146px; height: 146px;
	background: url(/images/month2506/ico-alert.png) no-repeat 50% 50%;
	background-size: contain !important;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container .layer-promotion-icon2 {
	width: 150px; 
	height: 219px;
	background: url(/images/month2506/ico-vs.png) no-repeat 50% 50%;
	margin-bottom: 5px;
	background-size: contain !important;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container .layer-promotion-text {
	font-size: 37px;
	font-weight: 900;
	color: #000;
	text-align: center;
	letter-spacing: -0.06em;
	line-height: 1.3;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container .layer-promotion-buttons {
	width: 334px;
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container .layer-promotion-buttons :is(a, button) {
	width: 100%; height: 73px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	color: #2e72ee;
	background-color: #ceff46;
	border-radius: 37px;
	padding-top: 1%;
}

.promotion-month6-wrap .layer-promotion .layer-promotion-container .layer-promotion-buttons :is(a, button).btn-blue {
	background-color: #2e72ee;
	color: #fff;
}