.mMenu_HR {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mMenu_HR_icon {
  margin: 10px;
  background-color: black;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  color: white;
}
.mMenu_HR_menu {
  margin: 1rem;
  margin-top: 2rem !important;
  width: 100px;
  height: 70px;
  text-align: center;
  font-weight: bold;
}
.mMenu_HR_menu img {
  width: 65% !important;
}
.mMenu_HR_icon:hover {
  background-color: #be000b;
  transition: 0.5s;
}
.lCont_HR_process {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  vertical-align: middle;
  align-items: center;
}
.lIcon_HR_arrow {
  width: 6.25dvw;
  height: 100%;
  padding: 2dvh;
}

@media screen and (max-width: 767px) {
  .mMenu_HR {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .mMenu_HR_menu {
    margin-bottom: 55px !important;
  }
  #btn-open-position {
    text-align: center !important;
    padding-right: 0 !important;
  }
  .lBol {
    border-bottom: #be000b 5px solid !important;
    border-left: 0 !important;
    padding-bottom: 15px !important;
  }
  .lBor {
    border-bottom: #be000b 5px solid !important;
    border-right: 0 !important;
    padding-bottom: 15px !important;
  }
  .lCir--span {
    display: none;
  }
  .RL-div {
    display: none !important;
  }
  .lCont_HR_process {
    flex-direction: column !important;
  }
  .lIcon_HR_arrow {
    width: 100px !important;
    rotate: 90deg !important;
  }
  #middle-icon {
    rotate: 90deg !important;
  }
  .rz-400 {
    margin-bottom: 25px !important;
  }
  .bk-flex-col {
    flex-direction: column !important;
  }
  .lPl--35per {
    padding-left: 0 !important ;
    text-align: center !important;
  }
  .mg-tdm-flow {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  .res-mt-10 {
    margin-top: 10px !important;
  }
}

.apply-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #be000b;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.apply-button:hover {
  background-color: #940109;
}

.viewMore-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #636375;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.viewMore-button:hover {
  background-color: #8c8c97;
}

#intern-profile-banner {
  width: 100%;
  height: 500px;
  background: url("/01cmn/img/dummy/image_16-9.png") no-repeat center center;
  background-size: cover;
}
#btn-open-position {
  text-align: right;
  padding-right: 5vw;
}
.streamline_product img {
  width: 70% !important;
}
.mText--taro {
  color: #666699 !important;
}
.lBol {
  border-left: #be000b 10px solid;
}
.lBor {
  border-right: #be000b 10px solid;
}
.lBoBt {
  padding-bottom: 10px;
  border-bottom: #be000b 10px solid;
}
.lBoTp {
  padding-top: 10px;
  border-top: #be000b 10px solid;
}

.lCir--span {
  width: 4rem;
  background: #be000b;
  height: 4rem;
  padding-top: 65%;
  border-radius: 50%;
}
.mText--cyan {
  color: #0db1ec !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid black;
  padding: 8px;
  text-align: center;
}
th {
  background-color: #be000b;
  color: white;
}

.table-center {
  display: flex;
  justify-content: center;
}

.TDM-title {
  font-size: 2.875rem;
}
.bShadow-img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.MW--100 {
  max-width: 100%;
}

.lBor-rad-15 {
  border-radius: 15px;
}

.mMoreContents__container {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.mMoreContents__each-link {
  min-width: 0;
  flex: 0 0 auto;
}

.bg-tr-grey {
  background-color: #e9e8e8;
}

/* red-line work flow TDM */
.RL-div {
  display: flex;
  flex-direction: column;
  margin-left: 3dvw;
  align-items: center;
}
.RL-span {
  height: 100%;
  text-align: center;
  width: 10px;
  background-color: red;
}

/* image re-sizing */
.img-rz-200 {
  height: 200px;
  object-fit: contain;
}
.img-rz-300 {
  height: 300px;
  object-fit: contain;
}

/* elements re-sizing */
.rz-400 {
  height: 400px;
}


/* height resizing */
.lH-60vh {
  height: 60vh;
}
.lH-70vh {
  height: 70vh;
}
.lH-80vh {
  height: 80vh;
}
.lH-90vh {
  height: 90vh;
}
.lH-100vh {
  height: 100vh;
}
.lH-110vh {
  height: 110vh;
}

/* Flex box */
.f-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.f-row {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.f-jcc {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
/* Align properties */
.ali-center {
  align-items: center !important;
}
.ali-stch {
  align-items: stretch !important;
}

/* pointer */
.general-cursor {
  cursor: context-menu;
}

/* Opacity */
.op-0 {
  opacity: 0 !important;
}
.op-1 {
  opacity: 1 !important;
}

/* Padding */
.lPl--33per {
  padding-left: 33% ;
}

/* Font size */
.mText__titleXXlarge {
  position: relative;
  /* width: 100%; */
  margin: 0;
  font-weight: bold;
  line-height: 1.45;
  font-size: 2.875rem;
}

.mText--jtf {
  text-align: justify !important;
}
.wBreak {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; 
  word-break: break-all !important;
}
.mg-tdm-flow {
      margin: 30px 20vh 0px ;
}
