:root {
	--black: #000;
	--dark: #58585A;
	--dark-gray:#212121;
	--white:#fff;
	--header-gray: #58585A;
	--title-gray: #12161A;
	--content-gray: #3D454D;
	--point-orange:#FF6E00;
	--point-red : #DD5F00;
	--bg-gray:#f8f8f8;
	--border-gray:#E1E1E1;
	--dark-orange:#DB6900;
	--dark-brown:#b85800;
	--theme-color0: #FFF2E5;
	--theme-color1: #FFDAB8;
	--theme-color2: #FFC28A;
	--theme-color3: #FFAA5C;
	--theme-color4: #FF922E;
	--theme-color5: #F5822B;
	--theme-color6: #DB6900;
	--theme-color7: #B85800;
	--theme-color8: #944700;
	--theme-color9: #703600;
	--gray-scale0: #fff;
	--gray-scale1: #fafafa;
	--gray-scale2: #f7f7f7;
	--gray-scale3: #f2f3f4;
	--gray-scale4: #E5E7EC;
	--gray-scale5: #D1D4DD;
	--gray-scale6: #B8BCC8;
	--gray-scale7: #8C919F;
	--gray-scale8: #757983;
	--gray-scale9: #4A4D55;
	--gray-scale10: #292A2E;
	--gray-scale11: #1A1A1A;
	--bg-color0: #fff;
	--bg-color1: #fafafa;
	--bg-color2: #f0f0f0;
	--point-hover: #ffdab8;
	--point-red: #C9242B;
	--theme-color: #C9242B;
	--default-font: "Pretendard Variable", Arial, sans-serif;
}

html, body {
	font-family: var(--default-font);
	margin: 0;
	padding: 0;
	color: var(--gray-scale10);
}
ul:not(.Ncss){
	list-style:none;
}
ul{
	padding: 0;
}
input[type=button], button {
	cursor: pointer;
	outline: none;
	border: none;
}
input{
	font-family: var(--basic-font);
}
a{
	color:inherit;
	text-decoration:none;
}
h1 {
	font-size: 40px;
	line-height: 120%;
	margin: 0;
}
h2 {
	font-size: 32px;
	line-height: 140%;
	margin: 0;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	line-height: 140%;
	margin: 0;
	font-weight: 700;
}


.point-red {
	color: var(--point-red);
}
span.orange{
	color:var(--point-orange);
}
span.darkOrange{
	color:var(--dark-orange);
}
button{
	outline:none;
	background:none;
	border:none;
	font-family: var(--default-font);
}
input.form-input {
	background-color: var(--white);
	border-radius: 8px;
	box-sizing: border-box;
	height: 54px;
	width: 100%;
	border: 1px solid var(--gray-scale4);
	padding: 0 12px;
	font-family: var(--default-font);
	font-size: 16px;
}
input.form-input:focus {
	outline: none;
	box-shadow: 0 0 3px 0px var(--point-red);
	border: 1px solid var(--point-red);
}
input.form-input::placeholder {
	color: var(--gray-scale6);
	letter-spacing: -0.5px;
	font-size: 16px;
	line-height: 156%;
}
textarea.form-input {
	width: 100%;
	min-height: 280px;
	background-color: var(--white);
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid var(--gray-scale4);
	padding: 12px;
	font-family: var(--default-font);
	resize: none;
	outline: none;
	line-height: 140%;
	font-size: 16px;
}
textarea.form-input:focus {
	box-shadow: 0 0 3px 0px var(--point-red);
	border: 1px solid var(--point-red);
}
textarea.form-input::placeholder {
	color: var(--gray-scale6);
	letter-spacing: -0.5px;
	font-size: 16px;
	line-height: 156%;
}

#FileDownloadFrame {
	display: none;
}

.width-limit{
	width:1500px;
	margin:0 auto;
}
.main-width-limit {
	width: 1800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.pc{
	display:block;
}
.mo{
	display:none;
}
.mo480 {
	display:none;
}
.mo360 {
	display:none;
}
.mo320 {
	display:none;
}
.none{
	display:none;
}

/* ckeditor */
.ck-content {
	line-height: 150%;
}
.ck-content p {
	line-height: 140%;
}

/* ellipsis */
.ellip{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ellipsis-1 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	line-height:1.2em;
	height:1.2em
}
.ellipsis-2 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	line-height:1.2em;
	height:2.4em
}
.ellipsis-3 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	line-height:1.2em;
	height:3.6em
}

