html {
  font-size: 16px;
}
body {
  font-family: "Nanum Myeongjo", "맑은 고딕", "Nanum Gothic", serif, sans-serif;
  font-size: 1em;
  font-weight: 500;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* form 모양 관련 */
#container {
  height: 100%;
  min-width: 1200px; /* 최소 너비 설정 */
}
#content {
  min-height: 100%;
  /* background: #3cd; */
}
/*
#navBar {
  position: relative;
  height: 64px;
  background-color: rgb(224, 251, 254);
}
*/
#logo {
  position: absolute;
  width: 54px;
  height: 48px;
  /* left: 5.62%; */
  left: 50px;
  top: 28px;
  z-index: 11;
}
#aux_menu {
  /* "관리자 활동" 메뉴용 */
  position: absolute;
  width: 100px;
  left: 10.8%;
  top: 28.57%;
  bottom: 42.86%;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  /* identical to box height, or 114% */

  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  /* Text_blue */

  color: rgba(0, 0, 0, 0.88);
  visibility: hidden;
}
#menu {
  position: absolute;
  left: 17%;
  right: 16%;
  top: 28.57%;
  bottom: 42.86%;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  /* identical to box height, or 114% */

  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  /* Text_blue */

  color: rgba(0, 0, 0, 0.88);
}

/*
.links {
  margin-left: 3%;
  font-size: 1rem;
}
.links:hover {
  cursor: pointer;
}
*/

.hidden {
  display: none;
}

/* styles for navBar.php */
navi {
  position: relative;
  /* background: #36004d; */
  /* background-color: rgb(224, 251, 254); */
  background: linear-gradient(90deg, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  width: 100%;
  /* height: 64px; */
  height: 100px;
  /* margin: 0px 0 2px 0px;  
     border-bottom: 2px solid #d298e7; */
  display: block;
  text-align: center;
}

navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.naviMenu a {
  display: block;
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.4em;
  text-transform: uppercase;
  /* font-size: 80%;  */
  letter-spacing: 2px;
  text-shadow: 0 -1px 0 #000;
  position: relative;
}
.naviMenu {
  vertical-align: top;
  display: inline-block;
  box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
  border-radius: 6px;
}

.naviMenu li {
  position: relative;
  font-size: 14.5px;
  line-height: 16px;
}
.naviMenu > li {
  float: left;
  border-bottom: 4px #aaa solid;
  margin-right: 1px;
}
.naviMenu > li > a {
  margin-bottom: 1px;
  box-shadow: inset 0 2em 0.33em -0.5em #555;
}
.naviMenu > li:hover,
.naviMenu > li:hover > a {
  border-bottom-color: orange;
}
.naviMenu li:hover > a {
  color: orange;
}
.naviMenu > li:first-child {
  border-radius: 4px 0 0 4px;
}
.naviMenu > li:first-child > a {
  border-radius: 4px 0 0 0;
}
.naviMenu > li:last-child {
  border-radius: 0 0 4px 0;
  margin-right: 0;
}
.naviMenu > li:last-child > a {
  border-radius: 0 4px 0 0;
}
.naviMenu li li a {
  /* margin-top: 1px; */
  border-bottom: 1px solid grey;
}

.naviMenu li a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  top: 50%;
  right: 5px;
}

/* submenu positioning*/
.naviMenu ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid orange;
  z-index: 2;
  left: -99999em;
}

.naviMenu a {
  z-index: 2;
}

.naviMenu > li:hover > ul {
  left: auto;
  margin-top: 5px;
  min-width: 100%;
  border-bottom: 1px solid orange; /* added */
}
.naviMenu > li li:hover > ul {
  left: 100%;
  margin-left: 1px;
  top: -1px;
  border-bottom: 1px solid orange; /* added */
}
/* arrow hover styling */
.naviMenu > li > a:first-child:nth-last-child(2):before {
  border-top-color: #aaa;
}
.naviMenu > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-bottom-color: orange;
  margin-top: -5px;
}
.naviMenu li li > a:first-child:nth-last-child(2):before {
  border-left-color: #aaa;
  margin-top: -5px;
}
.naviMenu li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-right-color: orange;
  right: 10px;
}
/* ---------------------- */

#signIn {
  position: absolute;
  /* left: 86.88%;
	 right: 5.62%; */
  right: 50px;
  top: 32.5%;
  bottom: 12.5%;
}

#heading {
  position: absolute;
  left: 5.78%;
  right: 5.62%;
  top: 5%;
  bottom: 35%;
  /* font-family: Roboto; */
  font-family: "Nanum Myeongjo";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  /* identical to box height, or 87% */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-variant: small-caps;
  /* #FFFFFF */
  /* color: #FFFFFF; */
  color: #fcd4ea;
}
#subtitle {
  position: absolute;
  left: 5.78%;
  right: 5.62%;
  top: 64%;
  bottom: 24%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 100% */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  /* #FFFFFF */
  color: #ffffff;
}
#main {
  position: relative;
  padding-bottom: 80px; /** = height of #footer */
  /* background: #cdcdcd; */
  /* min-height는 각 페이지에 따라 다른 값으로 설정하여야 한다. */
  min-height: 580px;
}

/* #inner는 #main 영역을 좌, 우 2개의 영역으로 분할하기 위한 정의 */
#inner {
  height: 100%;
  padding: 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px 1fr;
  grid-template-columns: 310px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

#inner > *:nth-child(1) {
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  -ms-grid-column: 1;
}

