@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");
:root {
  --main-bg-color: #f1f1f1;
  --main-bg-color2: #ffffff;
  --footer-bg-color: #3f3636;
  --submit-color: #1b1b1b;
  --shadow-color: 0 0px 30px #00000012; /*박스쉐도우*/
  --shadow-S-color: 0 0px 30px #00000069; /*박스쉐도우 진하게*/
  --shadow-w-S-color: 0 0px 30px #ffffff75; /*박스쉐도우 하얀색 진하게*/
  --submit-btn-color: #297fe0;
  --submit-btn-hover-color: #204b7c;
  --file-btn-hover-color: #95b2de;
  --button-shadow-color: 0px 0 30px 90px #b4844d inset;
  --Max-width: 1250px;
  --Max-doc-width: 1200px;
  --text-h-color: #6072c0;
  --text-icon-h-color: #6072c0;
  --footer-text-col: #f7f7f7;
  --boll_shadow: -70px -60px 150px #00000044 inset, 0 0 30px #9d9d9d;
  --main-title: 60.5px;
  --main-title-col: #4a48e7;
  --main-content: 34px;
  --main-content-col: #383838;
  --point-color: #182d44; /*그리드 주제 포인트 컬러*/
  --font-normal-size: 1.8rem;
}
* {
  font-family: "NotoSansKR-Bold", sans-serif;
  /* font-family: 'Spoqa Han Sans Neo',sans-serif !important; */
  outline: 0;
  /* user-select: none; */
  caret-color: #d33;
  max-width: 100%;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  background-color: #222222fa;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid rgba(125, 125, 126, 0.438);
}
*::-webkit-scrollbar-track {
  background-color: rgba(202, 200, 200, 0.692);
  border-radius: 5px;
  box-shadow: inset 0px 0px 5px white;
}
body,
html {
  display: inline-flex;
  margin: 0;
  padding: 0;
  font-size: 10px;
  min-height: 100vh;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.Container {
  overscroll-behavior-y: none;
}
form#frm {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
select {
  width: auto;
  height: auto;
  padding: 1px 2px;
  margin: 0 2px 0 0;
}
.bg-gray {
  background: var(--main-bg-color);
}
.top-banner-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 180px;
  /*	background: url("/HANSHIN/img/hei/banner/banner-hei-10.jpg");*/
  background: #483d8b;
  background-size: 100% 100%;
  background-position: center;
}
.container-title {
  position: relative;
  color: white;
  font-size: 2.5rem;
  display: inline-flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}
