@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
body,
html {
	height: 100%;
	overflow: hidden;
}

/*font*/
h1,
h2,
h3,
h4,
h5,
p,
label,
span,
button,
input,
textarea,
select,
option,
div,
ul,
li {
	font-family: "Noto Sans KR";
}

@font-face {
	font-family: "noto-sans-cjk-kr";
	src: url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
}

body::-webkit-scrollbar {
	display: none;
}

a {
	color: black;
}

.indexContainer {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-items: center;
	height: 100%;
	width: 100%;
}

.indexContainer > .sideArea > .topArea {
	width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 10px 10px;
    font-size: 18px;
    /* border-bottom: solid 1px #d3d7dc; */
    font-weight: 700;
    height: 60px;
}

.logoArea > .logoDiv {
	width: 200px;
    height: 100%;
    display: flex;
    margin-right: 0;
    background-color: #21212D;
    border-radius: 0 15px 0 0;

}

.logoDiv{
	background-color: #21212D;
	border-radius: 0 40px 0 0;
}

.logoDiv > .logo {
	padding: 15px 30px;
}

.logoDiv > .logo:hover {
	cursor: pointer;
}

.logoDiv > .title {
	font-size: 25px;
	font-weight: 500;
	height: 40px;
	margin-top: 10px;
	margin-left: 10px;
}

.logoDiv > .title:hover {
	cursor: pointer;
}

.info {
	margin-right: 40px;
	margin-top: 14px;
}

.info:hover {
	cursor: pointer;
	color: #f1c218;
}

.indexContainer > .sideArea {
	/* border: 1px solid #d3d7dc; */
	width: 200px !important;
	height: 100%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	min-width: 200px;
	overflow-y: auto;
	scrollbar-width: none;
	padding: 20px 20px 20px 15px;
	-ms-overflow-style: none;
}

.indexContainer > .sideArea::-webkit-scrollbar {
	display: none;
}
.sideArea .menu {
	padding:  15px;
	font-weight: 500;
	font-size: 15px;
	color: #212121;
	text-align: left;
	font-family: Pretendard;
	line-height: 125%;
	letter-spacing: -0.25%;	
	min-width: 140px;
}
.menu_fold{
	font-weight: 500;
	font-size: 15px;
	color: #212121;
	text-align: left;
	font-family: Pretendard;
	line-height: 125%;
	letter-spacing: -0.25%;
}

.menu_fold:hover {
	cursor: pointer;
	border-radius: 8px;
	color: #120bed
;
	/* background-color: #F7F6FF; */
	font-weight: 500;
}
.menu_fold.active {
	cursor: pointer;
	border-radius: 8px;
	color: #120bed
;
	/* background-color: #F7F6FF; */
	font-weight: 500;
	display: block;
}

.toggle_menu_btn {
	width: 20px;
	height: 20px;
	background-image: url("/image/arrow_black.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 5px;
}
.menu_fold.active > .toggle_menu_btn {
	background-image: url("/image/arrow_purple.png");
}

.sideMenuIcon {
	width: 20px;
}


.sideArea > .menu.jp {
	font-size: 15px;
}
.sideArea div.menu:first-child {
	margin-top: 20px;
}

.sideArea .menu.active {
	cursor: pointer;
	border-radius: 8px;
	color: #120bed
;
	background-color: #F7F6FF;
	font-weight: 500;
	width: 200px !important;
	min-height:55px;
}

.sub-menu-item.active {
    cursor: pointer;
    border-radius: 8px;
    color: #120bed
;
    background-color: #F7F6FF;
    font-weight: 500;
	width: 200px !important;
}

.sub-menu {
    display: none !important;
}

.sub-menu.active {
    display: block !important;
}

.sideArea .menu:hover:not(.pMenu) {
	cursor: pointer;
	border-radius: 8px;
	color: #120bed
;
	font-weight: 500;
	background-color: #F7F6FF;
	width: 200px !important;
}
.sideArea .menu.active:hover {
	cursor: pointer;
	color: #120bed
;
	width: 200px !important;
}

.sideArea > .pMenu {
	padding: 15px 15px;
	font-weight: 500;
	font-size: 15px;
	color: #212121;
	font-family: Pretendard;
	line-height: 125%;
	letter-spacing: -0.25%;
	cursor: pointer;
}

#CHKPERIOD:active {
	background-color: #F7F6FF;
	color: #120bed
;
	font-weight: 500;
	border-radius: 8px;
}
#CHKUSER:active{
	background-color: #F7F6FF;
	color: #120bed
;
	font-weight: 500;
	border-radius: 8px;
}

.sub-menu-item{
	padding: 10px 10px; 
	margin-top: 0.5rem;
	font-family: Pretendard;
	line-height: 125%;
	letter-spacing: -0.25%;
	width: 200px !important;
}

.sub-menu-item:hover {
	cursor: pointer;
	border-radius: 8px;
	color: #120bed
;
	background-color: #F7F6FF;
	font-weight: 500;
	width: 200px !important;
}

.sideArea .package {
	padding: 10px;
	font-size: 17px;
	color: #b7bbc8;
}
.sideArea .package.active {
	color: var(--primary-color) !important;
	font-weight: 500;
	background-color: #f7f8f993;
}
.sideArea .package:hover {
	cursor: pointer;
	background-color: #f7f8f9;
	color: black;
	font-weight: 500;
	border-radius: 15px;
}

