@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	/*overscroll-behavior: none;*/
	font-family: var(--default-font);
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, strong, b, u, i, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, audio, video, button, textarea, input, select, svg {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: var(--default-font);
	outline: none;	
	word-break: keep-all;
	letter-spacing: 0.3pt;
	list-style: none;
	font-style: normal;

}

select{
	color: var(--blackLevel9);
	background:var(--bg0);
	cursor: pointer;
}

article, aside, figure, footer, header, hgroup, menu, nav, section { display: block;}
#accessibility, legend, caption { display: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: none;}
table { border-collapse: collapse; border-spacing: 0;}
img { margin: 0px; padding: 0px; border: 0px none; vertical-align: top;}
textarea { resize: none;}
iframe { vertical-align: top;}
a {	text-decoration: none; user-select: none; padding: 0px;	margin: 0px; color: var(--text0);}
button { cursor: pointer;}

body {	
	font-family: var(--default-font);
	-webkit-text-size-adjust: 100%;
	color: var(--blackLevel9);
	overflow-y: hidden;
	min-height: 100dvh;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.3px;
}

/*placeholder*/
::-webkit-input-placeholder { color: var(--blackLevel5);}
::-moz-placeholder { color: var(--blackLevel5);}
:-ms-input-placeholder { color: var(--blackLevel5);}
:-moz-placeholder {	color: var(--blackLevel5);}