/*input[type=checkbox]==================================================================================================================*/
/* checkbox */
.CmInputBox{
	display: flex;
	align-items: center;
	cursor:pointer;
	flex-direction: row-reverse;
}
.CmInputBox input[type=checkbox]{
	display:none
}
.CmInputBox input[type=checkbox] + .CmCheckIcon{
	position:absolute;
	top:0;
	bottom:0;
	left:3px;
	margin:auto 0;
	width:20px;
	height:20px;
	background-color:var(--white);
	border: 1px solid var(--gray-scale6);
	box-sizing: border-box;
	position: relative;
	margin-right: 8px;
	border-radius: 3px;
}

/* checkbox:checked */
.CmInputBox input[type=checkbox]:checked ~ .CmCheckIcon:before {
	content:" ";
	display:block;
	position:absolute;
	left:6px;
	top:-4px;
	width:5px;
	height:15px;
	border:solid var(--point-red);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display:block;
}

/* Scroll */
.ScrollStyle::-webkit-scrollbar {width:5px}
.ScrollStyle::-webkit-scrollbar-track {background-color: transparent}
.ScrollStyle::-webkit-scrollbar-thumb {border-radius: 5px;background-color: #aaa}
.ScrollStyle::-webkit-scrollbar-button {width: 0;height: 0;}

/* MODAL */
.modal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	top: 0;
	display: none;
	opacity: 0;
	transition: 0.3s;
	background-color: rgba(0,0,0,0.5);
}
.modal .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 500;
}
.modal.on {
	opacity: 1;
}
.modal.block {
	display: block;
}
.modal .modal-title {
	font-size: 20px;
	font-weight: bold;
}
.modal .modal-full-content {
	width: 100%;
	aspect-ratio: 1 / 0.6;
}
.modal-wrap {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	z-index: 501;
	display: none;
	opacity: 0;
	transition: 0.3s;
	max-width: 1000px;
	width: 90%;
}
.modal-content .modal-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--dark);
}
.modal-content {
	border-radius: 15px;
	background-color: var(--white);
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.modal-content.modal-preview-content {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	width: auto;
}
.modal-wrap.on {
	opacity: 1;
	top: 50%;
}
.modal-wrap.block {
	display: block;
}
.modal .modal-close {
	width: 30px;
	cursor: pointer;
}
.modal .modal-text {
	overflow-y: auto;
	max-height: 350px;
	line-height: 150%;
}
.modal .modal-preview-content .modal-head {
	border: none;
	margin: 0;
}
.modal .modal-preview {
	width: 100%;
	text-align: center;
}
.modal-rv-preview-img {
	max-width: 100%;
	max-height:80vh;
}
.modal .modal-exit {
	text-align: right;
}
.modal-wrap .modal-exit.white {
	font-size: 40px;
	margin-bottom: 10px;
	color: var(--white);
} 

/* Loading ################################################################################# */
.SpinnerLoading{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0; opacity:0;z-index:999;}
.SpinnerLoading:before{content:""; position:fixed; background:rgba(0,0,0,1); opacity:0.4;background-size:cover;top:0;left:0; height:100%;width:100%;background-repeat:no-repeat;z-index:998;}
.SpinnerLoading:after{content:"";display:block;background-image:url("../img/SpinnerLoading.svg");background-size:50px 50px;height:50px;width:50px;background-repeat:no-repeat;animation:SlSpin 1s infinite linear; z-index:999;}
@keyframes SlSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

.AjaxLoading{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;height:600px;;top:0;bottom:0;left:0;right:0; opacity:0;z-index:999;}
.AjaxLoading:before{content:""; position:absolute; background:rgba(0,0,0,0.5); opacity:0.01;background-size:cover;top:0;left:0; height:100%;width:100%;background-repeat:no-repeat;z-index:998;}
.AjaxLoading:after{content:"Loading";background-image:url("../img/SpinnerLoading2.svg");background-size:100px 100px;height:100px;width:100px;background-repeat:no-repeat; Text-align:center;color:#808080; }

/* Paging ################################################################################# */
.pagination-wrap {
	margin-top: 50px;
}
ul.pagination {
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
a.page-link {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	transition: 0.2s;
	color: #868686;
	font-size: 14px;
}
a.page-link.able {
	color: #393A3B;
}
a.page-link.disable {
	opacity: 0.4;
	cursor: default;
	color: #898A8A;
}

a.page-link:hover {
}
a.page-link.now-page {
	color: var(--theme-color);
}



@media(max-width: 1920px) {
	.width-limit {
		width: 100%;
		padding: 0 212px;
		box-sizing: border-box;
	}
	.main-width-limit {
		max-width: 1800px;
		margin: 0 auto;
		width: 100%;
		padding: 0 56px;
	}
}

@media(max-width: 1400px) {
	.width-limit{
		padding:0 180px;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
}


@media(max-width: 1200px) {
	.width-limit{
		max-width:1016px;
		margin:0 auto;
		width:100%;
		padding:0 50px;
		box-sizing:border-box;
	}
}

@media(max-width: 970px) {
	.main-width-limit {
		padding: 0 40px;
	}
	.width-limit{
		padding:0 70px;
	}

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
}

/* MOBILE */
@media(max-width: 768px) {
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 18px;
	}
	input.form-input {
		font-size: 14px;
	}
	input.form-input::placeholder {
		font-size: 14px;
	}
	textarea.form-input {
		font-size: 14px;
	}
	textarea.form-input::placeholder {
		font-size: 14px;
	}

	.pc{
		display:none !important;
	}
	.mo{
		display:block !important;
	}
	.width-limit{
		max-width:700px;
		padding: 0 16px;
	}
	.main-width-limit {
		max-width: 700px;
		width: 100%;
		padding: 0 16px;
	}

	.modal-content {
		padding: 20px;
	}
	.modal-rv-preview-img {
		max-width: 90vw;
	}


	/*input[type=checkbox]==================================================================================================================*/
	/* checkbox */
	.CmInputBox input[type=checkbox] + .CmCheckIcon {
		width: 16px;
		height: 16px;
	}
	.CmInputBox input[type=checkbox]:checked ~ .CmCheckIcon:before {
		left: 4px;
		top: -4px;
		height: 12px;
	}

	
	/* ckeditor */
	.ck-content {
		font-size: 0.8em;
	}
	.ck-content figure.table:not(.layout-table)>table>tbody>tr>td, .ck-content figure.table:not(.layout-table)>table>tbody>tr>th, .ck-content figure.table:not(.layout-table)>table>thead>tr>td, .ck-content figure.table:not(.layout-table)>table>thead>tr>th, .ck-content table.table:not(.layout-table)>tbody>tr>td, .ck-content table.table:not(.layout-table)>tbody>tr>th, .ck-content table.table:not(.layout-table)>thead>tr>td, .ck-content table.table:not(.layout-table)>thead>tr>th {
		font-size: 0.7em;
	}
	.ck-content p {
		margin: 10px 0;
	}
}

/* MOBILE */
@media screen and (max-width:480px){
	h2 {
		font-size: 20px;
		font-weight: 700;
		line-height: 140%;
	}
	h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 125%;
		letter-spacing: -0.32px;
	}

	.mo480 {
		display: block;
	}
	.modal-wrap .modal-exit.white {
		font-size: 25px;
		margin-bottom: 4px;
	} 
}

/* MOBILE */
@media screen and (max-width:360px){
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 15px;
	}

	.mo360 {
		display: block;
	}

	/* Paging ################################################################################# */
	a.page-link {
		width: 35px;
		height: 35px;
	}
	a.page-link {
		font-size: 12px;
	}


	
}

/* MOBILE */
@media screen and (max-width:320px){
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 13px;
	}

	.mo320 {
		display: block;
	}
	
	.width-limit{ 
		padding: 0 10px;
	}
	.main-width-limit {
		padding: 0 10px;
	}

	/* Paging ################################################################################# */
	a.page-link {
		width: 25px;
		height: 25px;
	}
}

