.pos {
  position: absolute;
  left: 0;
  top: 0;
}

.pos_btm {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pos_cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos_cntX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pos_cntY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.flx_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flx_btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rel {
  position: relative;
}

.flx {
  display: flex;
}

.sub0101 {
  min-height: auto;
}
@media (max-width: 1200px) {
  .sub0101 {
    padding-bottom: 5.625rem !important;
  }
}
.sub0101::before {
  content: "";
  position: absolute;
  top: var(--bg-logo);
  right: 0;
  width: 27.92vw;
  height: 16.3vw;
  background: url("../img/sub/logo_bg.png") no-repeat center;
  background-size: cover;
  opacity: 0.1;
}
.sub0101 .w1350 h3 {
  margin-bottom: 1.875rem;
}
.sub0101 .w1350 p:first-of-type {
  margin-bottom: 2.5rem;
}
.sub0102 {
  overflow: hidden;
  padding-top: 0px;
}
.sub0102 .scroll_box .scroll .flx {
  align-items: stretch;
}
.sub0102 .scroll_box .card_txt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
}
.sub0102 .scroll_box .card_txt .card_top h2 {
  font-size: 3.375rem;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}
.sub0102 .scroll_box .card_txt .card_top span {
  background: #ebf9ff;
  border-radius: 50px;
  color: #383838;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 5px 20px;
}
.sub0102 .scroll_box .card_txt .card_btm span {
  font-size: 1.5rem;
}
.sub0102 .scroll_box .card_txt .card_btm p {
  margin-top: 0.875rem;
}
.sub0103 h2 {
  margin-bottom: 4.875rem;
}
.sub0103 h3 {
  margin-bottom: 3.125rem;
}
.sub0103 ul {
  flex-wrap: wrap;
  gap: 10px;
}
.sub0103 ul li {
  position: relative;
  width: calc(25% - 10px);
}
@media (max-width: 1200px) {
  .sub0103 ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .sub0103 ul li {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
}
.sub0103 ul li .txt {
  position: absolute;
  left: 1.375rem;
  bottom: 2.5rem;
  color: #fff;
}
@media (max-width: 1200px) {
  .sub0103 ul li .txt {
    left: 2rem;
  }
}
.sub0103 ul li .txt p {
  font-weight: 300;
  line-height: 2rem;
}
.sub0103 ul li .txt p:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 10px;
  padding-right: 1.25rem;
}
.sub0104 h2 {
  margin-bottom: 3.75rem;
}
.sub0104 h3 {
  margin-bottom: 1.5rem;
  letter-spacing: -1.5px;
  word-spacing: -1px;
}
.sub0104 ul {
  margin-top: 3.5rem;
}
@media (max-width: 1200px) {
  .sub0104 ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 375px) {
  .sub0104 ul {
    flex-direction: column;
    gap: 15px;
  }
}
.sub0104 ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 24.5rem;
  height: 24.5rem;
  border: 1px solid #1c3850;
  border-radius: 50%;
  text-align: center;
  padding-bottom: 15px;
}
.sub0104 ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #1c3850;
}
@media (max-width: 767px) {
  .sub0104 ul li::before {
    top: 38%;
  }
}
@media (max-width: 767px) {
  .sub0104 ul li:nth-child(3)::before {
    top: 33%;
  }
}
.sub0104 ul li span {
  font-size: 2.125rem;
  color: rgba(56, 56, 56, 0.5);
}
.sub0104 ul li h3 {
  letter-spacing: -0.1px;
  color: #1c3850;
}
.sub0104 ul li h3:nth-child(2) {
  letter-spacing: -1.1px;
}
.sub0104 ul li p {
  line-height: 2rem;
  font-weight: 300;
}
.sub0105 {
  overflow: hidden;
  min-height: auto;
  background: #1c3850;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sub0105 {
    margin: 50px 0;
  }
}
.sub0105 h2 {
  color: #fff;
  margin-bottom: 5.75rem;
}
.sub0105 .certificate {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .sub0105 .certificate {
    padding-bottom: 0;
  }
}
.sub0105 .certificate .swiper-slide {
  flex-direction: column;
}
.sub0105 .certificate .slide-caption {
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  word-break: keep-all;
  margin-top: 20px;
  width: 90%;
}
.sub0106 .embed-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 75.6vw;
  height: 31.5vw;
}
@media (max-width: 767px) {
  .sub0106 .embed-container {
    max-width: 100%;
    height: 300px;
  }
}
.sub0106 .embed-container iframe,
.sub0106 .embed-container object,
.sub0106 .embed-container embed {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}
@media (max-width: 767px) {
  .sub0106 .embed-container iframe,
  .sub0106 .embed-container object,
  .sub0106 .embed-container embed {
    height: 600px;
  }
}
.sub0106 .info {
  margin-top: 5.5rem;
}
@media (max-width: 1200px) {
  .sub0106 .info {
    flex-wrap: wrap;
  }
}
.sub0106 .info li:first-child {
  width: 38.52%;
}
.sub0106 .info li:nth-child(2) {
  width: 34.3%;
  padding-left: 4rem;
  border-right: 1px solid #272727;
  border-left: 1px solid #272727;
}
.sub0106 .info li:last-child {
  width: 27.18%;
  padding-left: 4rem;
}
@media (max-width: 1200px) {
  .sub0106 .info li {
    width: 50% !important;
    padding: 0 !important;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .sub0106 .info li {
    width: 100% !important;
  }
}
.sub0106 .info li h4 {
  font-size: 1.75rem;
  padding: 10px 0 15px;
}
.sub0106 .info li p {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 30px;
}

.sub02 h2 {
  margin-bottom: 5.25rem;
}
.sub02 h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 1600px) {
  .sub02 {
    padding-bottom: 8rem !important;
  }
}
.sub02 .grid_wrapper {
  padding-top: 8.5rem;
}
@media (max-width: 767px) {
  .sub02 .grid_wrapper {
    padding-top: 7rem;
  }
}
.sub02 .grid_wrapper .p_num {
  font-size: 1.25rem;
  color: #383838;
  letter-spacing: 1px;
  padding-bottom: 1.25rem;
}
.sub02 .grid_container {
  display: grid;
  grid-template-columns: 590fr 677fr;
  grid-template-rows: auto auto;
}
@media (max-width: 1200px) {
  .sub02 .grid_container {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .sub02 .grid_container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.sub02 .grid_container .grid01 {
  grid-column: 1/2;
  grid-row: 1/2;
  border-top: 2px solid #737373;
}
.sub02 .grid_container .grid01 h3 {
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: -2px;
  padding-top: 3.125rem;
}
@media (max-width: 767px) {
  .sub02 .grid_container .grid01 h3 {
    margin-bottom: 0;
  }
}
.sub02 .grid_container .grid02 {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-self: end;
  align-self: center;
  max-width: 676px;
}
@media (max-width: 767px) {
  .sub02 .grid_container .grid02 {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: none;
  }
}
.sub02 .grid_container .grid03 {
  grid-column: 1/2;
  grid-row: 2/3;
  max-width: 475px;
}
@media (max-width: 767px) {
  .sub02 .grid_container .grid03 {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: none;
    width: 100%;
  }
}
.sub02 .grid_container .grid03 .spec dl > div, .sub02 .grid_container.ZrO2_CoCrMo .grid03 .grid05 .spec dl > div, .sub02 .grid_container.ZrO2_CoCrMo .grid05 .grid03 .spec dl > div {
  display: flex;
  align-items: center;
  border-top: 1px solid #737373;
  line-height: 1.25;
  font-size: 1.325rem;
}
@media (max-width: 767px) {
  .sub02 .grid_container .grid03 .spec dl > div, .sub02 .grid_container.ZrO2_CoCrMo .grid03 .grid05 .spec dl > div, .sub02 .grid_container.ZrO2_CoCrMo .grid05 .grid03 .spec dl > div {
    line-height: 4rem;
    font-size: 1.5rem;
  }
}
.sub02 .grid_container .grid03 .spec dl > div:last-child {
  border-bottom: 1px solid #737373;
}
.sub02 .grid_container .grid03 .spec dl > div dt, .sub02 .grid_container.ZrO2_CoCrMo .grid03 .grid05 .spec dl > div dt, .sub02 .grid_container.ZrO2_CoCrMo .grid05 .grid03 .spec dl > div dt {
  width: 55%;
  letter-spacing: -0.5px;
  padding: 11px 0 11px 1.75rem;
  background: #c8d4dc;
}
.sub02 .grid_container .grid03 .spec dl > div dd, .sub02 .grid_container.ZrO2_CoCrMo .grid03 .grid05 .spec dl > div dd, .sub02 .grid_container.ZrO2_CoCrMo .grid05 .grid03 .spec dl > div dd {
  width: 45%;
  padding-left: 2.625rem;
  background: var(--bg-color);
}
.sub02 .grid_container .grid03 .spec_tit {
  font-size: 1.3125rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sub02 .grid_container .grid03 .spec_tit {
    font-size: 1.8rem;
  }
}
.sub02 .grid_container.ZrO2_CoCrMo {
  grid-template-rows: auto auto auto;
}
@media (max-width: 767px) {
  .sub02 .grid_container.ZrO2_CoCrMo {
    grid-template-rows: repeat(5, auto);
  }
}
@media (max-width: 767px) {
  .sub02 .grid_container.ZrO2_CoCrMo .grid01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.sub02 .grid_container.ZrO2_CoCrMo .grid02 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .sub02 .grid_container.ZrO2_CoCrMo .grid02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.sub02 .grid_container.ZrO2_CoCrMo .grid03 {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .sub02 .grid_container.ZrO2_CoCrMo .grid03 {
    grid-row: 3/4;
  }
}
.sub02 .grid_container.ZrO2_CoCrMo .grid03 dl {
  margin-top: 10px;
}
.sub02 .grid_container.ZrO2_CoCrMo .grid04 {
  grid-column: 2/3;
  grid-row: 3/4;
  justify-self: end;
  align-self: center;
  max-width: 676px;
}
@media (max-width: 767px) {
  .sub02 .grid_container.ZrO2_CoCrMo .grid04 {
    grid-column: 1/2;
    grid-row: 4/5;
    max-width: none;
    margin-top: 30px;
  }
}
.sub02 .grid_container.ZrO2_CoCrMo .grid05 {
  grid-column: 1/2;
  grid-row: 3/4;
  align-self: center;
  max-width: 475px;
}
@media (max-width: 767px) {
  .sub02 .grid_container.ZrO2_CoCrMo .grid05 {
    grid-column: 1/2;
    grid-row: 5/6;
    max-width: none;
    width: 100%;
  }
}
.sub0201::before {
  content: "";
  position: absolute;
  top: var(--bg-logo);
  right: 0;
  width: 27.92vw;
  height: 16.3vw;
  background: url("../img/sub/logo_bg.png") no-repeat center;
  background-size: cover;
  opacity: 0.1;
}
.sub02.sub0202 {
  background: #1c3850;
}
@media (max-width: 767px) {
  .sub02.sub0202 {
    padding-top: 8rem !important;
  }
}
.sub02.sub0202 h2, .sub02.sub0202 h3, .sub02.sub0202 p, .sub02.sub0202 .grid_wrapper .p_num, .sub02.sub0202 dt, .sub02.sub0202 dd {
  color: #fff;
}
.sub02.sub0202 p span {
  margin-top: 3px;
}
.sub02.sub0202 .flx {
  align-items: center;
}
.sub02.sub0202 .grid_container .grid01 {
  border-top: 2px solid #fff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .sub02.sub0202 .grid_container .grid01 {
    padding-bottom: 0px;
  }
}
.sub02.sub0202 .grid_container .grid01 h3 {
  margin-bottom: 2.5rem;
}
.sub02.sub0202 .grid_container .grid01 p:first-of-type {
  padding-bottom: 10px;
}
.sub02.sub0202 .grid_container .grid03 {
  align-self: end;
  max-width: 570px;
}
.sub02.sub0202 .grid_container .grid03 .spec dt {
  width: 45%;
  background: #172f45;
}
@media (max-width: 767px) {
  .sub02.sub0202 .grid_container .grid03 .spec dt {
    line-height: 1.8;
  }
}
.sub02.sub0202 .grid_container .grid03 .spec dd {
  width: 55%;
  padding-left: 1.125rem;
  background: #1c3850;
  font-weight: 300;
  padding: 11px 1rem;
}
@media (max-width: 767px) {
  .sub02.sub0202 .grid_container .grid03 .spec dd {
    line-height: 1.8;
  }
}
.sub02.sub0202 .grid_container .grid03 .spec dd .f-s {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .sub02.sub0202 .grid_container .grid03 .spec dd .f-s {
    font-size: inherit;
  }
}
.sub02.sub0202 .grid_container .grid03_eq01 .spec dt {
  font-size: 1.25rem;
  width: 47%;
}
@media (max-width: 767px) {
  .sub02.sub0202 .grid_container .grid03_eq01 .spec dt {
    font-size: inherit;
  }
}
.sub02.sub0202 .grid_container .grid03_eq01 .spec dd {
  width: 53%;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .sub02.sub0202 .grid_container .grid03_eq01 .spec dd {
    line-height: 1.8;
  }
}
.sub02.sub0202 .grid_container .grid03_eq01 .spec div:last-child {
  background: #172f45;
}
.sub02.sub0202 .grid_container .grid03_eq02 .spec div:nth-of-type(1) {
  background: #172f45;
}
.sub02.sub0202 .grid_container .grid03_eq02 .spec dd {
  background: #1c3850;
}
@media (max-width: 1600px) {
  .sub0203 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 767px) {
  .sub0203 {
    padding-top: 8rem !important;
  }
}
.sub0203 .product_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8.5rem;
  margin-top: 4.5rem;
}
.sub0203 .product_wrapper:nth-child(1) {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .sub0203 .product_wrapper:nth-child(1) {
    margin-top: 7rem;
  }
}
@media (max-width: 767px) {
  .sub0203 .product_wrapper {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.sub0203 .product_wrapper .p_tit {
  font-size: 1.75rem;
  font-weight: 500;
  padding: 1.125rem 0 1.125rem 1.75rem;
  border-left: 2px solid #1c3850;
}
.sub0203 .product_wrapper .p_con ul {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.5rem 4.5rem;
}
@media (max-width: 767px) {
  .sub0203 .product_wrapper .p_con ul {
    justify-content: center;
    gap: 2rem;
  }
}
.sub0203 .product_wrapper .p_con ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub0203 .product_wrapper .p_con ul li p {
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.8rem;
  padding-top: 0.875rem;
}

.sub0301 {
  overflow: hidden;
  margin: 0 !important;
  z-index: 50;
  color: #fff;
}
.sub0301 .bg {
  background-image: url(../img/sub/sub0301_bg.jpg);
}
.sub0301 h2 {
  font-size: 3.375rem;
  margin-bottom: 2.25rem;
}
.sub0301 p {
  margin-bottom: 2.25rem;
}
.sub0301 p:last-child {
  margin-bottom: 60px;
}
.sub0302 {
  min-height: auto;
}
.sub0302 .flx_btw {
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .sub0302 .flx_btw {
    flex-direction: column;
    gap: 5rem;
    padding: 0;
  }
}
.sub0302 .swiper {
  width: 47.5%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .sub0302 .swiper {
    width: 90%;
  }
}
.sub0302 .custom-pg {
  width: 46.9%;
}
.sub0302 .custom-pg:hover {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .sub0302 .custom-pg {
    width: 90%;
  }
}
.sub0302 .custom-pg .step-item {
  height: 5.125rem;
  line-height: 5.125rem;
  border-top: 1px solid #8fa0ad;
  font-size: 1.375rem;
}
.sub0302 .custom-pg .step-item:last-child {
  border-bottom: 1px solid #8fa0ad;
}
.sub0302 .custom-pg .step-item.active {
  background: #1c3850;
  color: #fff;
}
.sub0302 .custom-pg .step-num {
  padding: 0 3.5rem;
}
.sub0303 {
  overflow: hidden;
  color: #fff;
  background: #0c1822;
}
.sub0303 .bg {
  background-image: url(../img/sub/sub0303_bg.jpg);
}
.sub0303 h2 {
  font-size: 3.375rem;
  margin-bottom: 2.25rem;
}
.sub0303 p {
  margin-bottom: 2.25rem;
}
.sub0303 p:last-child {
  margin-bottom: 60px;
}
.sub0303_header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.sub0303_header .pc_view a {
  color: #fff !important;
}
.sub0303_header .logo-c {
  opacity: 0 !important;
}
.sub0303_header .logo-w {
  opacity: 1 !important;
}
.sub0303_header .header_menu_btn_line {
  background: #fff !important;
}
.sub0303_footer #top_btn {
  border: 1px solid #fff;
}
.sub0303_footer #top_btn img {
  filter: brightness(0) invert(1);
}

.sub0501::before {
  content: "";
  position: absolute;
  top: var(--bg-logo);
  right: 0;
  width: 27.92vw;
  height: 16.3vw;
  background: url("../img/sub/logo_bg.png") no-repeat center;
  background-size: cover;
  opacity: 0.1;
}
.sub0501 h2 {
  margin-bottom: 9rem;
}
.sub0501 .tab-title {
  position: relative;
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 600;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background: var(--bg-color);
  padding: 1rem 4rem;
  transition: all 0.3s ease;
}
.sub0501 .tab-title.contact-tab {
  border-bottom: none;
}
.sub0501 .tab-title span {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.75rem;
}
.sub0501 .tab-title span::before, .sub0501 .tab-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-90deg);
  background: #383838;
}
.sub0501 .tab-title span::before {
  width: 100%;
  height: 3px;
  transition: all 0.3s ease;
}
.sub0501 .tab-title span::after {
  width: 3px;
  height: 100%;
}
.sub0501 .tab-title p {
  font-size: 1.75rem;
  font-weight: 500;
}
.sub0501 .tab.on .tab-title, .sub0501 .tab:hover .tab-title {
  background: #1c3850;
  color: #fff;
}
.sub0501 .tab.on .tab-title span::before, .sub0501 .tab.on .tab-title span::after, .sub0501 .tab:hover .tab-title span::before, .sub0501 .tab:hover .tab-title span::after {
  background: #fff;
}
.sub0501 .tab.on .tab-title span::before, .sub0501 .tab:hover .tab-title span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.sub0501 .tab-content {
  display: none;
  overflow: hidden;
}
.sub0502_lf {
  width: 37.33%;
}
.sub0502_lf h2 {
  margin-bottom: 4rem;
  text-transform: none;
  line-height: 5rem;
}
.sub0502_lf li {
  margin-bottom: 2rem;
}
.sub0502_lf li:last-child {
  margin-bottom: 0;
}
.sub0502_lf li p {
  line-height: 2rem;
}
.sub0502_lf li p strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.sub0502_rt {
  width: 62.67%;
}
@media (max-width: 1200px) {
  .sub0502 {
    margin-bottom: 30px;
  }
  .sub0502 .flx {
    flex-direction: column;
  }
  .sub0502_lf, .sub0502_rt {
    width: 100%;
  }
  .sub0502_lf {
    margin-bottom: 1.5rem;
  }
  .sub0502_lf ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}