/*scrollbar
*::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	transition: background-color 2s;
}
*::-webkit-scrollbar:hover {
	width: 4px;
	height: 4px;
	transition: background-color 2s;
}
*::-webkit-scrollbar-track {
	background-color: var(--blackLevel1);
}
*::-webkit-scrollbar-thumb {
	background-color: #bfdacb;
}
*/
/* material symbols */
.material-symbols-outlined,
.material {
	font-family: 'Material Symbols Outlined' !important;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.blur {
	filter: blur(4px);
}

.tac { text-align: center !important;}
.tal { text-align: left !important;}
.tar { text-align: right !important;}

.w100per { width: 100% !important;}

.sBoxBtn {
	font-size: var(--fontS);
	color: var(--white);
	background: var(--blackLevel5);
	padding: 0px 5px 1px 5px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s;
}

.sBoxBtn:hover { background: var(--blackLevel6);}

.btnStyle1 {
	position: relative;
	font-size: var(--fontS);
	font-weight: normal;
	line-height: 12px;
	color: var(--blackLevel9);
	border: 1px solid var(--blackLevel4);
	background: var(--white);
	padding: 1px 5px 2px 5px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.btnStyle1:hover {
	color: var(--blackLevel9) !important;
	border-color: var(--blackLevel9);
}

.btnStyle1 > input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100px;
	opacity: 0;
	cursor: pointer;
}

.btnStyle2 {
	position: relative;
	font-size: var(--fontS);
	font-weight: normal;
	line-height: 12px;
	color: var(--blackLevel0);
	background: var(--blackLevel4);
	padding: 3px 5px 4px 5px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btnStyle2:hover {
	background: var(--blackLevel5);
}

.label0 {
	display: inline-flex;
	align-items: center;	
	vertical-align: middle;
	transition: all 0.2s;
	cursor: pointer;
}

.label0 > input[type="checkbox"],
.label0 > input[type="radio"] {
	display: none;
}

.label0 > input[type="checkbox"] + div,
.label0 > input[type="radio"] + div {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	height: 26px;
	padding: 0 8px 0 5px;
	border: 1px solid var(--blackLevel3);
	background: var(--bg0);
	border-radius: 3px;
	transition: all 0.2s;
	font-size: 13px;
}

.label0 > input[type="checkbox"] + div:hover,
.label0 > input[type="radio"] + div:hover {
	border: 1px solid var(--naver);
}

.label0 > input[type="checkbox"]:checked + div,
.label0 > input[type="radio"]:checked + div {
	color: var(--naver);
	border: 1px solid var(--naver);
}

.label0 > input[type="checkbox"]:checked + div::before,
.label0 > input[type="radio"]:checked + div::before {
	color: var(--naver);
}


.check3 {
	display: inline-flex;
	align-items: center;	
	vertical-align: middle;
	transition: all 0.2s;
	cursor: pointer;
}
.check3 > input[type="checkbox"] { display: none;}
.check3 > input[type="checkbox"] + div { display: inline-flex; color: var(--blackLevel6);}
.check3 > input[type="checkbox"] + div::before {
	content: "priority";
	font-family: 'Material Symbols Outlined';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-variation-settings: 'wght' 300;
	color: var(--blackLevel6);
	line-height: 1;	
	font-size: 22px;
	width: 22px;
	height: 22px;
	transition: all .2s;
	pointer-events: none;
}
.check3 > input[type="checkbox"]:checked + div {
	color: var(--naver);
}
.check3 > input[type="checkbox"]:checked + div::before {
	content: "priority";
	font-variation-settings: 'FILL' 1;
}
.check3 > input[type="checkbox"]:checked + div::before {
	color: var(--naver);
}



.layerShadowBlur {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(4px);
	animation: blurShow 0.5s ease-in-out;
}
@keyframes blurShow {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

.layerShadowBlur2 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(4px);
	animation: blurShow 0.5s ease-in-out;
}
@keyframes blurShow {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}


.layerFrame .layerBar {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 5px 5px 5px 10px;
	background: var(--primary09);
	color: var(--white);
}
.layerFrame .layerBar h2 {
	font-size: 13px;
	font-weight: 400;
	color: var(--primary02);
}
.layerFrame .layerBar .barFunction {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
}
.layerFrame .layerBar .barFunction > span {
	width: 20px;
	width: 20px;
	font-size: 20px;
	background: var(--primary01);
	border-radius: 3px;
	cursor: pointer;
}
.layerBottom { width: 100%; display: flex; flex-direction: row !important; align-items: center; justify-content: center; gap: 5px; padding: 10px;}
.layerBottom .btn { cursor: pointer; padding: 5px 10px; border-radius: 3px; background: var(--pointer0); color: var(--text10); transition: all 0.2s;}
.layerBottom .btn.saveLayer { cursor: pointer; padding: 5px 10px; border-radius: 3px; background: var(--pointer0); color: var(--text10);}
.layerBottom .btn.closeLayer { cursor: pointer; padding: 5px 10px; border-radius: 3px; border: 1px solid var(--dfLine); background: var(--bg0);}

.scriptWriteLayer {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.scriptWriteLayer .layerBar {
	background: var(--naver);
}
.scriptWriteLayer .layerFrame {
	position: relative;
	display: flex;
	flex-direction: column;	
	overflow: hidden;
	width: 320px;
	height: 290px;
	border-radius: 5px;
	background: var(--bg0);
	border: 2px solid var(--naver);
	z-index: 2000;
	opacity: 0;
	animation: slideUp 0.3s ease-in-out forwards;
}
.scriptWriteLayer .layerBody {
	flex-grow: 1;
	padding: 16px;
	position: relative;
}
.scriptWriteLayer .layerBody textarea {
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: var(--text0);
	background: var(--bg0);
	border: 1px solid var(--dfLine);
	border-radius: 5px;
}
.scriptWriteLayer .layerBottom .btn.type1 {
	background: var(--naver);
	color: var(--white);
}
.scriptWriteLayer .layerBottom .btn.type1:hover {
	background: var(--naver2);
}
.scriptWriteLayer .layerBottom .btn.type2 {
	background: var(--blackLevel2);
	color: var(--text0);
}
.scriptWriteLayer .layerBottom .btn.type2:hover {
	background: var(--blackLevel3);
}
@keyframes slideUp {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@media all and (max-width: 1000px) {
	.scriptWriteLayer {
		width: 100vw;
		height: 100dvh;
	}
	.scriptWriteLayer .layerFrame {
		width: 300px;
		min-width: 300px;
		height: 300px;
		border-radius: 0;
	}
}

/*인덱스레이어*/
.idxLayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 1100;
}
.idxLayer .layerShadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	animation: blurShow 0.5s ease-in-out;
}
.idxLayer .layerBox {
	position: relative;
	margin: auto 0;
	width: 600px;
	height: 80dvh;
	max-height: 85vh;
	border: 2px solid var(--blackLevel6);
	border-radius: 10px;
	background: var(--white);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.idxLayer .layerBox.modifyLayer {
	width: 400px;
	height: 400px;
	max-height: 400px;
}
.idxLayer .layerBox.thumbSampleLayer {
	width: 90vw;
	height: 90dvh;
	max-height: 90dvh;
}
.idxLayer .layerBox .header {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 10px 16px;
}
.idxLayer .layerBox .header h2 {
	flex-grow: 1;
	text-align: left;
	font-size: 15px;
}
.idxLayer .layerBox .header .closeLayer {
	font-size: 24px;
	cursor: pointer;
}
.idxLayer .layerBox .contents {
	width: 100%;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.idxLayer .layerBox .contents iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 600px) {
	.idxLayer .layerBox {
		width: 100vw;
		height: 100dvh;
		max-height: 100dvh;
		border: none;
		border-radius: 0;
	}
	.idxLayer .layerBox.modifyLayer {
		width: 90vw;
		height: 400px;
		max-height: 400px;
		border: 2px solid var(--blackLevel6);
		border-radius: 10px;
	}
	.idxLayer .layerBox.thumbSampleLayer {
		width: 100vw;
		height: 100dvh;
		max-height: 100dvh;
		border: none;
		border-radius: 0;
	}
}


/*샘플보기레이어*/
.sampleViewLayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 1100;
}
.sampleViewLayer .layerShadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(1px);
	animation: blurShow 0.5s ease-in-out;
}
.sampleViewLayer .layerBox {
	position: relative;
	margin: auto 0;
	width: 90vw;
	height: 90dvh;
	background: var(--white);
	border: 2px solid var(--naver);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.sampleViewLayer .layerBox.modifyLayer {
	width: 400px;
	height: 400px;
	max-height: 400px;
}
.sampleViewLayer .layerBox.thumbSampleLayer {
	width: 90vw;
	height: 90dvh;
	max-height: 90dvh;
}
.sampleViewLayer .layerBox .header {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 10px 16px;
}
.sampleViewLayer .layerBox .header h2 {
	flex-grow: 1;
	text-align: left;
	font-size: 15px;
}
.sampleViewLayer .layerBox .header .closeLayer {
	font-size: 24px;
	color: var(--naver);
	cursor: pointer;
}
.sampleViewLayer .layerBox .contents {
	width: 100%;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.sampleViewLayer .layerBox .contents iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 500px) {
	.sampleViewLayer .layerBox {
		width: 100vw;
		height: 100dvh;
		max-height: 100dvh;
		border: none;
		border-radius: 0;
	}
}

/*이용안내레이어*/
.useGuideLayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 1100;
}
.useGuideLayer .layerShadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1px);
	animation: blurShow 0.5s ease-in-out;
}
.useGuideLayer .layerBox {
	position: relative;
	margin: auto 0;
	width: 95vw;
	height: 95dvh;
	max-height: 95dvh;
	border: 1px solid var(--blackLevel6);
}
.useGuideLayer .layerBox .header {
	background: #eee;
	justify-content: flex-end;
	gap: 10px;
}