#inner > *:nth-child(2) {
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 2;
  -ms-grid-column: 2;
}

/* class 'line'은 'main' div의 좌측 영역과 우측 영역을 구분짓는 
     수직선을 그리기 위한 것이다. */
.line {
  border-right: 2px solid #3c948b;
  margin-left: -3px;
  /* height: 100%; */
  /* 상단의 navBar와 title 영역, 하단의 footer 영역의 높이를 뺀다. */
  height: -moz-calc(100% - 180px);
  /* Firefox */
  height: -webkit-calc(100% - 180px);
  /* WebKit */
  height: -o-calc(100% - 180px);
  /* Opera */
  height: calc(100% - 180px);
  /* Standard */
  position: absolute;
  top: 100px;
  /* 상단의 navBar와 title 영역의 높이를 더한 값 */
  left: 312px;
  z-index: 1;
}

/* #box1, #box2는 분할된 #main 영역의 좌측(#box1) 및 우측(#box2) 영역에 대한 정의 */
#box1 {
  border-right: 2px solid #3c948b;
  /* = 위의 class '.line'의 border 속성 값 */
  padding-left: 5px;
}

#box2 {
  background-color: white;
}

/* 페이지 하단의 상호, 로고 표시 영역에 대한 정의 */
#footer {
  height: 80px;
  margin-top: -80px;
}

#bottomBar {
  position: relative;
  height: 80px;
  background-color: rgb(241, 241, 241);
  border: 1px solid gray;
}
#logo2 {
  position: absolute;
  width: 80px;
  height: 64px;
  left: 5.62%;
  top: 8px;
}
#title2 {
  position: absolute;
  left: 15%;
  right: 18%;
  top: 20.57%;
  bottom: 80.86%;
  text-align: center;
  /* font-family: Roboto; */
  font-family: "Nanum Myeongjo";
  font-style: normal;
  font-weight: normal;
  /* font-size: 18px;  */
  line-height: 20px;
  /* identical to box height, or 114% */

  text-align: left;
  letter-spacing: 0.04em;
  /* text-transform: uppercase; */
  /* Text_blue */

  color: black;
}
#title2_1 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 24px;
  margin-top: -0.4rem;
}
#title2_2 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 16px;
}
#instagram {
  position: absolute;
  left: 93.12%;
  right: 5.62%;
  top: 33.33%;
  bottom: 33.33%;
}
#twitter {
  position: absolute;
  left: 91.25%;
  right: 7.5%;
  top: 33.33%;
  bottom: 33.33%;
}
#facebook {
  position: absolute;
  left: 89.38%;
  right: 9.38%;
  top: 33.33%;
  bottom: 33.33%;
}
#move_page {
  font-size: 0.9rem;
  font-family: "맑은 고딕";
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.btn {
  font-size: 1rem;
  line-height: 0.6rem;
  padding: 0.2.0rem 1rem 2rem 1rem;
  margin-bottom: 2rem;
  color: white;
  height: 35px;
}
.list_title {
  text-align: center;
  font-family: "Nanum Myeongjo";
  font-size: 1.1rem;
  color: DarkSlateBlue;
}

/* jquery-ui 대화상자의 여러 속성 정의 */
.ui-dialog {
  top: 0;
  left: 0;
  padding: 0.2em;
  border: 1px;
}

.ui-dialog > .ui-widget-header {
  background: skyblue;
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
}

.ui-dialog .ui-dialog-content {
  border: 0;
  padding: 20px;
  font-size: 0.95rem;
  color: black;
  background-color: white;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0 1em 0 0.4em;
  background-color: #e3f1cf;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
  height: 36px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 5em 0 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .okClass {
  font-size: 0.95rem;
  color: black;
  margin-top: 4px;
  line-height: 18px;
  height: 32px;
  width: 90px;
  background: #f0f8ff;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cancelClass {
  font-size: 0.95rem;
  color: #dc143c;
  margin-top: 4px;
  margin-left: 15px;
  line-height: 18px;
  height: 32px;
  width: 90px;
}
/* --- end of jquery-ui 대화상자 속성 정의 --- */

div.groupbox {
  width: 270px; /* 박스 너비, 지정하지 않으면 최대치 사용 */
  height: auto;
  /* margin: 2em 0 1em 0;	*/ /* 박스 주위 여백 */
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 0.9rem;
  line-height: 130%;
  border: 1px solid #999; /* 박스 테두리 색 */
  border-radius: 5px;
  padding: 0 8px; /* 박스 여백(padding) */
}
div.groupbox h4 {
  line-height: 100%; /* 위쪽 테두리 선과 내용물 사이의 간격 */
  margin-bottom: 1px;
  padding-left: 8px; /* 왼쪽 테두리 선과 라벨 사이의 간격 */
  font-size: 0.85rem; /* h4 태그의 텍스트 크기 지정 */
  font-weight: normal; /* h4 태그의 텍스트 두께 지정 */
}
div.groupbox h4 span {
  background-color: #fff; /* 배경색과 동일해야 함 */
  color: #333; /* 라벨 텍스트 색 */
  padding: 0 4px; /* 라벨과 좌우 선 사이의 간격 */
  position: relative;
  top: -0.5em; /* 라벨의 상하 위치 조절 */
}
div.groupbox p {
  margin-top: -0.4em;
  margin-bottom: 1em;
  line-height: 150%;
}

/* Table에서 숫자 데이터를 표시하는 필드에 대한 스타일 지정 */
.numeric {
  text-align: right;
  padding-right: 0.6rem;
}