.container-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 80px;
  height: 3px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 0 7px white;
}
#content {
  white-space: pre-line;
}
.bg-house {
  /*background: url("/HANSHIN/img/hei/banner/banner-hei-04.jpg");*/
  background: #483d8b;
  background-size: 60% auto;
  background-position: bottom;
  filter: grayscale(1);
  background-repeat-y: no-repeat;
  transition: all 1.55s;
}
.bg-house:hover {
  filter: grayscale(0) !important;
}
.m-w-s {
  max-width: var(--Max-width);
}
.pore {
  position: relative;
}
.over-h {
  overflow: hidden;
}
.f-col {
  display: inline-flex;
  flex-direction: column;
}
.f-row {
  display: inline-flex;
  flex-direction: row;
}
.a-ic {
  align-items: center !important;
}
.j-fs {
  justify-content: flex-start !important;
}
.j-c {
  justify-content: center;
}
.j-fe {
  justify-content: flex-end;
}
.j-sb {
  justify-content: space-between;
}
.j-sa {
  justify-content: space-around;
}
.a-fs {
  align-items: flex-start;
}
.a-fe {
  align-items: flex-end;
}
.f-w {
  flex-wrap: wrap;
}
.width-full {
  width: 100% !important;
}
.non-show {
  display: none !important;
}
.b-box {
  box-sizing: border-box;
}
.Container,
.top-banner-box {
  width: 100%;
}
.pointer {
  cursor: pointer;
  padding: 5px;
  filter: hue-rotate(deg);
  transition: all 0.35s;
}
.pointer:hover {
  filter: hue-rotate(75deg);
}
.lev1-menu > li.Active {
  color: #1b1e89;
  position: relative;
}
.lev1-menu > li.Active::before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 9px;
  height: 9px;
  font-size: 1rem;
  z-index: -1;
  color: #1b1e897a;
  border-radius: 100%;
  background: #1b1e897a;
}
.menubox2 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 130px;
  left: 0;
  opacity: 0;
  /* padding: 0 30px 0 85px; */
  text-align: center;
  width: 100%;
  background-color: white;
  height: 0px;
  /* height: 400px; */
  /* box-shadow: 0px 5px 22px #afafaf inset; */
  box-sizing: border-box;
  z-index: 10;
  border-bottom: 1px solid gainsboro;
  overflow: hidden;
  transition: none;
}
.menubox2.menu_media {
  /* 2뎁스 매뉴 사용안함 취소 21-12-15 */
  /* display: none !important; */
  transition: all 0.55s;
}
.menubox2.mobile {
  display: none;
}
.lev2-menu {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  /* min-width: 960px; */
  height: 100%;
  /* margin: 0 30px 0 250px; */
  margin: 0 0;
  transition: all 0.35s;
}
.menubox2.menu_media::-webkit-scrollbar,
.main-container.mob::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.menubox2.menu_media::before,
.menubox2::before {
  content: "";
  margin: 0 15px;
  min-width: 490px;
  width: 200px;
  max-width: 200px;
}
.menubox2.menu_media::after,
.menubox2::after {
  content: "";
  min-width: 180px;
  max-width: 180px;
  margin: 0 40px;
}
.lev2-menu > li:first-child {
  border-left: 1px solid gainsboro;
}
.lev2-menu > li {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
  align-items: center;
  border-color: gainsboro;
  padding: 10px 0px;
  margin: 0 2px;
  min-width: 136.83px;
  box-sizing: border-box;
  border-top: 3px solid transparent;
  border-right: 1px solid gainsboro;
  /* border-left: 1px solid gainsboro; */
  transition: all 0.35s;
}
.lev2-menu > li:hover {
  border-top: 3px solid #4f2e85;
}
.lev2-menu > li > p {
  display: none;
}
.lev2-menu > li > ul {
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin: 0px 0px;
  font-size: 1.4rem;
}

.lev2-menu > li > ul.Active::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  left: -10px;
  height: 5px;
  border-radius: 100%;
  background: rgba(63, 147, 214, 1);
}

.lev2-menu > li > ul:hover,
.lev2-menu > li > ul.Active {
  color: #14badd;
  transition: none;
}

.menubox {
  display: inline-flex;
  flex-direction: column;
  width: 55%;
  height: 80px;
  justify-content: center;
  margin: 0 0px;
}
.menu_media {
  display: inline-flex !important;
  align-items: flex-start;
  justify-content: center;
  height: 250px !important;
  opacity: 1 !important;
  transition: none;
}
.headerposition {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  /* height:134px; */
  justify-content: flex-start;
  align-items: center;
  transition: all 0.35s;
  box-shadow: 0 0 5px gainsboro inset;
  user-select: none;
}
.top-banner-box {
  width: 100%;
  /* min-height: 637px; */
  min-height: 585px;
  color: white;
  padding: 80px 0;
  box-sizing: border-box;
  filter: saturate(0.7);
}