/* 경고창 */
.alertLayer {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	overflow: hidden;
}

.alertLayer .layerShadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(1px);
	animation: blurShow 0.2s ease-in-out;
}
.alertLayer > div {
	position: fixed;
	background: var(--bg0);
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;	
}

.alertWrap {
	margin: auto;
	width: 300px;
	border-radius: 5px;
	background: var(--bg0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
	transform: translateY(-20%);
}

.alertWrap article {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: var(--bg0);
}

.alertWrap article > span {
	font-family: 'Material Symbols Outlined' !important;
	font-size: 40px;
	color: var(--red);
	margin-bottom: 10px;
}

.alertWrap .title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.alertWrap .alertCon {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.smsResend {}
.smsResendCon {
	margin-top: 5px;
	background: var(--bg1);
	padding: 10px;
	width: 100%;
	height: 100px;
}

.alertWrap > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.alertWrap > div > p {
	flex: 1;
	padding: 15px 10px;
	background: var(--bg2);
	color: var(--text4);
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
}

.alertWrap > div > p:hover {
	background: var(--text7);
}

.alertWrap > div > p:first-child {
	color: var(--text1);
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.5);
}

.loadingBox {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: backgroundChange 5s infinite steps(1),
				radiusChange 6s infinite ease-in-out;
}

.imageContainer {
	width: 40px;
	height: 40px;
	position: relative;
}

.imageContainer img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: imageChange 6s infinite steps(1);
}

