@charset "UTF-8"; /* Pad & Mobile */
/* #### About #### */
.page__content .contents .sub_title.about h2 {
  font-size: 28px;
}
/* ceo */
.ceo_content {
  display: flex;
  gap: 56px;
}
.ceo_message h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}
.ceo_message h2 strong {
  color: var(--color-primary);
}
.ceo_message p {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #505050;
}
.ceo_message .ceo_name {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.ceo_message .ceo_name p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
.ceo_message .ceo_name img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.ceo_content .ceo_img {
  flex-shrink: 0;
  width: 560px;
  height: 100%;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
.ceo_content .ceo_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* overview */
.overview_content {
  margin-top: 16px;
}
.logo_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
  border-bottom: 1px solid #E5E5EC;
}
.logo_info .logo {
  width: 270px;
  height: 64px;
}
.logo_info h3 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  color: #767676;
}
.established_info {
  margin-top: 24px;
}
.established_info p {
  line-height: 1.6;
  color: #505050;
}
.company_card {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.company_card .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-width: 320px;
  flex: 1;
  padding: 32px;
  min-height: 280px;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
.company_card .card .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.company_card .card .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company_card .card_info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.company_card .card_info p {
  margin-top: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
.company-info_table {
  margin-top: 80px;
}
.company-info_table ul {
  border-top: 1px solid #111111;
}
.company-info_table ul li {
  display: flex;
}
.company-info_table ul li span.info_tit,
.company-info_table ul li p.info_cnts {
  align-self: stretch;
  min-height: 80px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5EC;
}
.company-info_table ul li span.info_tit {
  flex-basis: 258px;
  background-color: #F2F7FA;
}
.company-info_table ul li p.info_cnts {
  flex: 1;
}
/* History */
.history_content {
  display: flex;
  gap: 50px;
}
.history_img {
  flex: 1;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  height: 100%;
  position: sticky;
  top: 157px;
}
.history_bar {
  width: 2px;
  align-self: stretch;
  flex-shrink: 0;
  background-color: #E5E5E8;
  margin-top: 20px;
  margin-bottom: 80px;
}
.history_cnts {
  flex: 1;
}
.history_box {
  padding-bottom: 80px;
  position: relative;
}
.history_box .year {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  transition: 0.35s;
}
.history_box ul.list li {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  margin-top: 20px;
}
.history_box ul.list li::before {
  content: '·';
  display: inline-block;
  margin-right: 4px;
}
.history_box .dot_wrap {
  position: absolute;
  left: -51px;
  top: 24px;
  transition: 0.35s;
  border: 6px solid transparent;
  transform: translate(-50%, -50%);
}
.history_box .dot_wrap .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.35s;
  border: 2px solid var(--color-primary);
  background-color: #fff;
}
.history_box.active .year {
  font-size: 40px;
}
.history_box.active .dot_wrap {
  border: 8px solid #E9F6FF;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.history_box.active .dot_wrap .dot {
  width: 32px;
  height: 32px;
  border-width: 10px;
}
/* Certification */
.certification_box:not(:last-child) {
  margin-bottom: 80px;
}
.certification_box>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
  padding-left: 28px;
  position: relative;
}
.certification_box>h3::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 4px solid var(--color-primary);
}
.certification_box .certification_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.certification_item {
  min-width: 280px;
}
.certification_item .thum {
  width: 100%;
  aspect-ratio: 1 / 1.414;
}
.certification_item .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certification_item .desc {
  margin-top: 12px;
  width: 100%;
  height: auto;
  background-color: #F7F7FB;
  padding: 8px 0;
  text-align: center;
}
.certification_item .desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #767676;
}
/* location */
.location_title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
  margin-bottom: 24px;
}
ul.loc_list li {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding-left: 32px;
}
ul.loc_list li b {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
}
ul.loc_list li span.address {
  font-size: 18px;
  line-height: 1.6;
  color: #767676;
}
ul.loc_list li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/eng/_img/icon/icon_loc.svg) no-repeat center / contain;
}
ul.loc_list li.tel::before {
  background-image: url(/eng/_img/icon/icon_tel.svg);
}
ul.loc_list li.email::before {
  background-image: url(/eng/_img/icon/icon_email.svg);
}
.head-office_img {
  margin-top: 40px;
  border: 1px solid #E5E5EC;
  width: 100%;
}
.head-office_img img {
  width: 100%;
  object-fit: contain;
}
.location_content .map {
  margin-top: 40px;
  width: 100%;
  height: 480px;
}
/* #### Research #### */
.page__tab.research ul li a {
  min-width: 240px;
}
.research_content section {
  padding: 80px 0;
  border-bottom: 1px solid #E5E5EC;
  scroll-margin-top: 140px;
}
section.res_center {
  padding-top: 0px;
}
section.res_center .center_content {
  display: flex;
  align-items: center;
  gap: 56px;
}
section.res_center .center_img {
  flex-basis: 580px;
  flex-shrink: 0;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
section.res_center .center_txt p {
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
}
.res_activity .activity__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.activity__list .activity__item {
  flex: 1;
  min-width: 320px;
}
.activity__item .thum {
  width: 100%;
  aspect-ratio: 7 / 5;
  height: auto;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.activity__item .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity__item .desc {
  margin-top: 16px;
  padding: 0 4px;
}
.activity__item .desc h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}
.activity__item .desc p {
  margin-top: 16px;
  font-size: 16px;
  color: #767676;
}
section.res_core .core__list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.core__list .core__item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  height: 600px;
}
.core__list .core__item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  z-index: -1;
}
.core__list .core__item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.core__item .desc h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.core__item .desc p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  opacity: 0.7;
}
/* #### Product #### */
.dtl_title {
  font-size: 18px;
  color: #767676;
}
.tbl_product tbody td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 16px;
}
.tbl_product tbody td.bdr {
  border-right: 1px solid #E5E5EC;
}
.tbl_product tbody td p {
  font-size: 16px;
  font-weight: 400;
}
.tbl_product tbody td.p24 {
  padding: 24px;
}
.product__content {
  margin-top: 80px;
}
.product__header {
  padding-bottom: 56px;
  border-bottom: 1px solid #E5E5EC;
}
.product__name {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}
.product__name h2 {
  font-size: 40px;
  font-weight: 600;
  color: #111;
}
.product__name .certification_mark img {
  height: 56px;
}
.product__info {
  margin-top: 56px;
  display: flex;
  gap: 20px;
}
.product__img {
  flex: 1;
  height: 400px;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info {
  flex: 1;
}
.product__detailed {
  padding-bottom: 56px;
  border-bottom: 1px solid #E5E5EC;
  margin-bottom: 56px;
}
.product__detailed .detail_info {
  margin-top: 56px;
}
.detail_video {
  margin-top: 56px;
}
.detail_video .video {
  max-height: 886px;
  width: 100%;
  aspect-ratio: 4/3;
}
.detail_video .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__navigation {
  width: 100%;
  border-top: 1px solid #111;
}
.tbl_navigation>li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5EC;
}
.tbl_navigation>li .navi_depth1,
.tbl_navigation>li .navi_depth2 {
  align-self: stretch;
}
.tbl_navigation>li .navi_depth1 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 360px;
}
.tbl_navigation>li .navi_depth1 img {
  width: 80px;
  height: 80px;
}
.tbl_navigation>li .navi_depth1 span {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.tbl_navigation>li .navi_depth2 {
  flex: 1;
  background-color: #F7F7FB;
  padding: 0 24px;
}
.tbl_navigation>li .navi_depth2 .navi_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  gap: 16px 40px;
}
.tbl_navigation>li .navi_depth2 .navi_list a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #767676;
}
.page__tab.extension ul li a {
  min-width: 280px;
}
/* #### Service #### */
/* notice */
.notice_content {
  margin-top: 80px;
}
.list__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.list__top .list_cnt {
  font-size: 18px;
  color: #767676;
}
.list__top .form_search {
  width: 100%;
  max-width: 420px;
}
.list__top .form_search .input {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 800px;
  background-color: #F7F7F8;
  padding: 0 24px;
  height: 56px;
}
.list__top .form_search .input input {
  height: 100%;
  border: none;
  background-color: transparent;
  flex: 1;
}
.list__top .form_search .input input::placeholder {
  color: #999999;
}
.list__top .form_search .input .btn_search {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/eng/_img/icon/icon_search.svg) no-repeat center / contain;
}
.notice__list {
  margin-top: 40px;
  border-top: 1px solid #111;
}
.notice__item {
  display: flex;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #E5E5EC;
}
.notice__item .notice_no {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #767676;
}
.notice__item .notice_title {
  flex: 1;
}
.notice__item .notice_title a {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  position: relative;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 21px;
  height: 21px;
}
.notice__item .notice_title.file a::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/eng/_img/icon/icon_file.svg) no-repeat center / contain;
}
.notice__item .notice_date {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.notice__item.notice {
  background-color: #F2F7FA;
}
.notice__item.notice .notice_no {
  color: var(--color-primary);
  font-weight: 600;
}
.dtl__title {
  padding-bottom: 24px;
  border-bottom: 1px solid #111;
}
.dtl__title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}
.dtl__title ul.dtl_info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dtl__title ul.dtl_info li {
  font-size: 18px;
  color: #767676;
}
.dtl__title ul.dtl_info li::after {
  content: '·';
  display: inline-block;
  margin-left: 4px;
}
.dtl__title ul.dtl_info li:last-child::after {
  content: none;
}
.dtl__contents {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5EC;
}
.dtl__contents .dtl_img {
  width: 100%;
}
.dtl__contents .dtl_img img {
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 40px;
}
.dtl__contents .cnts {
  font-size: 18px;
  line-height: 1.6;
  color: #767676;
}
.dtl__contents .cnts p {
  font-size: 18px;
  line-height: 1.6;
  color: #767676;
}
.dtl__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 846px;
  margin: 80px auto 0;
}
.dtl__btns .btn_prev span,
.dtl__btns .btn_next span {
  font-weight: 500;
  color: #111;
  position: relative;
}
.dtl__btns .btn_prev span {
  padding-left: 33px;
}
.dtl__btns .btn_next span {
  padding-right: 33px;
}
.dtl__btns .btn_prev span::before,
.dtl__btns .btn_next span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dtl__btns .btn_prev span::before {
  left: 0;
  background: url(/eng/_img/icon/icon_prev.svg) no-repeat center / contain;
}
.dtl__btns .btn_next span::before {
  right: 0;
  background: url(/eng/_img/icon/icon_next.svg) no-repeat center / contain;
}
.dtl__btns .btn_prev.disabled,
.dtl__btns .btn_next.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/* Distributor */
.distributor__content {
  margin-top: 80px;
}
.distributor__content .tit {
  margin-bottom: 40px;
}
.distributor>p {
  font-size: 18px;
  color: #767676;
  margin-bottom: 16px;
}
.distributor_info {
  margin-top: 16px;
  background-color: #F7F7FB;
  padding: 24px;
}
.distributor_info p {
  font-size: 18px;
  color: #505050;
}
.distributor .tbl_list {
  min-width: 630px;
}
/* Contact */
.contact__content .tit {
  margin-bottom: 16px;
}
.tbl_contact {
  border-top: 1px solid #111;
}
.tbl_contact .tbl_row {
  display: flex;
}
.tbl_contact .tbl_th,
.tbl_contact .tbl_td {
  align-self: stretch;
  min-height: 100px;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #E5E5EC;
  color: #111;
}
.tbl_contact .tbl_th {
  display: flex;
  align-items: center;
  background-color: #F2F7FA;
  width: 258px;
  flex-shrink: 0;
}
.tbl_contact .tbl_td {
  flex: 1;
  background-color: #fff;
}
.agree_cnts {
  margin-top: 10px;
  height: 156px;
  padding: 16px 24px;
  padding-right: 10px;
  border: 1px solid #E5E5EC;
}
.agree_cnts .scroll_wrap {
  overflow-y: auto;
  padding-right: 8px;
  height: 100%;
}
.agree_cnts p {
  font-size: 18px;
  color: #505050;
}
.agree_cnts .scroll_wrap::-webkit-scrollbar {
  width: 6px;
}
.agree_cnts .scroll_wrap::-webkit-scrollbar-thumb {
  background-color: #E5E5EC;
  border-radius: 10px;
}
.agree_cnts .scroll_wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.btn_inquiry {
  width: 186px;
}
/* Global */
.global__content .global_img {
  position: relative;
}
.global__content .global_img img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  object-fit: contain;
}
.global__content .global_img .map_label {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.global__content .global_img .map_label .label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-weight: 500;
}
.global__content .global_img .map_label .label:last-child {
  margin-bottom: 0;
}
.global__content .global_img .map_label .label span.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.global_img .map_label .label span.dot.green {
  background-color: #5CB531;
}
.global_img .map_label .label span.dot.blue {
  background-color: var(--color-primary);
}