.content-box-main {
  max-width: var(--Max-width) !important;
  position: relative;
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.main-custum-box {
  position: relative;
  background: rgba(8, 8, 8, 18%);
  box-sizing: border-box;
  padding: 50px;
  min-width: 40%;
  min-height: 250px;
  max-height: 300px;
  overflow: auto;
  /* border-radius: 40px 0 0 0; */
  /* box-shadow: var(--shadow-color); */
}
.main-custum-box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  /* background: linear-gradient(-45deg,rgba(50, 50, 50 , 98%),transparent 55%); */
  /* border-radius: 0 0 2px 0; */
}
.main-custum-box::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  /* 백그라운드 색상이랑 같게 처리 */
  /* background: linear-gradient(-45deg,transparent,#8fb3e9 75%); */
  border-radius: 0 0 2px 0;
}
.main-title {
  padding-bottom: 0px;
  position: relative;
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: -1.5px;
  text-align: left;
  color: #fff;
  margin: 0;
}
/* .main-title::after{
    content: '';
    width: 84px;
    height: 4px;
    margin-left: -42px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background-color: #fff;
} */
.visual-text {
  margin-top: 0px;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.sub-list-wrap {
  flex-wrap: wrap;
  margin-top: 50px;
}
.sub-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  cursor: pointer;
  filter: hue-rotate(0deg);
  transition: all 0.35s;
}
.sub-list:hover,
.sub-list:hover > p {
  filter: hue-rotate(75deg);
  color: black;
}
.sub-list:nth-of-type(1) {
  background: url("/HANSHIN/img/hei/anchor_img01.png") no-repeat;
  background-size: 100% 100%;
}
.sub-list:nth-of-type(2) {
  background: url("/HANSHIN/img/hei/anchor_img02.png") no-repeat;
  background-size: 100% 100%;
}
.sub-list:nth-of-type(3) {
  background: url("/HANSHIN/img/hei/anchor_img03.png") no-repeat;
  background-size: 100% 100%;
}
.sub-list:nth-of-type(4) {
  background: url("/HANSHIN/img/hei/anchor_img04.png") no-repeat;
  background-size: 100% 100%;
}
.sub-list:nth-of-type(5) {
  background: url("/HANSHIN/img/hei/anchor_img05.png") no-repeat;
  background-size: 100% 100%;
}
.sub-list:nth-of-type(6) {
  background: url("/HANSHIN/img/hei/anchor_img06.png") no-repeat;
  background-size: 100% 100%;
}
.sub-list > p {
  font-size: 2rem;
  margin-top: 100px;
  color: white;
  transition: all 0.35s;
}
.notice-container {
  padding: 50px 10px;
  box-sizing: border-box;
}
.notice-wrap {
  width: 49%;
  height: auto;
  max-height: 370px;
  background: white;
  border-radius: 4px;
  padding: 15px;
  margin: 10px 0px;
  box-sizing: border-box;
}
.notice-title-wrab {
  font-size: 1.5rem;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #5296b2;
  box-sizing: border-box;
  border-left: 2px solid #5fafd1;
}
.notice-title-wrab > p {
  padding: 0;
  margin: 5px 0;
  font-size: 1.6rem;
  letter-spacing: -0.2rem;
}
.notice-title-wrab > p:nth-of-type(2) {
  filter: brightness(0) opacity(0.5);
}
.notice-item {
  position: relative;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 0 10px 10px;
  transition: all 0.35s;
}
.notice-item:hover {
  background: whitesmoke;
}
.notice-item-img {
  box-sizing: border-box;
  flex: 1;
  padding: 5px;
  /* box-shadow:0 0 0px gainsboro; */
  /*box-shadow: var(--shadow-w-S-color);*/
  cursor: pointer;
  transition: all 0.35s;
}
.notice-item-img:hover {
  /* box-shadow: var(--shadow-color); */
}
.notice-item-img:hover > div {
  transform: translateY(-22px);
}
.notice-item-img:hover > div::after {
  content: "";
  transform: perspective(30em) rotateX(73deg);
  filter: blur(15px);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #e7e7e791, #e7e7e791 25%, #c5c5c581 90%);
  bottom: -96px;
  /* left: 0; */
  opacity: 1;
  animation: fadeIn 0.2s forwards linear;
  /* animation-fill-mode: forwards; */
}
.notice-item-img > div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 270px;
  box-shadow: 0px 6px 18px #2e2e2e;
  height: 140px;
  background: url("/HANSHIN/img/hei/publication_tmp.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.25s;
}
.notice-item-img > div:hover {
  box-shadow: 0px 0px 0px #2e2e2e;
}
.notice-item-img:nth-of-type(2) > div {
  background: url("/HANSHIN/img/hei/publication_tmp.png") no-repeat;
  background-size: 100% 100%;
}
.notice-item-img:nth-of-type(3) > div {
  background: url("/HANSHIN/img/hei/publication_tmp.png") no-repeat;
  background-size: 100% 100%;
}
.notice-item-img:nth-of-type(4) > div {
  background: url("/HANSHIN/img/hei/publication_tmp.png") no-repeat;
  background-size: 100% 100%;
}
.notice-item-img > p {
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
}
.notice-item * {
  font-size: 1.3rem;
  color: #727272;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  transition: all 0.35s;
  list-style: none;
}
.notice-item > li {
  width: 80%;
  text-align: left;
}
.notice-item > p {
  min-width: 105px;
}
.notice-item-img * {
  font-size: 1.3rem;
  color: #727272;
  margin: 8px 0;
  transition: all 0.35s;
}
.notice-item:hover *,
.notice-item-img:hover * {
  color: darkred;
  cursor: pointer;
}
.notice-item-img.photo {
  height: 400px;
}
.notice-item-img.photo > div {
  flex: 1;
}
.footer-container1 {
  height: auto;
  background: #3c3c3c;
  color: white;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.footer-container1 > .footer-wrap select {
  color: #fff;
  background: #7e7e7e;
  border: 1px solid #696969;
  padding: 3px 5px;
  margin-right: 5px;
  min-width: 100px;
}
.footer-wrap {
  padding: 10px 20px;
  box-sizing: border-box;
}
.footer-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: white;
  cursor: pointer;
  transition: all 0.35s;
}
.footer-btn:hover {
  color: #5bbde2;
}
.footer-btn:nth-of-type(1) {
  padding-left: 0;
}
.footer-btn:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: 50%;
  background: white;
}
.footer-btn:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 50%;
  background: white;
}
.footer-container2 {
  min-height: 158px;
  box-sizing: border-box;
  background-color: #4b4b4b;
  color: white;
  font-size: 1.4rem;
}
.footer-container2 > .footer-wrap > label {
  padding: 0.65rem 0;
  text-align: left;
}