.imageContainer img:nth-child(1) { animation-delay: 0s; }
.imageContainer img:nth-child(2) { animation-delay: 1s; }
.imageContainer img:nth-child(3) { animation-delay: 2s; }
.imageContainer img:nth-child(4) { animation-delay: 3s; }
.imageContainer img:nth-child(5) { animation-delay: 4s; }
.imageContainer img:nth-child(6) { animation-delay: 5s; }

@keyframes imageChange {
	0%, 16.66% { opacity: 1; }
	16.67%, 100% { opacity: 0; }
}

@keyframes backgroundChange {
	0% { background-color: #3bcf00; }
	20% { background-color: #db9600; }
	40% { background-color: #e200e2; }
	60% { background-color: #00c2e4; }
	80% { background-color: #ff5e00; }
	100% { background-color: #4c00ff; }
}

@keyframes radiusChange {
    0%, 100% { border-radius: 50%; }
    16.66% { border-radius: 40%; }
    33.32% { border-radius: 30%; }
    49.98% { border-radius: 10%; }
    66.64% { border-radius: 50%; }
    83.3% { border-radius: 30%; }
}


.loadingBox2 {
	padding: 40px 40px 0 40px;
	border-radius: 10px;
	background: var(--bg0);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.colavo2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.colavo2 > div {
	display: flex;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 3px;
	white-space: nowrap;
}
.colavo2 > div img { margin-top: 2px;}
.colavo2 > div strong { font-size: 15px;}



.listHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.listHeader.typeThumbnailSample {
	justify-content: center;
	gap: 20px;
}

.listHeader.typeThumbnailSample .listCondition {
	flex: 0 0 auto;
}

.listHeader .selected {
	display: flex;
	align-items: center;
	gap: 3px;
}
.listHeader .selected > p {
	font-size: 13px;
}
.listHeader .selected > select {
	font-size: 13px;
}

.listHeader .listSortPeriod {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}
.listHeader .listSortState {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}

.listHeader .listCondition {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 3px;
	overflow: hidden;
}

.listHeader .listCondition .division {
	font-size: 13px;
	color: var(--blackLevel3);
	margin: 0 5px;
}
.listHeader .conditionPeriod {
	display: flex;
	align-items: center;
	gap: 3px;
}
.listHeader .btn3 {
	font-size: 13px;
	background-color: var(--bg0);
	border: 1px solid var(--dfLine);
	color: var(--blackLevel10);
	padding: 1px 5px 2px 5px;
	border-radius: 3px;
	cursor: pointer;
}
.listHeader .btn2 {
	font-size: 13px;
	background-color: var(--blackLevel3);
	border: 1px solid var(--blackLevel3);
	color: var(--text10);
	padding: 1px 5px 2px 5px;
	border-radius: 3px;
	cursor: pointer;
}
.listHeader select {
	font-size: 13px;
	border: 1px solid var(--blackLevel3);
	border-radius: 3px;
	padding: 1px 5px 2px 5px;
}
.listHeaderBtn { display: flex; align-items: center; gap: 5px;}
.listHeader .search { display: flex; align-items: center; gap: 3px; flex-wrap: wrap; font-size: 13px;}
.listHeader .search input { width: 150px; height: 26px; border: 1px solid var(--blackLevel3); border-radius: 3px; padding: 0 5px;}
.listHeader .search button { height: 26px; background: var(--bg0); border: 1px solid var(--blackLevel4); border-radius: 3px; padding: 0 5px;}

@media (max-width: 700px) {
	.listHeader {
		flex: 0 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 5px;
	}

	.listHeader.typeThumbnailSample {
		justify-content: flex-start;
		gap: 5px;
	}

	.listHeader.typeThumbnailSample .listCondition {
		width: 100%;
		justify-content: flex-start;
	}
	
	.listHeader.typeThumbnailSample .listCondition.typeThumbnailSample {
		width: auto;
		flex-grow: 1;
	}

	.listHeader .listSortPeriod {
		justify-content: flex-end;
	}
	.listHeader .listSortPeriod.typeCmsList {
		justify-content: flex-start;
	}
	.listHeader .listCondition.type2 {
		justify-content: flex-start;
	}

	.listHeader .listCondition.typeCmsList {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.listHeader .listCondition.typeCmsList2 {
		order: -1;
		margin-bottom: 10px;
	}

	.listHeader .listCondition .division {
		display: none;
	}
	.listHeaderBtn {
		flex: 1 1 auto;
		justify-content: flex-start; 
	}

	.listHeader .search {
		flex: 1 1 auto;
		justify-content: flex-end;
	}
	.listHeader .search.typeCmsList2 {
		justify-content: flex-start;
	}

	.listHeader .search.type2 {
		justify-content: flex-start;
	}

	.listHeader .search input { width: 130px;}
}

.listSortPeriod .period {
	flex-grow: 1;
	font-size: 13px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}
.listSortPeriod .period > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0px;
	padding-right: 5px;
	border-radius: 3px;
	background: var(--bg0);
	border: 1px solid var(--dfLine);
	overflow: hidden;
}
.listSortPeriod .period > div > span {
	font-size: 18px;
	cursor: pointer;
}
.listSortPeriod input[type="text"].type1 {
	width: 90px;
	height: 24px;
	text-align: center;
	padding: 0 5px;
	font-size: 13px;
}
.listSortPeriod input[type="text"].type2 {
	width: 160px;
	height: 26px;
	text-align: left;
	padding: 0 5px;
	font-size: 13px;
	border: 1px solid var(--dfLine);
	border-radius: 3px;
}

@media (max-width: 700px) {
	.listSortPeriod .period {
		flex-grow: 1;
	}
	.listSortPeriod .period .periodTxt {
		flex: 0 0 100%;
	}
}


.switch1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 34px;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}

.switch1 > input[type="checkbox"] {
	display: none;
}

.switch1 > i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: var(--blackLevel3);
	transition: all 0.1s;
	pointer-events: none;
}

.switch1 > i::before {
	content: 'radio_button_unchecked';
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	font-variation-settings: 'FILL' 1, 'wght' 600;
	position: absolute;
	left: 1px;
	right: auto;
	top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	overflow: hidden;
	color: var(--blackLevel0);
	background: var(--blackLevel0);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s;
	pointer-events: none;	
}

.switch1 > input[type="checkbox"]:checked + i {
	background: var(--naverBg);
}

.switch1 > input[type="checkbox"]:checked + i::before {
	content: 'check_circle';
	left: 14px;
	color: var(--naver);
	box-shadow: none;
}



/*이미지보기*/
.image-viewer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-viewer:target {
	display: flex;
}

.image-viewer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	cursor: pointer;
}

.image-viewer-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.image-viewer-header {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	gap: 10px;
	z-index: 10000;
}

.image-viewer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	color: #fff;
}

.image-viewer-download {
	background: linear-gradient(135deg, #03C75A 0%, #02B350 100%);
	box-shadow: 0 4px 12px rgba(3, 199, 90, 0.3);
}

.image-viewer-download:hover {
	background: linear-gradient(135deg, #02B350 0%, #019A45 100%);
	box-shadow: 0 6px 16px rgba(3, 199, 90, 0.4);
	transform: translateY(-2px);
}

.image-viewer-close {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}

.image-viewer-close:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
}

.image-viewer-btn .material-symbols-outlined {
	font-size: 18px;
}

.image-viewer-body {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 20px;
	box-sizing: border-box;
	overflow: auto;
}

.image-viewer-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}

.image-viewer-close-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: block;
}

@media (max-width: 768px) {
	.image-viewer-header {
		top: 10px;
		right: 10px;
		gap: 8px;
	}
	
	.image-viewer-btn {
		padding: 8px 16px;
		font-size: 12px;
		gap: 4px;
	}
	
	.image-viewer-btn .material-symbols-outlined {
		font-size: 16px;
	}
	
	.image-viewer-body {
		padding: 70px 10px 10px;
	}
}