v:root {
  --judge0-black: #333;
  --judge0-gray: #CED4DA;
  --judge0-red: #FF8787;
  --judge0-pink: #F783AC;
  --judge0-grape: #DA77F2;
  --judge0-violet: #9775FA;
  --judge0-indigo: #748FFC;
  --judge0-blue: #4DABF7;
  --judge0-cyan: #3BC9DB;
  --judge0-teal: #38D9A9;
  --judge0-green: #69DB7C;
  --judge0-lime: #A9E34B;
  --judge0-yellow: #FFD43B;
  --judge0-orange: #FFA94D;
  --judge0-theme: var(--judge0-indigo);
}
.copydiv {
  width: 100%;
  flex: 1;
}
.copydivleft {
  width: 50%;
  float: left;
  height: 100%;
  box-sizing: unset;
}
.copydivleft iframe {
  border: 0px;
  overflow-y: scroll;
}
.copydivright {
  width: 50%;
  float: right;
  height: 100%;
  box-sizing: unset;
}
.copydivright iframe {
  border: 0px;
  overflow-y: scroll;
}
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.ui[class*="left action"].input>.dropdown {
  border-radius: 0 .28571429rem .28571429rem 0;
}
.ui.selection.dropdown {
  font-weight: bold;
  min-width: 219px;
}
.lm_header .lm_tab {
  padding-bottom: 3px;
  height: 16px;
  font-family: "Droid Sans Mono", monospace, monospace, "Droid Sans Fallback";
  font-size: 14px;
}
.lm_header .lm_tab.lm_active {
  box-shadow: none;
  padding-bottom: 3px;
}
#site-navigation {
  display: flex;
  position: relative;
  border-radius: 0;
  margin: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#site-navigation2 {
  display: flex;
  position: relative;
  border-radius: 0;
  margin: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#navigation-message {
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}
@keyframes slide {
  0% {
    transform: translateX(570px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: translateX(570px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.navigation-message-text {
  white-space: nowrap;
  -moz-animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
  animation: slide 60s linear infinite;
}
.navigation-message-text:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#navigation-message a {
  color: var(--judge0-theme);
  font-weight: bold;
}
#site-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#site-header {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#site-header h2 {
  display: inline;
  vertical-align: middle;
  font-family: 'Exo 2', sans-serif;
}
/* .lm_item.lm_stack:last-child{
    visibility: collapse;
}

.lm_item.lm_stack:nth-child(1){
    height: 500px;
}

.lm_content:nth-child(1){
    height: 500px;
} */
/* #site-content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
} */
#site-content {
    height: calc(100% - 45px - 19px);
}
#html-content {
    height: calc(100% - 45px - 19px);
}
#ps-content {
    height: calc(100% - 45px - 19px);
}
#site-modal .header {
  color: #db2828;
}
/*
#run-btn {
  background-color: var(--judge0-theme);
}*/
#site-footer, #status-line {
  background-color: var(--judge0-theme);
  bottom: 0;
  font-family: "Droid Sans Mono", monospace, monospace, "Droid Sans Fallback";
  font-size: 13px;
  height: 19px;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
}
#site-footer {
  color: white;
  left: 0;
  text-align: center;
  width: 100%;
}
#site-footer a {
  color: white;
  font-weight: bold;
}
#site-footer a:hover {
  color: #333;
}
#status-line {
  color: #fff;
  float: right;
  right: 0;
  text-align: right;
  width: fit-content;
}
#editor-status-line {
  background: transparent;
  color: #fff;
  font-family: monospace;
  height: 19px;
  padding: 0px 16px;
  width: inherit;
}
#editor-status-line input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-family: monospace;
  outline: none;
}
#editor-status-line input[type=text]::selection {
  background-color: #cce2ff;
  color: #fff;
}
.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    background: #FFD700;
  }
}
.dot {
  box-sizing: border-box;
  background: #0E6EB8;
  position: absolute;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  right: 7.5px;
  top: 7.5px;
}
.no-left-padding {
  padding-left: 0 !important;
}
.ide_con_layer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #d6dee9;
  padding: 14px 14px 15px;
  height: 100vh;
  min-height: 740px;
}
.ide_top {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: space-between;
  height: 50vh;
}
.ide_top .ide_content {
  flex: 1;
  margin: 0 10px;
}
.left_list_layer {}
.left_list_layer .left_list_box {
  width: 250px;
  padding: 1px;
  background-color: #317abe;
  height: 100%;
  border-radius: 10px;
}
.left_list_box .left_title {
  padding-left: 20px;
  line-height: 35px;
}
.left_list_box .left_title img {
  margin-right: 3px;
  vertical-align: middle;
}
.left_list_box .left_title span {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
.left_list_box {
  display: flex;
  flex-direction: column;
}
.left_list_box>ul {
  background-color: #fff;
  flex: 1;
  padding: 10px 20px;
  border-radius: 10px;
}
.left_list_box>ul>li {}
.left_list_box>ul>li .pro_nm {
  font-size: 14.5px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #999;
  line-height: 30px;
  background-color: transparent;
  border: 0px;
  position: relative;
  padding-left: 17px;
}

.left_list_box>ul>li .pro_nm::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('../images/file_icon_g.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 9px;
}
.left_list_box>ul>li .pro_nm img {
  margin-right: 3px;
  vertical-align: middle;
}
.left_list_box>ul>li .pro_nm.use{
	color: #317abe;
	font-weight:bold;
}
.left_list_box>ul>li .pro_nm.active {
  color: #000;
  font-weight:bold;
}
.left_list_box>ul>li .pro_nm.active::before {
  background-image: url('../images/file_icon_b.png');
}
/*
.left_list_box>ul>li .pro_nm:hover {
  color: #000;
}
.left_list_box>ul>li .pro_nm:hover::before {
  background-image: url('../images/file_icon_b.png');
}*/
.ide_content {
  border-radius: 10px;
  background-color: #b3c9e0;
  overflow: hidden;
}
.ide_tab {}
.ide_tab>ul {
  font-size: 0px;
}
.ide_tab>ul>li {
  display: inline-block;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #6699cc;
  border-bottom: 0px;
  line-height: 30px;
  padding-left: 16px;
  padding-right: 35px;
  position: relative;
  min-width: 200px;
}
.ide_tab>ul>li>strong {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  vertical-align: middle;
}
.ide_tab>ul>li>img {
  margin-right: 3px;
  vertical-align: middle;
}
.ide_tab>ul>li .layer_close {
  border: 0px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.site-content_box {
  width: 100%;
  visibility: hidden;
  min-height: 123px;
  overflow: hidden;
  z-index: 2;
}
.html-content_box {
  width: 100%;
  visibility: hidden;
  min-height: 123px;
  overflow: hidden;
  z-index: 2;
}
.ps-content_box {
  width: 100%;
  visibility: hidden;
  min-height: 123px;
  overflow: hidden;
  z-index: 2;
}
.ide_layer {
  background-color: #fff;
  border: 1px solid #6699cc;
  border-radius: 10px;
  border-top-left-radius: 0px;
  position: relative;
  height: calc(100%);
}
.ide_bg_logo {
  background-image: url('../images/logo_bg.png');
  opacity: 0.07;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.info_layer {
  width: 290px;
}
.info_layer_box {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #6699cc;
  padding: 10px;
  height: 100%;
  position: relative;
}
.info_layer_box .save_btn button {
  width: 100%;
  height: 35px;
  ;
  border: 0px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 5px;
}
.right menu .save_btn button {
  width: 100%;
  height: 35px;
  ;
  border: 0px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 5px;
}
.info_layer_box .project_title {
  line-height: 43px;
  border-radius: 10px;
  display: block;
  border: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}
.project_input {
  width: 230px;
  display: block;
  height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  color: #999999;
  /* margin-bottom: 20px; */
}
.line_bar {
  width: 100%;
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 20px;
}
.project_info_btn button {
  cursor: pointer;
}
.project_info_btn_half {
  font-size: 0px;
  display: block;
  ;
}
.project_info_btn_half button {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #317abe;
  height: 52px;
  border-radius: 10px;
  border: 0px;
  width: 49%;
  vertical-align: top;
}
.project_info_btn_half button:first-child {
  margin-right: 2%;
}
.project_info_btn .project_mk_btn {
  height: 52px;
  width: 100%;
  border-radius: 10px;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  background-color: #2a558a;
  border: 0px;
  text-align: left;
  margin-top: 4px;
}
.project_info_btn .project_mk_btn img {
  margin-right: 4px;
  vertical-align: middle;
}
.about_btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 10px;
}
.about_btn button {
  cursor: pointer;
  width: 100%;
  display: block;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: #317abe;
  font-size: 16px;
  color: #fff;
  border: 0px;
  text-align: left;
  height: 35px;
  padding-left: 18px;
}
.about_btn button:last-child {
  margin-bottom: 0px;
}
.about_btn button img {
  margin-right: 15px;
}
.ide_center {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #6699cc;
  margin: 10px;
  padding: 10px;
}
.ide_center>div {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  max-height: 200px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 10px;
}
.ide_center_top {
  /* position: relative; */
  display: flex;
  margin-bottom: 10px;
}
.ide_center_top .ide_center_top_tit {
  font-weight: bold;
  color: #000;
  font-size: 22px;
  display: inline-block;
}
.ide_center_top button {
  background-color: #317abe;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  min-width: 100px;
  text-align: center;
  height: 30px;
  border: 0px;
  /* position: absolute; */
  top: -8px;
  right: 0px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .ide_center_top button {
    min-width: 50px;
  }
}
.reset_btn {
  margin-left: auto;
}
.save_btn {
  margin-left: 5px;
}
button:disabled{
	background-color:#c8c8c8 !important; cursor: no-drop !important;
}
textarea:disabled{
	background-color:#c8c8c8 !important; cursor: no-drop !important;
}
input[type="text"]:disabled{background-color:#c8c8c8; cursor: no-drop;}
textarea:disabled{background-color:#c8c8c8; cursor: no-drop;}
.memo_layer {
  margin-right: 1%;
}
.memo_con {
  line-height: initial;
}
.memo_con input[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding-left: 23px;
  font-size: 16px;
  color: #999999;
  height: 40px;
  margin-bottom: 5px;
}
.memo_con textarea {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 23px;
  font-size: 16px;
  color: #999999;
  height: 88px;
  resize: none;
}
.bookmark_con {}
.bookmark_con>ul {
  font-size: 0px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 10px;
  overflow-y: auto;
  height: 162px;
  background-color: #fff;
}
.bookmark_con>ul.disabled{
	background-color: #c8c8c8;
}
.bookmark_con>ul>li {
  border-bottom: 1px solid #ccc;
  line-height: 43px;
  padding-left: 27px;
  background-color: #fff;
  position: relative;
  /* padding-right: 170px; */
  display: flex;
}
.bookmark_con>ul>li .checkbox {
  flex: 9; 
}
.bookmark_con>ul>li .checkbox span {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bookmark_con>ul>li .checkbox .time_txt {
  font-size: 16px;
  color: #333;
  text-align: right;
  width: 30%;
  white-space: nowrap;
  overflow: hidden; 
}
 @media (max-width: 1100px) {
 /* .bookmark_con>ul>li .checkbox span{width: 200px;} */
 .bookmark_con>ul>li .checkbox .time_txt {
 	visibility: hidden;
 }
}
.bookmark_con>ul>li .bookmark_info {
  /* flex: 1; */
  /* position: absolute; */
  right: 0px;
  display: inline-block;
  height: 44px;
}
.bookmark_con>ul>li .bookmark_info .time_txt {
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}
.bookmark_con>ul>li .bookmark_info button {
  margin: 3px 30px 0px 12px;
  cursor: pointer;
  border: 0px;
  vertical-align: middle;
}
.memo_table button {
  /* margin: 3px 30px 0px 12px; */
  cursor: pointer;
  border: 0px;
  vertical-align: middle;
}
.checkbox {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.checkbox input[type=checkbox] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.checkbox span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.checkbox i {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-right: 33px;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 0px;
}
.checkbox span~i {
  margin-left: 5px;
}
.checkbox i::before {
  content: "";
  position: absolute;
}
.checkbox :checked~i {
  background-color: #0b61a1;
}
.checkbox :checked~i::before {
  display: block;
}
.checkbox i::before {
  display: none;
  top: 49%;
  left: 57%;
  width: 9px;
  height: 6px;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: translate(-6px, -5px) rotate(-40deg);
  transform: translate(-6px, -5px) rotate(-40deg);
}
.ide_bottom {
  margin-top: 15px;
  text-align: center;
}
.ide_bottom button {
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
  border: 0px;
  background-color: #000;
  color: #fff;
  width: 200px;
  height: 35px;
}
.ide_bottom .cancel_btn {
  background-color: #999;
  margin-right: 10px;
}
/* .lm_items .lm_item_container {
  height: 197px !important;
} */
/* .lm_item.lm_column {
  height: 222px !important;
} */
/* .lm_goldenlayout {
  height: 30% !important;
} */
#st-btn {
  margin-left: 10px;
}

@media all and (max-device-height : 500px) {
  #site-navigation .site-title {
    color: #3BC9DB;
  }
  .ide_bottom button{
    background-color: #317abe;
  }
}

.navbar {
	min-width: 120px;
	margin-right: 10px;
	background-color: #2185d0;
	border-radius: 10px;
	position: relative;
	z-index: 999;
}

.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar li {
	display: inline-block;
}

.navbar li a {
	font-size: 16px;
	text-shadow: none;
	color: #fff;
	display: block;
	padding: 10px 35px;
	text-decoration: none;
}

.navbar ul ul {
	position: absolute;
	top: 100%;
	display: none;
}

.navbar ul ul li {
	display: block;
}

.navbar li:hover ul {
	display: block;
}

.navbar ul ul li a:hover {
	background-color: #555;
}

.item .icon {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2; 
}

#fileIcon:hover::after {
  content: '새프로젝트';
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  z-index: 3; 
}

#saveIcon:hover::after {
  content: '저장';
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  z-index: 3;
}

#save2Icon:hover::after {
  content: '다른이름으로 저장';
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  z-index: 3; 
}

#playIcon:hover::after {
  content: '실행';
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  z-index: 3; 
}

#themeIcon:hover::after {
  content: '테마 변경';
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  z-index: 3; 
}

.center.menu .header.item {
    font-size: 15px;
}
  
.center.menu .header.item:before {
    content: none;
}

.lm_title {
  font-size: 13px;
}

.memo_table {
  overflow-y: auto;
  /* height: 160px; */
}

.ui.celled.table {
  width: 100%;
}

.memo_table th:nth-child(1),
.memo_table td:nth-child(1) {
  width: 8%;
}

.memo_table th:nth-child(2),
.memo_table td:nth-child(2) {
  width: 60%;
}

.memo_table th:nth-child(3),
.memo_table td:nth-child(3) {
  width: 24%;
}

.memo_table th:nth-child(4),
.memo_table td:nth-child(4) {
  width: 8%;
}

.ide_center_memo_tit {
  font-weight: bold;
  color: #000;
  font-size: 22px;
  display: inline-block;
}

.memo_list {
  margin-left: 0.6%;
  height: 100%;
}

@media (max-width: 1050px) {
  .memo_table .hide-on-small-screen {
    display: none;
  }
}