.alert-container {
  position: fixed;
  right: -33rem;
  top: 30px;
  width: 30rem;
  height: auto;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: white;
  background: rgb(82 82 82 / 77%);
  z-index: 999;
  border-radius: 8px;
  box-shadow: 0px 4px 7px #0000008a;
  overflow: hidden;
  transition: all 0.35s;
}

.alert-container.Active {
  width: auto;
  height: auto !important;
  /* background: rgba(0, 0, 0, 0.945); */
}
.alert-content {
  padding: 10px;
  box-sizing: border-box;
}
.alert-container > .alert-content > label {
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  cursor: pointer;
}
.alert-container > div:nth-of-type(1) > label::before {
  content: "🔊";
  position: absolute;
  left: 3px;
}
.alert-container > div:nth-of-type(1) > label {
  padding-left: 15px;
}
.alert-container > div:nth-of-type(1) {
  padding: 10px;
  box-sizing: border-box;
  background-color: #1b1b1ba6;
  color: white;
}
.alert-container.Active > div:nth-of-type(1) {
  padding: 10px;
  box-sizing: border-box;
  background-color: #525252;
  color: white;
}
.alert-container.Active > .alert-content > label {
  -webkit-line-clamp: unset !important;
  white-space: inherit;
  line-height: 30px;
}
.alert-close {
  position: absolute;
  margin: 0;
  top: 13px;
  right: 13px;
  filter: invert(1);
  color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background: url("/HANSHIN/img/hei/Close.png") no-repeat;
  background-size: 100% 100%;
}
.center-title {
  font-size: 2rem;
  margin-top: 30px;
  position: relative;
  top: 20px;
  display: flex;
  justify-content: center;
}
.center-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background: #49a79e;
}
.subMenuDiv {
  font-size: 1.3rem;
  padding: 10px;
  /* border-radius: 10px; */
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  /* border-bottom: 2px solid #d7d7d7; */
  background: white;
  margin-bottom: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-color);
  font-weight: bold;
}
.subMenuDiv:hover,
.subMenuDiv.Active {
  background: #483d8b;
  /* background: linear-gradient(180deg, #454fe1, #c000ff); */
  color: white;
  cursor: pointer;
}
.subMenuContainer {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 180px;
  left: 0%;
  border: none;
  background: transparent;
  width: auto;
  min-width: 100px;
  height: auto;
  margin-right: 30px;
  transition: all 0.35s;
  z-index: 2;
}
.subMenuContainer * {
  cursor: pointer;
}
.sbuMenuLbl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.subContent {
  width: 100%;
}
.intable {
  flex-direction: column;
  padding: 0 35px 35px 35px;
  /* padding:0; */
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--Max-doc-width);
  /* max-width: 100%; */
  background: white;
  box-sizing: border-box;
  /* margin: 50px 0; */
  border-radius: 6px;
}
.mainView {
  /* background-color: #f5f5f5; */
  height: auto;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* min-height: 100vh; */
  justify-content: space-between;
  /* padding: 50px 0; */
  box-sizing: border-box;
}
/* .intable::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: inline-flex;
    left: 0;
    top: 0;
    z-index: -1;
} */
.content-s-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px 10px 25px 10px;
  white-space: nowrap;
}
.content-s-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 70%;
  left: -10px;
  top: 6px;
  background: var(--point-color);
  border-radius: 3px;
}
/*로딩바 */
#prcess_Loading {
  /* position: relative !important; */
  display: none;
}
#visiablestop {
  position: relative;
  /* background: red !important; */
  height: 100% !important;
  width: 100% !important;
  display: inline-flex;
  background: transparent !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #cfcfcf;
  font-size: 2rem;
  box-sizing: border-box;
}
#visiablestop::after {
  position: absolute;
  content: "Loading...";
  width: 86px;
  overflow: hidden;
  animation: Loading 5000ms infinite linear;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-timing-function: inherit;
}
#visiablestop::before {
  position: absolute;
  content: "";
  width: 82px;
  border: 1px solid #a4a4a4;
  overflow: hidden;
  height: 10px;
  margin-top: 40px;
  text-align: left;
  border-radius: 4px;
  background: linear-gradient(90deg, #b9626a 0%, transparent 0%);
  animation: Loading-gage 5000ms infinite linear;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-timing-function: inherit;
}
#visiablestop > div {
  position: absolute !important;
  margin: 5% auto;
  height: 100px;
  width: 100px;
  border: 6px dotted;
  border-right-color: #009ccc;
  border-left-color: #89bbac;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: spin 5000ms infinite linear;
  animation: spin 5000ms infinite linear;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-timing-function: cubic-bezier(0.66, 0.68, 0, 0.36);
}
/* 로딩바 */