.formmail_iframe {
  width: 100%;
  min-height: 930px;
}
@media (max-width: 767px) {
  .formmail_iframe {
    min-height: 955px;
  }
}

@media (max-width: 767px) {
  #formmail-write {
    padding: 18px 18px 0;
  }
}
@media (max-width: 767px) {
  #formmail-write .form-group {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }
}
#formmail-write .form-group.content {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #272727;
}
#formmail-write .form-group.content > div {
  padding: 0 14px;
  width: 100%;
}
@media (max-width: 767px) {
  #formmail-write .form-group.content > div {
    padding: 0 10px;
  }
}
#formmail-write .input {
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 14px;
  border-bottom: 1px solid #272727;
}
@media (max-width: 767px) {
  #formmail-write .input {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
#formmail-write .input input {
  width: calc(100% - 115px);
}
@media (max-width: 767px) {
  #formmail-write .input input {
    width: calc(100% - 84px);
  }
  #formmail-write .input input.form-control-file {
    width: 220px;
  }
}
#formmail-write label {
  font-size: 1.375rem;
  padding: 20px 14px;
  width: 115px;
}
@media (max-width: 767px) {
  #formmail-write label {
    width: 84px;
    padding: 14px 10px;
  }
}
#formmail-write label[for=wr_2], #formmail-write label[for=wr_1], #formmail-write label[for=wr_content] {
  width: 175px;
}
@media (max-width: 767px) {
  #formmail-write label[for=wr_2], #formmail-write label[for=wr_1], #formmail-write label[for=wr_content] {
    width: 140px;
  }
}
#formmail-write #captcha {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #formmail-write #captcha #captcha_audio {
    display: none;
  }
}
#formmail-write .form-group.captcha {
  padding-top: 4rem;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #formmail-write .form-group.captcha {
    padding-top: 2rem;
  }
}
#formmail-write .privacy-of-use.overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: 999;
}
#formmail-write .privacy-of-use.active {
  visibility: visible;
  opacity: 1;
}
#formmail-write .privacy-of-use .modal {
  width: 80%;
  height: 80%;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #e0dedf;
  overflow-y: scroll;
  z-index: 1000;
}
#formmail-write .privacy-of-use-check label {
  padding-right: 3px;
}
@media (max-width: 767px) {
  #formmail-write .privacy-of-use-check label {
    font-size: 16px;
  }
}
#formmail-write .privacy-of-use-check label input {
  width: 18px;
  height: 18px;
  margin: 0 2px 1px 0;
}
#formmail-write .privacy-of-use-check .privacy_btn {
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  #formmail-write .privacy-of-use-check .privacy_btn {
    font-size: 16px;
  }
}
#formmail-write .contact_btn {
  position: relative;
  display: inline-block;
  margin: 4rem auto 0;
  padding: 1rem 4.25rem;
  font-size: 1.75rem;
  color: #383838;
  font-weight: 500;
  letter-spacing: -0.5px;
  border: 1px solid #777777;
  border-radius: 50px;
  background: #ebf9ff;
  overflow: hidden;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  z-index: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  #formmail-write .contact_btn {
    margin-top: 3.5rem;
  }
}
#formmail-write .contact_btn::after, #formmail-write .contact_btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#formmail-write .contact_btn::before {
  background: rgba(28, 56, 80, 0.6);
}
#formmail-write .contact_btn::after {
  background: #1c3850;
}
#formmail-write .contact_btn:hover {
  color: #fff;
}
#formmail-write .contact_btn:hover::before, #formmail-write .contact_btn:hover::after {
  transform: translate3d(0, 100%, 0);
}
#formmail-write .contact_btn:hover::after {
  transition-delay: 0.175s;
}

