@charset "UTF-8";

@import url('/kr/event/common/event_variable.css');

/* 폰트:: Cafe24Ohsquare  */
@font-face {
    font-family: 'Cafe24Ohsquare';
    font-weight: 400;
    font-style: normal;
    src: url('/kr/event/common/fonts/Cafe24Ohsquare.eot');
    src: url('/kr/event/common/fonts/Cafe24Ohsquare.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Cafe24Ohsquare.woff2') format('woff2'),
        url('/kr/event/common/fonts/Cafe24Ohsquare.woff') format('woff'),
        url('/kr/event/common/fonts/Cafe24Ohsquare.ttf') format("truetype");
    font-display: swap;
}
/* 폰트:: Pretendard  */
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('/kr/event/common/fonts/Pretendard-Light.eot');
    src: url('/kr/event/common/fonts/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Pretendard-Light.woff2') format('woff2'),
        url('/kr/event/common/fonts/Pretendard-Light.woff') format('woff'),
        url('/kr/event/common/fonts/Pretendard-Light.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('/kr/event/common/fonts/Pretendard-Regular.eot');
    src: url('/kr/event/common/fonts/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Pretendard-Regular.woff2') format('woff2'),
        url('/kr/event/common/fonts/Pretendard-Regular.woff') format('woff'),
        url('/kr/event/common/fonts/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('/kr/event/common/fonts/Pretendard-Medium.eot');
    src: url('/kr/event/common/fonts/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Pretendard-Medium.woff2') format('woff2'),
        url('/kr/event/common/fonts/Pretendard-Medium.woff') format('woff'),
        url('/kr/event/common/fonts/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('/kr/event/common/fonts/Pretendard-Bold.eot');
    src: url('/kr/event/common/fonts/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Pretendard-Bold.woff2') format('woff2'),
        url('/kr/event/common/fonts/Pretendard-Bold.woff') format('woff'),
        url('/kr/event/common/fonts/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('/kr/event/common/fonts/Pretendard-ExtraBold.eot');
    src: url('/kr/event/common/fonts/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Pretendard-ExtraBold.woff2') format('woff2'),
        url('/kr/event/common/fonts/Pretendard-ExtraBold.woff') format('woff'),
        url('/kr/event/common/fonts/Pretendard-ExtraBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('/kr/event/common/fonts/Pretendard-Black.eot');
    src: url('/kr/event/common/fonts/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
        url('/kr/event/common/fonts/Pretendard-Black.woff2') format('woff2'),
        url('/kr/event/common/fonts/Pretendard-Black.woff') format('woff'),
        url('/kr/event/common/fonts/Pretendard-Black.ttf') format("truetype");
    font-display: swap;
}

/* Common */
.btn-grp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.btn-grp > a,
.btn-grp > button {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.btn-anchor,
a.btn-anchor,
button.btn-anchor {
	display: block;
	border: 0;
	background-color: transparent;
}
/* form */
.rdo-wrap + .rdo-wrap {
	margin-left: 15px;
}
.evt-inp-format.uppercase{
	text-transform: uppercase;
}
/* 폼 요소 포커스 */
.rdo-wrap input:focus + label, .chk-wrap input:focus + label {
	outline: 2px auto #000;
	outline-offset: 2px;
}
/* text align */
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
/* display */
.hide {
	display: none !important;
}
.pos-box {
	position: relative;
}
/* Flexbox */
.flexbox {
	display: flex !important;
}
.flexbox.between {
	justify-content: space-between;
}
.flexbox.middle {
	align-items: center;
}
/* 불릿 리스트 */
.bullet-list .point {
	color: #ec455a;
}
/* responsive img */
.img-responsive,
img.img-responsive,
.img-responsive > img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* 바닥페이지 공통 */
/* Event Container */
.event-container,
.event-container > [class*="event-"],
.event-inner{
	position: relative;
}

/* Heading */
.img-title {
	margin: 0;
}
.img-title.mt-0 {
	margin-top: 0;
}
.img-title.mb-0 {
	margin-bottom: 0;
}

/* Tab Customize */
.tabs-wrap.no-pd ul.tabs {
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.tabs-wrap.no-pd ul.tabs li {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
}
.tabs-wrap ul.tabs li.disabled {
	position: relative;
}
.tabs-wrap ul.tabs li.disabled::before {
	content: "";
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
}

@media screen and (max-width: 767px) {
	.tabs-wrap.no-pd ul.tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.tabs-wrap.no-pd ul.tabs li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}

/* PC */
.pc-only {
	display: block !important;
}
.mdevice .pc-only {
	display: none !important;
}

/* Mobile */
.mo-only,
.ios-only,
.and-only {
	display: none !important;
}
.mdevice .mo-only,
.mdevice .ios-only {
	display: block !important;
}

.mdevice:not(.app) .app-only {
	display: none !important;
}
.mdevice:not(.app) .and-only.mo-only,
.mdevice:not(.app) .ios-only.mo-only,
.mdevice:not(.app) .and-only.web-only,
.mdevice:not(.app) .ios-only.web-only {
	display: block !important;
}
.mdevice.app .web-only,
.mdevice.app .and-only.mo-only,
.mdevice.app .ios-only.mo-only {
	display: none !important;
}

.mdevice.app .and-only.app-only,
.mdevice.app .ios-only.app-only {
	display: block !important;
}
.mdevice:not(.app).os_Android .ios-only,
.mdevice:not(.app).os_iOS .and-only,
.mdevice.app.os_Android .ios-only,
.mdevice.app.os_iOS .and-only {
	display: none !important;
}

/* sns, hashtag, btn 영역 */
.evt-sns-area,
.evt-hash-area,
.evt-btn-area {
	position: absolute;
	left: 0;
	width: 100%;
}
.evt-sns-area div,
.evt-hash-area div,
.evt-btn-area div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.evt-sns-area a {
	height: 100%;
}
.evt-hash-area input {
	opacity: 0;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
	left: 0;
	top: 0;
	overflow: hidden;
  	visibility: hidden;
}
.evt-hash-area button {
	height: 100%;
	border: 0;
	background-color: transparent;
}
.evt-btn-area a,
.evt-btn-area button {
	display: inline-block;
	height: 100%;
}
.mdevice .evt-sns-area,
.mdevice .evt-hash-area,
.mdevice .evt-btn-area {
	margin: 0;
	padding: 0;
}

/* 아코디언 */
.evt-acco-area { 
	position: relative;
}
.evt-acco-cont .folded { 
	display: block;
}
.evt-acco-cont .unfolded {
	display: none;
}
/* 2026 버튼 텍스트 아코디언 추가 */
.evt-acco-area.acco-text-type .evt-acco-btn {
    display: inline-flex;
    height: 24px;
    font-size: 13px;
    line-height: 1.4;
    gap: 6px;
    align-items: center;
    justify-content: center;
}
.evt-acco-area.acco-text-type .evt-acco-btn:after {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-image: url('/kr/event/common/images/ico_acco_text_arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.evt-acco-area.acco-text-type .evt-acco-btn[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.evt-acco-area.acco-text-type .evt-acco-cont.unfolded {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.evt-acco-area.acco-text-type .evt-acco-btn {
    	font-size: calc(13 / 390 * 100vw);
    }
  	.evt-acco-area.acco-text-type .evt-acco-btn:after {
        width: calc(12 / 390 * 100vw);
        height: calc(12 / 390 * 100vw);
    }
  	.evt-acco-area.acco-text-type .evt-acco-cont.unfolded {
        margin-top: calc(30 / 390 * 100vw);
    }
}

/* 즉석당첨 레이어팝업 */
.instant-draw-pop {
	left: 50% !important;
	top: 50% !important;
	height: auto;
	min-height: auto !important;
	transform: translate(-50%, -50%) !important;
}
.instant-draw-pop .pop-conts {
	position: relative;
	overflow: hidden;
	max-height: auto;
	padding: 0;
}
.instant-draw-pop .pop-conts.no-footer::after {
	display: none;
}
.instant-draw-pop .input-random {
	position: absolute;
}
.instant-draw-pop .input-random input {
	width: 100%;
	height: 100%;
	background: transparent;
	vertical-align: top;
	outline: 0;
}
.instant-draw-pop .btn-pop-close {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mdevice .instant-draw-pop .pop-conts {
	max-width: 100vw;
}

/* 당첨자 발표 팝업 */
.win-popup-wrap .inner-contents .search-result {
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid #000;
}
.win-popup-wrap .inner-contents .search-result h1 {
	color: #da0f47;
	font-size: 30px;
	margin-bottom: 40px;
	background-color: #fff;
}
.win-popup-wrap .inner-contents .search-result .no-result-msg {
	font-size: 20px;
}
.win-popup-wrap .inner-contents .table-cont h2.event-title {
	font-size: 24px;
	margin-bottom: 15px;
}
.win-popup-wrap .inner-contents .table-cont ~ .table-cont {
	margin-top: 48px !important;
}
.win-popup-wrap .inner-contents .table-cont .tb_row table tr {
	display: table-row !important;
}
.win-popup-wrap .inner-contents .table-cont .tb_row table tr th,
.win-popup-wrap .inner-contents .table-cont .tb_row table tr td {
	display: table-cell !important;
	width: unset !important;
	max-width: unset !important;
}
.win-popup-wrap .inner-contents .search-result .table-cont .tb_row table tr.winner-row {
	border: 2px solid #da0f47 !important;
}

/* New 당첨자 발표 */
.win-popup-wrap .tit-area {
	padding-bottom: 60px;
	margin-bottom: 0;
}
.win-popup-wrap .form-wrap.search-box {
	padding-right: 0;
}
.win-popup-wrap .form-wrap.search-box .forms .tit {
	display: none;
}
.win-popup-wrap .form-wrap.search-box .forms .conts {
	width: 100%;
}
.win-popup-wrap .form-wrap.search-box .forms .conts .input-box {
	justify-content: center;
}
.win-popup-wrap .form-wrap.search-box .forms .conts .input-box .input-wrap {
	width: 100%;
	max-width: 440px;
	margin-right: 12px;
}
.win-popup-wrap .form-wrap.search-box .forms .conts .input-box button.btn {
	min-width: 75px;
}
.win-popup-wrap .inner-contents {
	margin-top: 0;
	padding-top: 70px;
}
.win-popup-wrap .inner-contents .event-win-result {
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}
.win-popup-wrap .inner-contents .event-win-result::before {
	content: "축하합니다!";
	font-size: 0;
	width: 109px;
	height: 109px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/kr/event/common/images/event_win_icon_yes.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.win-popup-wrap .inner-contents .event-win-result .event-winner {
	min-width: 70vw;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
}
.win-popup-wrap .inner-contents .event-win-result .event-winner + .event-winner {
	margin-top: 50px;
	padding-top: 50px;
	border-radius: 1px;
	border-top: 2px dotted #d0d0d0;
}
.win-popup-wrap .inner-contents .event-win-result .event-winner .winner-goods {
	color: #da0f47;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}
.win-popup-wrap .inner-contents .event-win-result .event-winner .winner-info {
	color: #000;
	font-size: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	margin-top: 22px;
}
.win-popup-wrap .inner-contents .event-win-result .event-winner .winner-info .winner-name {
	word-break: break-all;
}
.win-popup-wrap .inner-contents .event-win-result .event-winner .win-date {
	color: #aeaeae;
	font-size: 19px;
	margin-top: 18px;
}
.win-popup-wrap .inner-contents.sorry .event-win-result::before {
	background-image: url(/kr/event/common/images/event_win_icon_no.png);
}
.win-popup-wrap .inner-contents.sorry .event-win-result .sorry-desc {
	color: #000;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.win-popup-wrap .inner-contents.sorry .event-win-result .sorry-desc span {
	color: #5d5d5d;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-top: 15px;
}
/* Mobile */
.mdevice .win-popup-wrap .tit-area {
	height: auto;
	padding-bottom: 30px;
}
.mdevice .win-popup-wrap .inner-contents {
	padding-top: 30px;
}
.mdevice .win-popup-wrap .inner-contents .event-win-result::before {
	margin-bottom: 15px;
}
.mdevice .win-popup-wrap .inner-contents .event-win-result .event-winner .winner-goods {
	font-size: 22px;
	text-align: center;
}
.mdevice .win-popup-wrap .inner-contents .event-win-result .event-winner .winner-info {
	font-size: 17px;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}
.mdevice .win-popup-wrap .inner-contents .event-win-result .event-winner .win-date,
.mdevice .win-popup-wrap .inner-contents.sorry .event-win-result .sorry-desc span {
	font-size: 15px;
}
.mdevice .win-popup-wrap .inner-contents.sorry .event-win-result .sorry-desc {
	font-size: 22px;
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.win-popup-wrap .inner-contents .event-win-result .event-winner .winner-info > span {
		margin-left: 25px;
	}
	.win-popup-wrap .inner-contents .event-win-result .event-winner .winner-info > span:first-child {
		margin-left: 0;
	}
}

/* 당첨자 발표 지연 */
.win-popup-wrap .inner-contents .table-cont .delay-wrap .delay-tit {
  	display: flex;
	font-weight: 700;
    font-size: 22px;
	line-height: normal;
    word-break: keep-all;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .win-popup-wrap .inner-contents .table-cont .delay-wrap .delay-tit {
      justify-content: left;
      font-size: 16px;
      line-height: normal;
      word-break: keep-all;
  }
}

/* 참여팝업 */
.win-popup-wrap .pop-conts.academy-pop > .input-info:first-child .input-info-wrap:first-child .tb_row table tbody td,
html.event_page .win-popup-wrap .input-wrap input.disabled {
	pointer-events: none !important;
}
html.event_page .win-popup-wrap .input-wrap input.disabled[readonly] {
	pointer-events: auto !important;
}

.win-popup-wrap .input-info [class*="tit"].req::after {
	content: "*";
	display: inline-block;
	margin-left: 1px;
	color: #ec455a;
	font-size: inherit;
	line-height: inherit;
	vertical-align: top;
}

.pop-conts.academy-pop .form-wrap .forms .conts .sn-number-wrap .add-img .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.win-popup-wrap .form-wrap .forms .bullet-list hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 시리얼번호 레이아웃 모바일 대응 */
@media screen and (max-width: 640px) {
	.serial-input-wrap .box {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
	}
	.serial-input-wrap .box .input-wrap {
		flex: 1 0 100% !important;
		margin-bottom: 10px !important;
	}
	.serial-input-wrap .box .cell {
		flex: 1 !important;
	}
	.serial-input-wrap .box .cell:nth-child(2) {
		padding-left: 0 !important;
	}
	.serial-input-wrap .box .cell button {
		width: 100% !important;
	}
}

/* 참여팝업 보유제품 인풋 수정 */
.forms .date-select-box .input-wrap.txtDate input {
	min-width: 60px;
	text-align: left;
}
.forms .date-select-box .input-wrap.txtDate input {
	background: #fff;
	border: 1px solid #ddd;
}

/* 참여팝업 이벤트 바닥에서 표시하기 */
#content .event_wr .win-popup-wrap .pop-header {
	position: relative;
}
#content .contents.event .ev-detail-wrap .ev-detail-con .ev-cont .win-popup-wrap .form-wrap .forms .conts {
	display: inline-block;
	padding: 0;
}

/* 참여팝업 셀렉트 option soldout,disabled 처리 */
.select-wrap .ui-selectbox-wrap .ui-selectbox-list ul li a[data-value=soldout],
.select-wrap .ui-selectbox-wrap .ui-selectbox-list ul li a[data-value=disabled] {
	pointer-events: none;
	opacity: 0.4;
}

/* IE 안내문구 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html.browser_IE .event-container::before {
		content: "이 페이지는 구글 크롬, 마이크로소프트 엣지와 모바일에 최적화 되어 있습니다.";
		color: #eee;
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px;
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 2;
	}
	
	.evt-sns-area,
	.evt-hash-area,
	.evt-btn-area {
		background-color: rgba(0,0,0,0);
	}
}

/* 레이어 팝업 변경으로 인한 참여 팝업 CSS */
html.event_page .full.uiForm .input-wrap input.disabled {
	pointer-events: none !important;
}
html.event_page .full.uiForm .input-wrap input.disabled[readonly] {
	pointer-events: auto !important;
}

.full.uiForm .academy-pop .input-info .input-info-wrap {
    margin-top: 48px;
}

.full.uiForm .academy-pop .input-info .input-info-wrap:first-child {
    margin-top: 0;
}

.full.uiForm .academy-pop .agree-input {
    margin-top: 12px;
}

.full.uiForm .academy-pop .input-info {
    margin-top: 80px;
}

.full.uiForm .academy-pop .input-info:first-child {
    margin-top: 0;
}

.full.uiForm .input-info [class*="tit"].req::after {
	content: "*";
	display: inline-block;
	margin-left: 1px;
	color: #ec455a;
	font-size: inherit;
	line-height: inherit;
	vertical-align: top;
}

.full.uiForm .academy-pop .input-info .tit-wrap .chk-input {
    position: absolute;
    top: 4px;
    right: 0;
}

.full.uiForm .select-wrap .ui-selectbox-wrap .ui-select-button:focus{
	border-color:#222;
}

.full.uiForm .form-wrap .forms .bullet-list hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.layer-confirm-pop.popup-wrap .pop-conts{
	padding-bottom:48px;
}
.layer-confirm-pop .btn-group{
	padding-top:48px;
	text-align:center;
}
/* 20230802 정보가이드파트 가이드에 따른 추가 */
/* ID중복 방지를 위해 agreeChk1_f 추가 */
#agree1_f table tbody td:nth-child(3),
#agreeChk1_f table tbody td:nth-child(3){
	font-weight: bold;
	line-height:1.5;
	text-decoration: underline;
}
.pop-conts.academy-pop .input-info .input-info-wrap:nth-child(2) .tb_row{
    margin-top: 16px;
}
.pop-conts.academy-pop .input-info p.sub-text{
	margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (max-width: 767px){
	.full.uiForm form{
    	height: 100%;
    }
  
  	.mdevice:not(.os_iOS) .layer-join-pop.popup-wrap .pop-conts {
		height: calc(100vh - 122px);
      	max-height: calc(100vh - 122px);
	}

	.full.uiForm .academy-pop .input-info .tit-wrap .chk-input {
		position: static;
		margin-top: 14px;
	}
  	
  	.layer-join-pop .pop-footer.center{
		position: fixed;
        width: 100%;
        bottom: 0;
      	left:0;
        z-index: 100;
	}
  	.pop-conts.academy-pop .input-info p.sub-text{
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 21px;
    }
  	.layer-join-pop.popup-wrap .form-wrap .forms .address-box .box{
        display: table;
        width: 100%;
        padding-right: 80px;
    }
  
  	.layer-join-pop.popup-wrap .form-wrap .forms .address-box .cell{
    	position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: auto;
    }
}

/* 마케팅 수신동의 팝업 */
.member-alert .lay-header {
    margin: 0 40px;
}
.member-alert .lay-header h1.align-left {
    text-align: left;
}
.member-alert .lay-conts.mkt-agmn {
    padding: 0 0 48px;
    text-align: left;
}
.member-alert .lay-conts.mkt-agmn .scroll-wrap {
    overflow: auto;
    max-height: 290px;
    margin-top: 19px;
    padding: 0 40px;
}
.member-alert .lay-conts.mkt-agmn p {
    line-height: 1.5;
    font-size: 16px;
}
.member-alert .lay-conts.mkt-agmn p:first-child {
    margin-top: 0;
}
.member-alert .lay-conts.mkt-agmn [style="font-size:22px"] {
    font-size: 20px !important;
    line-height: 1.45;
    font-weight: 500;
}
.member-alert .lay-conts.mkt-agmn strong {
    font-weight: 500;
}
.member-alert .laypop.btn-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 40px 48px;
}
.member-alert .laypop.btn-wrap .btn {
    flex: 1;
    max-width: 175px;
    min-width: auto;
    margin-left: 0;
    font-size: 14px;
}
.lay-wrap .laypop.btn-wrap .btn:first-child {
    margin-left: 0;
}
.member-alert .laypop.btn-wrap .btn.gray {
    color: #222;
    border: 1px solid #222;
    background: #fff;
}

@media screen and (max-width: 767px) {
	.member-alert {
		padding-top: 44px;
	}
	.member-alert .lay-header {
		margin: 0 24px;
	}
	.member-alert .lay-conts.mkt-agmn {
		padding-bottom: 36px;
	}
	.member-alert .lay-conts.mkt-agmn .scroll-wrap {
		max-height: 290px;
		margin-top: 12px;
		padding: 0 24px;
	}
	.member-alert .lay-conts.mkt-agmn p {
		font-size: 14px;
		line-height: 1.43;
	}
	.member-alert .lay-conts.mkt-agmn [style="font-size:22px"], 
    .member-alert .lay-conts.mkt-agmn [style="font-size:16px"] {
		font-size: 14px !important;
		line-height: 1.43;
	}
	.member-alert .laypop.btn-wrap {
		padding: 0 16px 15px;
	}
	.member-alert .laypop.btn-wrap .btn {
		max-width: 140px;
		padding: 12px 25px;
		border-radius: 25px;
	}
}

/* 셀렉트 박스 선택 시 흐려지는 현상 :: 250312 */
[id*="eventJoin"].popup-wrap .input-info {
    -webkit-transform: none;
}
/* 주소찾기 버튼 focus 색상 :: 250312 */
[id*="eventJoin"].popup-wrap .address-box button:focus {
    outline: 1px auto #000;
    outline-offset: 1px;
}
/* 주소찾기 리뉴얼 영역 :: 251121 */
#lgeEvtPostContainer{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 5px;
	/*padding-right: 50px;*/
    border-radius: 8px;
    border: 1px solid #ccc;
}

#lgeEvtPostContainer .btn-close-address{
    position: absolute;
    width: 20px;
	height: 20px;
    top: 0;
    right: 0;
    z-index: 1;
}
#lgeEvtPostContainer .btn-close-address:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//t1.kakaocdn.net/postcode/resource/images/close.png) no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
 	#lgeEvtPostContainer .btn-close-address {
        width: calc(20 / 390 * 100vw);
        height: calc(20 / 390 * 100vw);
    }
}

/* 파일 찾기 영역 리뉴얼 작업 :: 2026-02-10 */
.form-wrap .forms .evt-file-box input[type="text"]:read-only{
  	border: 1px solid #8f8f8f;
    background-color: #fff;
}
.form-wrap .forms .evt-file-box .btn{
	cursor: pointer;
}
.form-wrap .forms .evt-file-box  input[type="file"]:focus + .btn{
	outline: 1px auto #000;
	outline-offset: 1px;
}

/* custom 수평 스크롤 기본 설정 작업 :: 2025-11-19 */
.evt-horizontal-scroll {
    width: 100%;
    overflow: visible;
}

.evt-horizontal-scroll-cnt {
    position: relative;
    overflow: visible;
}

/* Chrome, Safari, Opera에서 기본 스크롤바 숨기기 */
.evt-horizontal-scroll-content::-webkit-scrollbar {
    display: none;
}

.evt-horizontal-scroll-content {
    display: flex;
    column-gap: 24px;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
}

.evt-horizontal-scroll-content>.evt-horizontal-item {
    position: relative;
}

.evt-horizontal-scroll-content>.evt-horizontal-item>div {
    width: 400px;
    background-color: #f0f0f0;
    padding: 40px 20px;
    min-width: 100px;
    text-align: center;
    border: 1px solid #ddd;
}

.evt-horizontal-scroll .evt-horizontal-scrollbar {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 24px;
}

.evt-horizontal-scrollbar .custom-scrollbar-track {
    position: relative;
    width: 204px;
    height: 4px;
    background-color: #f2f2f2;
}

.evt-horizontal-scrollbar .custom-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    cursor: grab;
    background-color: #111;
    transition: all 0.1s ease-out;
}

@media screen and (max-width: 767px) {
    .evt-horizontal-scroll-content {
        column-gap: calc(12 / 390 * 100vw);
        padding: 0 calc(20 / 390 * 100vw);
    }

    .evt-horizontal-scroll-content>.evt-horizontal-item {
        min-width: calc(304 / 390 * 100vw);
    }
	.evt-horizontal-scroll-content>.evt-horizontal-item>div{
    	width: 100%;
    }
    .evt-horizontal-scroll .evt-horizontal-scrollbar {
        padding: 10px 0;
        margin-top: calc(22 / 390 * 100vw);
    }
    .evt-horizontal-scrollbar .custom-scrollbar-track {
        width: calc(80 / 390 * 100vw);
        height: max(4px, calc(4 / 390 * 100vw));
    }
}


/* 체크 박스 개인정보 동의 조절 작업 : 모바일경우 */
.layer-join-pop__no_action.popup-wrap .pop-conts {
	padding: 30px 40px 0;
}
@media screen and (max-width: 767px) {
  	.layer-join-pop__no_action{
    	top: 50% !important;
        left: 50% !important;
        width: calc(100vw - 50px);
        height: auto;
        max-height: calc(100vh - 50px);
        transform: translate(-50%, -50%) !important;
        border-radius: 8px;
    }
  
	.layer-join-pop__no_action.popup-wrap .pop-conts {
        padding: 16px;
	}
    .layer-join-pop__no_action.popup-wrap .pop-conts.no-footer:after {
        padding-bottom: 16px;
    }
  
  	.layer-join-pop__no_action .bullet-list {
        margin-top: calc(12 /390 * 100vw);
    }
  
  	.layer-join-pop__no_action .pop-conts.academy-pop .tb-tit + .bullet-list{
      	margin-top: 0;
    }
  
  	.layer-join-pop__no_action .bullet-list .b-txt{
    	font-size: calc(12 /390 * 100vw);
    }
  
  	.layer-join-pop__no_action .tb_row table thead th,
    .layer-join-pop__no_action .tb_row table td{
    	font-size: calc(13 /390 * 100vw);
    }
    .layer-join-pop__no_action .tb_row table thead th{
        padding: calc(10 /390 * 100vw);
    }
    .layer-join-pop__no_action .tb_row table td{
    	padding: calc(10 /390 * 100vw);
    }
}
@media screen and (max-width: 767px) and (max-height: 670px) {
  	.layer-join-pop__no_action{
        height: 100%;
    }
}

/* 참여팝업 모델명,제조번호 안내 사항 */
.layer-notice-area {
	margin-top: 24px;
}

.layer-notice-area .evt-acco-head {
	top: 12px;
	height: 27px;
	padding: 0 12px;
	z-index: 1;
}

.layer-notice-area .evt-btn-area .evt-acco-btn {
	width: 100%;
}

.layer-notice-area .evt-acco-cont {
	position: relative;
}

.layer-notice-area .evt-acco-cont:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url('/lg5-common/images/icons/btn-down-16-black.svg') no-repeat 50% 50%;
	transition: all .3s;
}

.pop-conts.academy-pop .form-wrap .forms .conts .layer-notice-area.evt-acco-area .sn-number-wrap {
	padding: 12px 24px;
}

.layer-notice-area .evt-acco-cont.unfolded:after {
	transform: rotate(180deg);
}

/* 이벤트 기획전 대응 및 파라미터탭 적용 */
.exhibition-container{
	max-width: 1380px;
    margin: 0 auto;
}
.exhibition-header {
  	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1380 / 650;
  	background-color: #b76d6d;
}
.exhibition-header *{
	font-family: 'Pretendard', sans-serif;
}
.exhibition-header video {
    width: 100%;
}

.exhibition-header>p {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.tab-container *{
	font-family: 'Pretendard', sans-serif;
}
.tab-container .tab-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background-image: linear-gradient(135deg, #ff2414 0, #ff2414 22%, #de2af7 52%, #7823ff 71%, #14b9ff 84%, #14b9ff 100%);
}

.tab-container .tab-title>p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

[class*="params-tabs-wrap"] {
    display: flex;
    position: sticky;
    top: var(--lge-header-height);
    left: 0;
    right: 0;
    background-color: #fff;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    justify-content: center;
    z-index: 20;
}

[class*="params-tabs-wrap"] .tabs {
  	display: flex;
    width: 100%;
    max-width: 1146px;
    height: 60px;
    margin: 0 10px;
  	padding: 0;
    overflow-x: auto;
    border-bottom: solid 1px #eff0f2;
}

[class*="params-tabs-wrap"] .tabs>li {
    position: relative;
    display: flex;
    flex: 1;
    column-gap: 24px;
    justify-content: center;
}

[class*="params-tabs-wrap"] .tabs li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #505050;
    text-align: center;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: color 0.3s;
}

[class*="params-tabs-wrap"] .tabs li.on a {
    font-weight: 600;
    color: #111;
}
[class*="params-tabs-wrap"] .tabs li.on a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #111;
}

[class*="params-tabs-wrap"] .tabs li.disabled a {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}

.params-tabs-wrap__sub {
    top: calc(var(--lge-header-height) + var(--sticky-params-tabs-height));
}
.params-tabs-wrap[data-tab-style="scroll"] .tabs li.on a:after,
.params-tabs-wrap__sub .tabs li.on a:after{
	display: none;
}

@media screen and (max-width: 767px) {
  	.exhibition-header {
        aspect-ratio: 780 / 780;
    }
    .exhibition-header>p {
        font-size: calc(24 / 390 * 100vw);
    }
  
  	.tab-container .tab-title {
        height: calc(80 / 390 * 100vw);
    }

    .tab-container .tab-title>p {
        font-size: calc(16 / 390 * 100vw);
    }
  
    [class*="params-tabs-wrap"] .tabs {
        height: calc(48 / 390 * 100vw);
        padding: 0 calc(20 / 390 * 100vw);
        margin: 0;
      	column-gap: calc(24 / 390 * 100vw);
    }

    [class*="params-tabs-wrap"] .tabs li a {
        font-size: calc(14 / 390 * 100vw);
        line-height: 1.42857;
        text-align: center;
    }
}