@media (max-width: 1200px) {
  * {
    max-width: 100%;
  }
  body,
  html {
    font-size: 16px !important;
  }
  .notice-wrap {
    width: 100%;
  }
  .alert-container.Active {
    width: auto;
    height: auto !important;
    right: 10px !important;
    background: rgba(0, 0, 0, 0.945);
    /* padding: 10px 20px 30px 30px; */
    left: 10px !important;
  }
  .lev1-menu {
    display: none !important;
  }
  .bgr {
    width: 30px;
    /* margin-left: 35%; */
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .circle-box.gold {
    min-height: 230px;
  }
  .circle-box.gold > :nth-child(2) {
    font-size: 40px;
  }
  .intro-tab > label {
    margin: 0 5px !important;
    font-size: 1.1rem;
  }
  .menu-trigger {
    display: inline-flex;
    position: relative;
    width: 34px;
    height: 25px;
    margin-top: 5px;
    cursor: pointer;
  }
  .menu-trigger.active {
    /* position: relative;
        width: 25px;
        height: 25px;
        border: 1px solid black;
        border-radius: 100%; */
    transition: none;
  }

  .menu-trigger span {
    position: absolute;
    left: 4px;
    width: 76%;
    height: 2px;
    background-color: black;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 3px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 1px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger.active span:nth-of-type(3) {
    bottom: 4px;
  }
  .menu-trigger.active span {
    background: #cecece !important;
  }
  .menu-trigger.active span:nth-of-type(1) {
    /* -webkit-transform : translateY(20px) rotate(-45deg);
        transform : translateY(5px) rotate(-45deg);
        width: 42%; */
  }
  .menu-trigger.active span:nth-of-type(2) {
    /* left: 20%;
        top: 45%;
        width:66%;
        opacity: 1;
        -webkit-animation : active-menu-bar12-01 .2s forwards;  
        animation : active-menu-bar12-01 .2s forwards; */
  }
  .menu-trigger.active span:nth-of-type(3) {
    /* -webkit-transform : translateY(-20px) rotate(45deg);
        transform : translateY(-2px) rotate(45deg);
        width: 42%; */
  }
  .menubox,
  .menubox2 {
    flex-direction: column;
    position: relative;
    left: 0px;
    top: -14px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    z-index: 2;
  }
  .lev2-menu {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
  .menubox {
    display: none !important;
  }
  .menubox *,
  .menubox2,
  .menubox2 * {
    flex-direction: column;
    flex-wrap: nowrap;
    left: 0;
  }
  .menubox2 {
    position: relative;
    height: 0vh !important;
    overflow-y: auto;
  }
  .menubox2.menu_media {
    display: inline-flex !important;
    height: calc(100vh - 125px) !important;
    transition: none;
    box-sizing: border-box;
  }
  .lev2-menu {
    position: absolute;
    margin: 0;
    top: 0;
  }
  .lev2-menu > li {
    display: inline-flex;
    margin: 0;
    cursor: pointer;
    text-align: left;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.5);
    padding: 0px;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    /* overflow: scroll; */
  }
  .lev2-menu > li:hover {
    border-top: 3px solid transparent;
  }
  .userInfo > span {
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .menu_Service {
    width: 30px;
    max-width: 220px;
    position: relative;
    right: 30px;
  }
  .lev2-menu > li > p {
    display: block;
    text-align: center;
    font-size: 3.3rem;
    font-weight: bold;
    border-bottom: 4px double gainsboro;
    color: #000000;
  }
  .lev2-menu > li > ul {
    font-size: 2rem !important;
  }
  .lev2-menu > li {
    padding: 10px 0;
    margin: 3px 10px;
    width: 100%;
    border-radius: 4px;
    font-size: 3rem;
    color: #1d1d1d;
    /* box-shadow: 0 0px 39px inset #e0e0e0; */
  }
  .headerposition {
    display: inline-block !important;
  }
  .subMenuContainer {
    display: inline-flex;
    flex-direction: row;
    position: relative;
    top: 0;
    left: 0%;
    border: none;
    background: transparent;
    width: auto;
    min-width: 100%;
    height: auto;
    margin-right: 30px;
    transition: all 0.35s;
    z-index: 2;
    flex-wrap: wrap;
  }
  .subMenuDiv {
    width: 50%;
  }
  .container {
    flex-direction: column !important;
  }
  .notice-item {
    padding: 15px 0 10px 10px !important;
  }
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
  position: absolute !important;
  z-index: 99;
  /* border: 1px solid; */
  border-radius: 4px;
  box-shadow: 0 0 7px #686868;
  overflow: hidden;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: darkslateblue;
  /* position: absolute; */
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle
  > button {
  background: url("/HANSHIN/img/hei/Close.png") no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border: none;
  filter: invert(1);
  color: transparent;
  /* font-size: 4rem; */
  cursor: pointer;
  height: 34px;
  width: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}
.ui-dialog-content.ui-widget-content {
  height: 100%;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle
  > button
  > .ui-button-text {
  filter: brightness(0) invert(1);
}
@keyframes fadeIn {
  from {
    width: 30%;
    height: 50%;
    /* opacity: .5; */
    background: linear-gradient(
      180deg,
      #e7e7e700,
      #e7e7e700 25%,
      #c5c5c500 90%
    );
  }
  to {
    width: 100%;
    height: 30%;
    /* opacity: 1; */
    background: linear-gradient(180deg, #2e2e2e, #2e2e2e 25%, #3636369a 90%);
  }
}
@-webkit-keyframes spin {
  0% {
    border-right-width: 0;
    border-left-width: 0;
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    border-right-width: 15px;
    border-left-width: 15px;
    filter: hue-rotate(360deg);
    transform: rotate(180deg);
  }
  100% {
    border-right-width: 0;
    border-left-width: 0;
    filter: hue-rotate(960deg);
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    border-right-width: 8px;
    border-left-width: 8px;
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    border-right-width: 8px;
    border-left-width: 8px;
    filter: hue-rotate(3600deg);
    transform: rotate(1800deg);
  }
}
@keyframes Loading {
  0% {
    content: "Loading";
  }
  10% {
    content: "Loading.";
  }
  20% {
    content: "Loading.";
  }
  30% {
    content: "Loading..";
  }
  40% {
    content: "Loading..";
  }
  50% {
    content: "Loading...";
  }
  60% {
    content: "Loading...";
  }
  70% {
    content: "Loading...";
  }
  80% {
    content: "Loading....";
  }
  90% {
    content: "Loading....";
  }
  100% {
    content: "Loading....";
  }
}
@keyframes Loading-gage {
  0% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 0%, transparent 0%);
  }
  10% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 10%, transparent 0%);
  }
  20% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 20%, transparent 0%);
  }
  30% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 30%, transparent 0%);
  }
  40% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 40%, transparent 0%);
  }
  50% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 50%, transparent 0%);
  }
  60% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 60%, transparent 0%);
  }
  70% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 70%, transparent 0%);
  }
  80% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 80%, transparent 0%);
  }
  90% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 90%, transparent 0%);
  }
  100% {
    content: "";
    background: linear-gradient(90deg, #dfdfdf 100%, transparent 50%);
  }
}
.text_elipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