.sideArea .module ul {
	padding-left:0;
}
.sideArea .package .module {
  display: none;
  text-align: left;
  margin-top: 10px;
}
.sideArea .package .module .menu {
  width: 140px;
  list-style: none;
  padding-left: 0.5rem;
  font-size: 16px;
  font-weight: 500;
	color: #b7bbc8;
}
.sideArea .package .module .menu:hover {
	cursor: pointer;
	background-color: #f7f8f9;
	color: black;
	border-radius: 15px;
}
.sideArea .package .module .menu.active {
  width: 140px;
  list-style: none;
  font-size: 16px;
	color: var(--primary-color) !important;
	font-weight: 500;
}
.sideArea .package .module .menu.active:hover {
  cursor: pointer;
}
.sideArea .package .module:hover {
  cursor: pointer;
}
.sideArea .package.active .module {
  display: block;
}

#contentArea {
    grid-area: 1 / 2 / 2 / 3;
    padding: 20px;
    overflow-y: auto;
}






.indexContainer > .mainArea {
	grid-area: mainArea;
	width: calc(100% - 200px);
	height: 100%;
}

.mainArea > iframe {
	width: 100%;
	height: 100%;
}

.rightSideArea {
	width: 0px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ffffff;
	z-index: 30;
	display: none;
	flex-direction: row-reverse;
	box-shadow: -4px 4px 12px 4px #00000029;
}

@keyframes rightSide {
	0% {
		width: 0px;
	}
	100% {
		width: 367px;
	}
}

.rightSideArea.active {
	width: 367px;
	display: flex;
	flex-direction: column;
	animation-name: rightSide;
	animation-duration: 0.5s;
	height: 255px;
    border-radius: 14px;
}

.rightSideArea.active > .close {
	width: 30px;
	height: 100%;
	background-color: #187542;
	text-align: center;
	/* padding-top: 400px; */
	padding-top: calc(50vh - 60px - 25px);
}

.rightSideArea.active > .close:hover {
	background-color: var(--primary-color);
	cursor: pointer;
}

.rightSideArea.active > .close > i {
	color: #ffffff;
	font-size: 25px;
}

.rightSideArea.active > .close > i:hover {
	cursor: pointer;
}

.rightSideArea.active > .contentsArea {
	width: 100%;
	height: calc(100% - 46px);
	padding: 0.5rem 2.5rem 1rem 0.5rem;
	/* margin-top: 20px; */
	overflow-y: auto;
}
.rightSideArea.active > .contentsArea::-webkit-scrollbar {
	width: 0px;
}
.rightSideArea.active > .contentsArea .sideTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rightSideArea.active > .contentsArea .sideTitle > img:hover {
	cursor: pointer;
}

.rightSideArea.active > .contentsArea .title {
	font-size: 20px;
	/* height: 30px; */
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rightSideArea.active > .contentsArea > .contents {
	margin-top: 2.5rem;
	width: 100%;
	height: fit-content;
	min-height: calc(100% - 6rem);
}

.rightSideArea.active > .contentsArea > .contents > .infoTitle {
	border-bottom: 1px solid #DADDE1
}
.rightSideArea.active > .contentsArea > .contents .indexLabel {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.0025em;
	text-align: left;
	padding: 0 8px 13px 8px;
	border-bottom: 3px solid #4C49CF;
	color: #21212D;
}

.rightSideArea.active > .contentsArea > .contents > .userInfoArea {
	width: 100%;
	margin-top: 2.5rem;
	/* height: 290px; */
	/* border: 1px solid #d3d7dc;
	border-radius: 15px; */
}

.rightSideArea.active > .contentsArea > .contents > .userInfoArea > div {
	margin-top: 1.25rem;
	/* margin-left: 10px; */
}
.rightSideArea.active > .contentsArea > .contents > .userInfoArea > div > div {
	padding-top: 0.25rem !important;
}

.rightSideArea.active > .contentsArea > .contents > .pwChangeArea {
	width: 100%;
	margin-top: 2.5rem;
	/* height: 270px; */
	/* border: 1px solid #d3d7dc;
	border-radius: 15px; */
}

.rightSideArea.active > .contentsArea > .contents > .pwChangeArea > form > div {
	margin-top: 1.25rem;
	/* margin: 10px 10px 0px 10px; */
}

#btn_pwChange {
	/* float: right; */
	/* margin: 20px 0px 0px 0px; */
	margin-top: 1.25rem;
}

.rightSideArea.active > .contentsArea > .contents button {
	width: 8rem;
	/* width: 100px; */
	height: 100%;
}

.bottomArea{
	/* display: flex; */
	padding: 0 10px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	margin-top:auto;
	min-height: 102px;
}

#nameArea {
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 10px 0px;
	color: #6A65F3;
;
}

#btn_logout {
	float: right;
	/* margin-top: 1.25rem; */
	cursor: pointer;
	color: #6E7178;
	font-size: 14px;
	font-weight: 500;
}
#btn_setting{
	color: #2F80ED;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.loadingScreen {
	height: 99%;
	position: absolute;
	background-color: #f3f4f7a6;
	border-radius: 12px;
	z-index: 2000;
	display: none;
}

.loadingScreen.active {
	display: block;
}
.loadingScreen.active > .center {
	width: 200px;
	height: 200px;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	text-align: center;
}

.grayScreen {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #00000080;
	left: 0px;
	top: 0px;
	z-index: 29;
	display: none;
}
.grayScreen.active {
	display: block;
}

.loadingScreen.active > .center > img {
	margin-top: 10px;
}

#smileIcon {
    width: 28px;
    position: relative;
    bottom: 4px;
    margin-left: 5px;
}