@charset "utf-8";

html {
    font-family:"맑은 고딕","Malgun Gothic", "굴림", Gulim, AppleGothic, Sans-serif;
    font-size:13px;
    color:#000000;
    margin:0px;
    height:100%;

}
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('/font/woff2/PretendardVariable.woff2') format('woff2-variations');
}
body {
    margin:0px;
    background-color:#ffffff;
}
.page_icon:before {
	/* content: "\e025"; */
	content: url("/images/icons/ico_page.png");
	background-size: cover;
    font-size: 17px;
}
div.page_stitle > span.page_icon {
	margin-bottom: 4px;
}
div.page_title > span.page_icon {
	margin-bottom: 4px;
}
.page_title {
	color: var(--Grayscale-Black, #000);
	margin-bottom: 10px;
	
	/* T5/Bold */
	font-family: "Pretendard Variable";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*
    width: 1200px;
    height: 26px;
    font-size: 18px;
    font-weight: bold;
    color:#0A1E5A;
    margin-bottom: 5px;
    border-bottom: 2px solid #0A1E5A;
    */
}
/*
.page_title:before, legend:before {
    content:'';
    display: inline-block;
    width:7px;
    height: 7px;
    border:3px solid #0A1E5A;
    margin-right:5px;
}
*/
.page_title.btn {
    position: relative;
}
.page_title.btn>div {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 9pt;
    font-weight: bold;
}
.page_title.btn div>.msg {
    vertical-align: bottom;
}
.page_title.btn a .label {
    font-weight: normal !important;
}

.page_sicon:before {
    content: "\e51c";
}
.page_stitle, legend {
    width: 99%;
    font-size: 13px;
    font-weight: bold;
    color:#0A1E5A;
    padding-bottom: 2px;
    margin:10px 0px 7px 0px;
}
/*
.page_stitle:before, legend:before {
    content:'';
    display: inline-block;
    width:6px;
    height:6px;
    border:3px solid #A30003;
    border-radius:6px;
    margin-right:5px;
}
*/
.page_stitle.btn {
    width: 1200px;
    /* margin:17px 0px 0px 0px; */
    position: relative;
}
.page_stitle.btn>div {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 9pt;
    font-weight: bold;
}
.page_stitle.btn div>.msg {
    vertical-align: bottom;
}
.page_stitle.btn a .label {
    font-weight: normal !important;
}

.popupFrame {
    width:100%;
    padding:0px;
    margin:0px;
    border-width:0px;
    background-color:#fff;
}
.popWindow {
    margin:10px;
    background-color:#fff;
}

a:link        {text-decoration:none; color:#0000CC;}
a:visited {
	/*
	text-decoration:none;
	color:#0000CC;
	*/
	color: var(--Grayscale-Black, #000);
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Pretendard;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
a:focus        {text-decoration:none; color:#0000CC;}
a:hover     {color:#CC0000; }

a.k-button {color:#fff;}
a.k-buttonsx {color:#000000;}

.label {
    margin: 0px 5px;
}
/* Text Align */
.c  { text-align: center !important; }
.l  { text-align: left !important;   }
.r  { text-align: right !important;  }

.t  { vertical-align: top !important;    }
.m  { vertical-align: middle !important; }
.b  { vertical-align: bottom !important; }

.essential {
    background-color: #fbebeb;
}

.required:before {
    content: "*";
    display: inline-block;
    margin-right: 5px;
    color: red;
}

.deleted {
    color: red;
    font-weight: bold;
}
/* Search Box */
.srch {
    clear: both;
    width: 1198px;
    margin-bottom: 20px;
    background: var(--Primary-Lightblue_BG, #EFF5FD);
}
.srch th {
    padding-right: 5px;
}
.srch.pop {
    width: 100%;
}
.srch.r1 { height: 45px;  line-height: 2; }
.srch.r2 { height: 75px;  line-height: 2; }
.srch.r3 { height: 115px;  line-height: 2; }
.srch.r4 { height: 150px; line-height: 2; }
.srch.r5 { height: 170px; line-height: 2; }

.srchT {
	text-align: right;
    vertical-align: inherit;
    min-width:140px; float:left;
    padding: 10px 5px 0px 0px;
    
	color: var(--Grey-Scale-800, #323339);
	
	/* T7/Medium */
	font-family: "Pretendard Variable";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 19.5px */
}
.srchC {
    float:left;
    padding-top: 4px;
}
.srchC1 {
    width:390px; float:left;
    padding-top: 4px;
}
.srchF1 {
    width:250px; float:left;
    padding-top: 4px;
}
.srchF2 {
    width:600px; float:left;
    padding-top: 4px;
}
.srchF3 {
    width:1000px; float:left;
    padding-top: 4px;
}
.srchF4 {
    width:1100px; float:left;
    padding-top: 4px;
}
.srchNl {
    clear: both;
}

/* Button Box */
.buttonBox {
    text-align: right;
    width: 1200px;
    height: 24px;
    border: 0px;
    margin-bottom: 10px;
}
.buttonTable {
    width:1198px;
}
.buttonBox > span:last-child {
    float: right;
}

.buttonLeft {
    float: left !important;
}

.buttonRight {
    float: right;
}

/* Info Box */
.infoBox {
    font-size: 13px;
    border:1px solid #778DA0;
/*    border-radius:3px;*/
    background-color: #e6f1f9;
    margin-bottom: 5px;
    padding: 4px 15px;
    line-height: 2;
}
.infoTextHead {
       font-size:15px;
       line-height:2;
       font-weight:bold;
}
.infoTextBody {
       font-size:12px;
       line-height:2;
}

.k-i-info {
    vertical-align: sub;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.date, .month, .year {
    text-align: center !important;
}
.num {
    text-align: right !important;
    padding-right: 5px !important;
}

/* Popup 관련 */
body.popup {
/*     padding: 10px; */
}
body.popup .page_title
, body.popup .page_stitle.btn
, body.popup .srch
, body.popup .srch table
, body.popup .buttonBox
, body.popup .buttonBox table
, body.popup .k-grid
, body.popup .kendo {
    width: 100%
}
body.popup .srch table th {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}
div.popup {
    padding: 10px;
}
div.popup .kendo {
    width: 99.5%
}

/* New Table */
.new-table {
    width: 1198px;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    border-top: 1px solid #9FB6E3;
    margin-bottom :5px;
}
.new-table>tbody>tr {
    height: 40px;
    background-color: #ffffff;
}
.new-table>tbody>tr>th {
	font-size: 13px;
	width: 160px;
	align-items: center;
	align-self: stretch;
	
	border-top: 1px solid var(--Grayscale-Gray5, #E5E5EA);
	border-bottom: 1px solid var(--Grayscale-Gray5, #E5E5EA);
	background: var(--Primary-Lightblue_BG, #EFF5FD);
}
.new-table>tbody>tr>td {
	font-size: 13px;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
	align-self: stretch;
	
	border-top: 1px solid var(--Grayscale-Gray5, #E5E5EA);
	border-bottom: 1px solid var(--Grayscale-Gray5, #E5E5EA);
	background: var(--Grayscale-White, #FFF);
}
.new-table>tbody>tr:first-child > th,
.new-table>tbody>tr:first-child > td {
	border-top: 2px solid var(--Primary-Lightblue_line, #9AB8F1);
}	

/* New Table 2 */
.new-table2 {
    width: 1198px;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    border-top: 1px solid #9FB6E3;
    margin-bottom :5px;
}
.new-table2>tbody>tr {
    height: 40px;
    background-color: #ffffff;
}
.new-table2>tbody>tr:last-child > td {
	border-bottom: 1px solid var(--Grey-Scale-200, #E1E3EB);
}	
.new-table2>tbody>tr>th {
	height: 30px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	
	border: 1px solid #9FB6E3;
	background: #EBF6FF;
	
	color: #333;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
.new-table2>tbody>tr>td {
	height: 30px;
	align-items: center;
	align-self: stretch;
	
	border: 1px solid var(--Grey-Scale-200, #E1E3EB);
	background: #FFF;
	
	color: var(--Grayscale-Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.new-table2>tbody>tr>th:first-child,
.new-table2>tbody>tr>td:first-child {
	border-left: 0;
}
.new-table2>tbody>tr>th:last-child,
.new-table2>tbody>tr>td:last-child {
	border-right: 0;
}
table.new-table2 > tbody > tr > td > a {
	color: var(--Grayscale-Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Table - kendo style */
.kendo {
    width: 1198px;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    border-top:2px solid #778da0;
    margin-bottom :5px;
}
.kendo>tbody>tr {
    height: 30px;
    background-color: #ffffff;
}
.kendo>tbody>tr>th {
    border:1px solid #9297AB;
    background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0px, rgba(0, 0, 0, 0.08) 100%);
    padding: 1px 4px;
}
.kendo>tbody>tr>td {
    border:1px solid #9297AB;
    padding: 1px 4px;
}

/* Table - other style */
.line {
    border-collapse: collapse;
    border-spacing: 0px 0px;
    border:1px solid #9297AB;
    margin-bottom :5px;
}
.none {
    border-spacing: 0px 0px;
    border:0px;
}

/* copyright */
.copyright {
    width: 1198px;
}

.date.k-input {
    text-indent: 0 !important;
}

/* readonly */
input[readonly=readonly], textarea[readonly=readonly], select[readonly=readonly]
, span.k-dropdown[readonly=readonly] .k-input, span.k-dropdown[aria-readonly=true] .k-input {
    color: #777777;
    background: #f0f0f0 !important;
    cursor: default;
}

.banner {
    margin-top: 10px;
    width: 588px;
    height: 112px;
    border: 1px solid #9297AB;
    background-image: url(/images/common/banner.jpg);
}
/*----------------------------------------------------------
로딩바
----------------------------------------------------------*/
.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(192,208,244,0.4); /* Black w/ opacity */
}

.loader {
    width: 250px;
    height: 60px;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 20px 15px 10px 20px;
    background-color: #fdfdfd;
    border: 1px solid #aaccff;
}
.loader:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/images/common/land.jpg);
    content: "";
    opacity: .1;
}
.loader-text {
    z-index:10;
    float:left;
    position:absolute;
    left: 110px;
    color: #003876;
    font-size: 10pt;
    font-weight: bold;
    line-height: 24px;
}
.loader-spin {
    width: 40px;
    height: 40px;
    position: absolute;
    border: 4px solid #003876;
    border-radius: 50%;
}
.loader-spin:before, .loader-spin:after {
      content: "";
      position: absolute;
    display: block;
    width: 3px;
    background-color: burlyWood;
    border-radius: 1.5px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.loader-spin:before {
      height: 10px;
      width: 3px;
      top: 20px;
      left: 18px;
      -webkit-animation: spin 5000ms linear infinite;
       animation: spin 5000ms linear infinite;
}
.loader-spin:after {
      height: 14px;
     width: 2px;
      top: 20px;
      left: 18px;
      -webkit-animation: spin 700ms linear infinite;
    animation: spin 700ms linear infinite;
}
@-webkit-keyframes spin {
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}
@keyframes spin {
      to {
        -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
      }
}

/* Image Properties */
.blades {
    z-index:10;
    /*image is 120 x 120 px*/
    position: absolute;
    top: 7px;
    left: 13px;
    /* Firefox */
    -moz-animation: bladeSpin 10s ease-in-out infinite;
    /* WebKit - Chrome and Safari */
    -webkit-animation: bladeSpin 10s ease-in-out infinite;
    /* Opera */
    -o-animation: bladeSpin 10s ease-in-out infinite;
    /* general syntax */
    animation: bladeSpin 10s ease-in-out infinite;
}
.stand {
    z-index:10;
    /*image is 12 x 130 px*/
    position: absolute;
    top: 40px;
    left: 45px;
}

.ico-user02 {
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 3px;
	/* Style */
	border-radius: 0px;
	/* Layout */
	content: url("/images/icons/ico_user02.png");
}
.ico-logout01 {
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* Style */
	border-radius: 0px;
	/* Layout */
	background-image: url("/images/icons/ico_logout01.png");
}
div.div-more01 {
	display: inline-flex;
	margin-bottom: 5px;
}
.ico-more01 {
	display: inline-flex;
	height: 26px;
	padding: 0px 15px 0px 30px;
	margin-top: -2px;
	align-items: center;
	justify-content: center;
	gap: 2px;
	
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	background: rgba(255, 255, 255, 0.14);
	
	background-image: url("/images/icons/ico_plus01.png");
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: center;
	
	color: #666;
	font-family: "Pretendard Variable";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ico-more01:before {
	content: "more";
}
.ico-circle01 {
	display: inline-flex;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #3D85D8;
}
.ico-user01 {
	content: url("/images/icons/ico_user01.png");
}
.main-title01 {
	color: var(--Grayscale-Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Pretendard Variable";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
span.span-divider {
	width: 1px;
	height: 32px;
	
	background: #B8CBE3;
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	
	margin: 20px 1px 5px 1px;
}

.ico-square-x01 {
	background-image: url("/images/icons/ico_x02.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* Style */
	border-radius: 3px;
}

.ico-x01 {
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* Style */
	border-radius: 0px;
	background-image: url("/images/icons/ico_x01.svg");
}

.ico-refresh01 {
	background-image: url("/images/icons/ico_refresh01.svg");
}

.ico-remote01 {
	width: 20px;
	height: 20px;
	background-image: url("/images/icons/ico_remote01.svg");
}

div.fileDivLeft {
	border-width: 1px 0px 1px 0px;
	border-top-color: #9FB6E3;
	border-bottom-color: #E1E3EB;
}

.btn-left-menu {
	margin-left: 7px;
	display: flex;
	width: 195px;
	height: 56px;
	padding: 16px 20px;
	justify-content: space-between;
	align-items: center;
	
	border-radius: 6px;
	background: var(--Primary-Blue, #2658C6);
	
	position: relative;
	transform: translateY(350px);
}

.ico-arrow-right01 {
	width: 20px;
	height: 20px;
	background-image: url("/images/icons/ico_arrow_right02.svg");
}

/* 좌측 특수 메뉴 아이콘 sleepzz */
.ico-left-btn {
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0px;
	/* Style */
	border-radius: 0px;
}
.ico-manual01 {
	background-image: url("/images/icons/ico_manual01.png");

}
.ico-remote02 {
	background-image: url("/images/icons/ico_remote02.svg");
}

/* 게시판 분류 아이콘 sleepzz */
.ico-class {
	/* Layout */
	width: 33px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	/* Style */
	border-radius: 4px;
}
.ico-class::before {
	text-align: center;
	
	justify-content: center;
    align-items: center;
  
	/* T8/Medium */
	font-family: "Pretendard Variable";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ico-class-dist1 {
	color: var(--Grayscale-White, #FFF);
	background: var(--Secondery-Mint, #01B1AC);
}
.ico-class-dist1::before {
	content: "발송";
}
.ico-class-dist2 {
	color: var(--Grayscale-White, #FFF);
	background: #2E9AFF;
}
.ico-class-dist2::before {
	content: "배포";
}
.ico-class-exam {
	color: var(--Secondery-Mint, #01B1AC);
	background: #DEF5F4;
}
.ico-class-exam::before {
	content: "검토";
}
.ico-class-reexam {
	color: var(--Secondery-Mint, #01B1AC);
	background: #DEF5F4;
}
.ico-class-reexam::before {
	content: "재검토";
}
.ico-class-finish {
	color: var(--Grayscale-White, #FFF);
	background: #77D5BB;
}
.ico-class-finish::before {
	content: "완료";
}
.ico-reply01 {
	/* Layout */
	background-image: url("/images/icons/ico_reply01.png");
	background-repeat: no-repeat;
	width: 17px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 0px;
	/* Style */
	border-radius: 0px;
}

/* 메뉴 아이콘 sleepzz */
.ico-menu {
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	/* Style */
	border-radius: 0px;
}
.ico-home01 {
	content: url("/images/icons/ico_home01.svg");
}
.ico-dist01 {
	content: url("/images/icons/ico_dist01.svg");
}
.ico-request01 {
	content: url("/images/icons/ico_req01.svg");
}
.ico-board01 {
	content: url("/images/icons/ico_board01.svg");
}
.ico-admin01 {
	content: url("/images/icons/ico_admin01.svg");
}
.ico-search01 {
	content: url("/images/icons/ico_search01.svg");
}
.ico-excel01 {
	content: url("/images/icons/ico_excel01.svg");
}

/* 버튼 아이콘 sleepzz */
.ico-btn {
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* Style */
	border-radius: 0px;
}
.ico-delivery01 {
	background-image: url("/images/icons/ico_delivery01.svg");
}
.ico-download01 {
	background-image: url("/images/icons/ico_download01.svg");
}
.ico-list01 {
	background-image: url("/images/icons/ico_list01.svg");
}
.ico-new01 {
	background-image: url("/images/icons/ico_new01.svg");
}
.ico-save01 {
	background-image: url("/images/icons/ico_save01.svg");
}
.ico-delete01 {
	background-image: url("/images/icons/ico_delete01.svg");
}
.ico-delete02 {
	background-image: url("/images/icons/ico_delete02.svg");
}
.ico-close01 {
	background-image: url("/images/icons/ico_x02.svg");
}
.ico-plus02 {
	background-image: url("/images/icons/ico_plus02.svg");
}
.ico-file01 {
	background-image: url("/images/icons/ico_file01.svg");
}

/* showNotification */
.notification-container {
	position: fixed;
	top: 20px;
	right: 20px;
	max-width: 350px;
	z-index: 1000;
}
.notification {
	background-color: #ffffff;
	border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    transform: translateX(120%);
    transition: transform 0.3s ease-out;
}
.notification.show {
	transform: translateX(0);
}
.notification-icon {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.notification-content {
	padding: 20px 25px;
	flex-grow: 1;
}
.notification-title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	font-size: 15px;
}
.notification-message {
	color: #666;
	font-size: 13px;
	line-height: 1.2;
}
.notification-alert .notification-icon {
	background-color: #3498db;
}
.notification-warning .notification-icon {
	background-color: #e74c3c;
}
        
/* showCustomConfirm */
.custom-confirm-dialog {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.custom-confirm-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 300px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	text-align: center;
}
.custom-confirm-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	margin-top:-15px;
}
.custom-confirm-close:hover,
.custom-confirm-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.custom-confirm-btn-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.custom-confirm-btn {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	margin: 0 5px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	transition: background-color 0.3s ease;
}
.custom-confirm-btn svg {
	margin-right: 5px;
}
.custom-confirm-btn-confirm {
	background-color: #3498db;
}
.custom-confirm-btn-confirm:hover {
	background-color: #5faee3;
}
.custom-confirm-btn-confirm:active {
	background-color: #9297AB;
}
.custom-confirm-btn-cancel {
	background-color: #e74c3c;
}
.custom-confirm-btn-cancel:hover {
	background-color: #ec7063;
}
.custom-confirm-btn-cancel:active {
	background-color: #9297AB;
}
        
        
/* Blades Spinning */
/* Firefox */
@-moz-keyframes bladeSpin {
   from { -moz-transform: rotate(0deg); }
   to { -moz-transform: rotate(1440deg); }
}
/* WebKit - Chrome and Safari */
@-webkit-keyframes bladeSpin {
   from { -webkit-transform: rotate(0deg); }
   to { -webkit-transform: rotate(1440deg); }
}
/* Opera */
@-o-keyframes bladeSpin {
   from { -o-transform: rotate(0deg); }
   to { -o-transform: rotate(1440deg); }
}
/* general syntax */
@keyframes bladeSpin {
   from { transform: rotate(0deg); }
   to { transform: rotate(1440deg); }
}

/* loading-spinner */
.spinner-container {
	position: fixed; /* 화면에 고정 */
	top: 30%; /* 세로 중앙 */
	left: 40%; /* 가로 중앙 */
	transform: translate(-50%, -50%); /* 중앙 정렬 */
	display: flex;
	flex-direction: column;
	align-items: center; /* 중앙 정렬 */
	justify-content: center; /* 중앙 정렬 */
	width: 300px; /* 너비를 더 넓게 설정 (원하는 너비로 변경) */
	height: 200px; /* 원하는 높이 */
	z-index: 9999; /* 다른 요소 위에 표시 */
	background: rgba(255, 255, 255, 0.8); /* 반투명 배경 추가 (선택 사항) */
	border-radius: 10px; /* 모서리 둥글게 */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* 그림자 추가 (선택 사항) */
}
		
.lock-icon {
	font-size: 50px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 40px;
	animation: lock-spin 2s linear infinite;
}
		
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
		
@keyframes lock-spin {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}
		
.spinner-text {
	margin-top: 10px;
	font-weight: 900;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 20px;
}

#fileGrid .file-download-cell{
	cursor: pointer; 
}

textarea {
    font-family: "맑은 고딕", "Malgun Gothic", "굴림", Gulim, AppleGothic, Sans-serif;
}