.parent-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.parent-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.parent-popup-overlay .parent-popup-content {
  position: relative;
  width: 90vw;
  max-width: 1200px;
  height: 90vh;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.parent-popup-overlay .parent-popup-content h3 {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e0dedf;
  font-size: 1.6rem;
}
.parent-popup-overlay .parent-popup-content .parent-close-btn {
  position: absolute;
  top: 8px;
  right: 26px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #333;
  z-index: 10;
}
.parent-popup-overlay .parent-popup-content .parent-close-btn:hover {
  color: #000;
}
.parent-popup-overlay .parent-popup-content .parent-modal-content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

#parentModalContent h4 {
  font-size: 19px;
  margin: 30px 0 10px;
}
#parentModalContent p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
#parentModalContent .cont {
  font-size: 16px;
}
#parentModalContent dt {
  font-weight: 600;
  margin: 10px 0 4px;
}
#parentModalContent li {
  line-height: 1.8;
}

@media (max-width: 767px) {
  #recruitment .tab-content {
    margin: 0 10px;
  }
}
#recruitment .tab-content .flx_btw {
  gap: 4rem;
}
@media (max-width: 767px) {
  #recruitment .tab-content .flx_btw {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
#recruitment .tab-content .flx_btw:first-of-type {
  margin: 3.5rem 0 4.25rem;
}
#recruitment .tab-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17.4%;
  min-width: 162.5px;
  height: -webkit-fill-available;
  border-right: 1px solid #3f4040;
}
@media (max-width: 767px) {
  #recruitment .tab-num {
    border-right: none;
    border-bottom: 1px solid #3f4040;
    width: auto;
    padding-bottom: 20px;
    gap: 3px;
  }
}
#recruitment .tab-num span {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
}
#recruitment .tab-con {
  max-width: 1035px;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  #recruitment .tab-con {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  #recruitment .tab-con .hashtag {
    margin-top: 0;
  }
}
#recruitment .tab-con .hashtag li {
  padding: 0.5rem 3rem;
}
@media (max-width: 767px) {
  #recruitment .tab-con .hashtag li {
    padding: 1rem 2rem;
  }
}
#recruitment .tab-con .hashtag .blue {
  background: #e0f5ff;
}
#recruitment .contact_btn {
  position: relative;
  display: block;
  margin: 4.75rem auto 0;
  padding: 0.725rem 3.75rem;
  font-size: 1.5rem;
  color: #383838;
  font-weight: 500;
  letter-spacing: -0.5px;
  border: 1px solid #777777;
  border-radius: 50px;
  background: #ebf9ff;
  overflow: hidden;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  z-index: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  #recruitment .contact_btn {
    padding: 0.825rem 4.25rem;
    font-size: 1.75rem;
  }
}
#recruitment .contact_btn::after, #recruitment .contact_btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#recruitment .contact_btn::before {
  background: rgba(28, 56, 80, 0.6);
}
#recruitment .contact_btn::after {
  background: #1c3850;
}
#recruitment .contact_btn:hover {
  color: #fff;
}
#recruitment .contact_btn:hover::before, #recruitment .contact_btn:hover::after {
  transform: translate3d(0, 100%, 0);
}
#recruitment .contact_btn:hover::after {
  transition-delay: 0.175s;
}