@media screen and (max-width:1200px) { } 
/* Pad */
@media screen and (min-width: 768px) and (max-width:1200px) { 
  section.res_center .center_content {
    align-items: flex-start;
  }
  section.res_center .center_img {
    flex-basis: 400px;
  }
} 
/* Mobile */
@media screen and (max-width:768px) { 
  .page__content .contents .sub_title.about h2 {
    font-size: 20px;
  }
  /* ceo */
  .ceo_content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .ceo_message h2 {
    font-size: 18px;
  }
  .ceo_message p {
    font-size: 14px;
    margin-top: 20px;
  }
  .ceo_message .ceo_name {
    margin-top: 20px;
    gap: 12px;
    justify-content: space-between;
  }
  .ceo_message .ceo_name .signature img {
    width: 80px;
    height: 80px;
  }
  .ceo_content .ceo_img {
    width: 100%;
    height: 160px;
  }
  /* overview */
  .overview_content {
    margin-top: 20px;
  }
  .logo_info {
    flex-direction: column;
    padding-bottom: 20px;
    row-gap: 16px;
  }
  .logo_info .logo {
    width: 135px;
    height: 32px;
  }
  .logo_info h3 {
    font-size: 16px;
    text-align: center;
  }
  .established_info p {
    font-size: 14px;
  }
  .company_card {
    flex-direction: column;
  }
  .company_card .card {
    padding: 24px;
    height: 220px;
  }
  .company_card .card_info h3 {
    font-size: 18px;
  }
  .company_card .card_info p {
    font-size: 14px;
  }
  .company-info_table {
    margin-top: 40px;
  }
  .company-info_table ul li {
    flex-direction: column;
  }
  .company-info_table ul li span.info_tit,
  .company-info_table ul li p.info_cnts {
    align-self: initial;
    min-height: 64px;
    padding: 0 16px;
  }
  .company-info_table ul li span.info_tit {
    flex-basis: auto;
    min-height: 48px; 
    font-size: 14px;
  }
  .company-info_table ul li p.info_cnts {
    font-size: 14px;
  }
  /* History */
  .history_content {
    gap: 24px;
    padding-left: 12px;
  }
  .history_img {
    display: none;
  }
  .history_bar {
    margin-top: 8px;
  }
  .history_box {
    padding-bottom: 40px;
  }
  .history_box .year {
    font-size: 18px;
  }
  .history_box ul.list li {
    font-size: 14px;
    margin-top: 12px;
  }
  .history_box .dot_wrap {
    left: -25px;
    top: 13px;
  }
  .history_box.active .year {
    font-size: 24px;
  }
  .history_box.active .dot_wrap {
    width: 26px;
    height: 26px;
  }
  .history_box.active .dot_wrap .dot {
    width: 18px;
    height: 18px;
    border-width: 6px;
  }
  /* Certification */
  .certification_box:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #F1F1F5;
    margin-bottom: 24px;
  }
  .certification_box>h3 {
    font-size: 16px;
  }
  .certification_box .certification_list {
    gap: 20px 8px;
  }
  .certification_item {
    min-width: calc(50% - 4px);
  }
  .certification_item .desc {
    margin-top: 4px;
  }
  .certification_item .desc p {
    font-size: 12px;
  }
  /* location */
  .location_title h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  ul.loc_list li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 20px;
    gap: 4px;
  }
  ul.loc_list li b {
    font-size: 14px;
  }
  ul.loc_list li span.address {
    font-size: 14px;
  }
  ul.loc_list li::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .head-office_img {
    margin-top: 16px;
    height: 240px;
  }
  .head-office_img img {
    height: 100%;
    object-fit: cover;
  }
  .location_content .map {
    height: 280px;
  }
  /* #### Research #### */
  .page__tab.research ul li a {
    min-width: auto;
  }
  .research_content section {
    padding: 24px 0;
    scroll-margin-top: 100px;
  }
  section.res_center .center_content {
    flex-direction: column;
    gap: 24px;
  }
  section.res_center .center_img {
    flex-basis: auto;
    width: 100%;
    height: 160px;
  }
  section.res_center .center_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.res_center .center_txt p {
    font-size: 14px;
  }
  .res_activity .activity__list {
    flex-direction: column;
    margin-top: 20px;
  }
  .activity__item .thum {
    height: 160px;
    aspect-ratio: initial;
  }
  .activity__item .desc h3 {
    font-size: 18px;
  }
  .activity__item .desc p {
    font-size: 14px;
    margin-top: 8px;
  }
  section.res_core .core__list {
    flex-direction: column;
    margin-top: 20px;
  }
  .core__list .core__item {
    padding: 24px 16px;
    height: 400px;
    flex: none;
  }
  .core__item .desc h3 {
    font-size: 20px;
  }
  .core__item .desc p {
    margin-top: 12px;
    font-size: 14px;
  }
  /* #### Product #### */
  .dtl_title {
    font-size: 14px;
  }
  .tbl_product tbody td {
    font-size: 14px;
  }
  .tbl_product tbody td p {
    font-size: 14px;
  }
  .tbl_product tbody td.p24 {
    padding: 16px;
  }
  .product__content {
    margin-top: 40px;
  }
  .product__header {
    padding-bottom: 24px;
  }
  .product__name {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 20px;
  }
  .product__name h2 {
    font-size: 24px;
  }
  .product__name .certification_mark img {
    height: 24px;
  }
  .product__info {
    margin-top: 20px;
    flex-direction: column;
  }
  .product__img {
    flex: none;
    height: 220px;
    width: 100%;
  }
  .product__img img {
    object-fit: cover;
  }
  .product-info {
    width: 100%;
    flex: auto;
  }
  .product__detailed {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .product__detailed .detail_info {
    margin-top: 24px;
  }
  .detail_video {
    margin-top: 24px;
  }
  .detail_video .video {
    height: 196px;
    aspect-ratio: unset;
  }
  .tbl_navigation>li {
    flex-direction: column;
  }
  .tbl_navigation>li .navi_depth1 {
    gap: 0px;
    width: 100%;
  }
  .tbl_navigation>li .navi_depth1 img {
    width: 48px;
    height: 48px;
  }
  .tbl_navigation>li .navi_depth1 span {
    font-size: 14px;  
  }
  .tbl_navigation>li .navi_depth2 {
    padding: 16px;
    min-height: 48px;
  }
  .tbl_navigation>li .navi_depth2 .navi_list {
    gap: 8px 12px;
  }
  .tbl_navigation>li .navi_depth2 .navi_list a {
    font-size: 13px;
  }
  /* #### Service #### */
  /* notice */
  .notice_content {
    margin-top: 40px;
  }
  .list__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 24px;
  }
  .list__top .list_cnt {
    font-size: 14px;
  }
  .list__top .form_search {
    max-width: 100%;
  }
  .list__top .form_search .input {
    height: 48px;
  }
  .notice__list {
    margin-top: 16px;
  }
  .notice__item {
    padding: 14px 16px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .notice__item .notice_no {
    display: none;
  }
  .notice__item .notice_title a {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .notice__item .notice_date {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .dtl__title h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .dtl__title ul.dtl_info li {
    font-size: 14px;
  }
  .dtl__contents {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .dtl__contents .dtl_img img {
    margin-bottom: 20px;
  }
  .dtl__contents .cnts {
    font-size: 14px;
  }
  .dtl__contents .cnts p {
    font-size: 14px;
  }
  .dtl__btns {
    margin: 40px auto 0;
  }
  .dtl__btns .btn_prev span,
  .dtl__btns .btn_next span {
    font-size: 14px;
  }
  /* Distributor */
  .distributor__content {
    margin-top: 40px;
  }
  .distributor__content .tit {
    margin-bottom: 24px;
  }
  .distributor>p {
    font-size: 14px;
  }
  .distributor_info {
    padding: 8px 16px;
  }
  .distributor_info p {
    font-size: 13px;
  }
  /* Contact */
  .tbl_contact .tbl_row {
    flex-direction: column;
  }
  .tbl_contact .tbl_th,
  .tbl_contact .tbl_td {
    align-self: initial;
    padding: 14px 16px;
    font-size: 14px;
    width: 100%;
    min-height: auto;
  }
  .tbl_contact .tbl_th {
    width: 100%;
  }
  .agree_cnts {
    padding: 16px;
  }
  .agree_cnts p {
    font-size: 13px;
  }
  .global__content .tbl_list {
    margin-top: 40px;
  }
  .global__content .global_img {
    padding-bottom: 120px;
  }
  .global__content .global_img .map_label {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 80px;
  }
  .global__content .global_img .map_label .label {
    font-size: 13px;
  }
} 
