/* 


modify


 */

#hd_pop {
  width: auto;
}

#hd_pop p {
  opacity: 1;
}

#hd_pop .hd_pops_con {
  background: var(--white-color);
}

#hd_pop .hd_pops_con>* {
  opacity: 1;
}

/* 닫기 버튼은 오른쪽 위(박스 바깥쪽 아님) */
#hd_pop .hd_pops_footer {
  background: var(--primary-color);
}

#hd_pop .hd_pops_footer .hd_pops_close {
  background: var(--primary-color);
}

/* '오늘 하루 보지 않기' 버튼은 왼쪽에 고정 */
#hd_pop .hd_pops_footer .hd_pops_reject {
  background: var(--primary-color);
}

#hd_pop .hd_pops_footer button {
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  border: 0;
  color: var(--white-color);
}

#hd_pop .hd_pops {
  position: fixed;
  border-radius: 0.8rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* 768px 이하에서 팝업이 뷰포트 안에 깔끔히 맞게 동작하도록 */
@media (max-width: 768px) {

  /* 전체 컨테이너 높이 자동 처리 */
  #hd_pop {
    height: auto;
  }

  /* 팝업 박스: 화면에 고정(스크롤과 함께 떠있지 않음), 좌우 여백 16px, 상단 40px */
  #hd_pop .hd_pops {
    position: fixed;
    /* top: 40px !important; */
    left: 16px !important;
    right: 16px !important;
    box-sizing: border-box;
    width: auto;
    max-width: calc(100vw - 32px);
    /* 좌우 16px씩 보장 */
    margin: 0 auto;
    overflow: auto;
    /* 내용이 길면 내부에서 스크롤 */
    max-height: calc(100vh - 40px - 16px);
    /* 상단 40px + 약간의 여유 */
    background: #fff;
    z-index: 10000;
  }

  #hd_pop .hd_pops_con {
    width: 100% !important;
    height: auto !important;
    background: #fff;
  }

  /* 이미지가 뷰포트를 넘지 않도록: 폭은 부모에 맞추고, 높이는 자동 */
  #hd_pop .hd_pops img {
    width: 100% !important;
    /* 부모(.hd_pops)의 너비를 따름 */
    height: auto !important;
    /* 높이는 자동 유지 */
  }
}

.sub_content #bo_cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  zoom: 1;
}

.sub_content #bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.sub_content #bo_cate li {
  display: inline-block;
  padding: 0;
}

.sub_content #bo_cate a {
  display: block;
  line-height: 28px;
  padding: 4px 24px;
  border-radius: 16px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);

  font-size: 1.6rem;
  font-weight: 600;
}

.sub_content #bo_cate a:focus,
.sub_content #bo_cate a:hover,
.sub_content #bo_cate a:active {
  text-decoration: none;
  background: var(--primary-color);
  color: var(--white-color);
}

.sub_content #bo_cate #bo_cate_on {
  z-index: 2;
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: bold;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: inset 0 2px 5px var(--primary-color);
  -moz-box-shadow: inset 0 2px 5px var(--primary-color);
  box-shadow: inset 0 2px 5px var(--primary-color);
}

.sub_content .bo_cate_link {
  float: left;
  display: inline-block;
  margin-right: 10px;
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: normal !important;
  height: auto;
  line-height: 10px;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 0.95em;
}

.sub_content #bo_v_title .bo_v_cate {
  display: inline-block;
  line-height: 1;
  background: var(--background-color);
  color: var(--point-color);
  padding: 4px 24px;
  border-radius: 4px;

  margin-bottom: 16px;
}

.sub_content .bo_tit {
  display: block;
  color: #000;
  font-weight: 400;
}

.sub_content .bo_tit svg {
  width: 16px;
  height: 16px;

  margin-left: 16px;
}

.sub_content .bo_tit svg.feather-lock {
  margin-left: 0;
  stroke: var(--point-color);
}

.sub_content #bo_list .td_datetime {
  width: auto;
  text-align: center;
  width: 90px;
  white-space: nowrap;
}

.sub_content #bo_list .td_name {
  width: 90px;
  text-align: center;
  padding: 10px 0;

  white-space: nowrap;
}

.sub_content #bo_list td {
  height: 6.4rem;
  word-break: break-all;
}

.sub_content #bo_list .bo_notice td {
  border-bottom: 1px solid var(--point-color);
  background: var(--background-color);
}

.sub_content .bo_current {
  color: #e8180c;
  white-space: nowrap;
  font-size: 1.4rem;
}

.sub_content #bo_w .bo_w_flie .file_wr {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 16px 5px;
  height: auto;
  margin: 0;
}

.sub_content #bo_v_title .bo_v_tit {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 20px 0 0 0;
  word-break: break-all;
  padding:20px 0 0 0;
  border-top:1px solid #eee;
}

.sub_content #bo_v_info .profile_info {
  margin: 2rem 0 1.6rem 0;
  display: inline-block;
}

.sub_content #bo_v_img {
  width: 100%;
  overflow: hidden;
  margin: 4rem 0 4rem 0;
  zoom: 1;
}

.sub_content #bo_v_con {
  margin: 4rem 0 4rem 0;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  font-size:1.1em;
  word-break: break-all;
  overflow: hidden;
}

.sub_content #bo_v_file ul {
  margin: 0;
  list-style: none;
}

.sub_content #bo_v_link li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px hsl(232, 36%, 96%);
  -moz-box-shadow: 1px 1px 5px 0px hsl(232, 36%, 96%);
  box-shadow: 1px 1px 5px 0px hsl(232, 36%, 96%);
}

.sub_content #bo_v_link li i {
  float: left;
  color: #b2b2b2;
  font-size: 2.35em;
  margin-right: 40px;
}

.sub_content #bo_v_link a {
  float: none;
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

.sub_content #bo_v_link a:focus,
.sub_content #bo_v_link li:hover a,
.sub_content #bo_v_link a:active {
  text-decoration: underline;
  color: #000;
}

.sub_content #bo_v_link .bo_v_link_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}

.sub_content #bo_v_link li:hover {
  border-color: #bed4f4;
  color: #bed4f4;
}

.sub_content #bo_v_link li:hover i {
  color: #3a8afd;
}

.sub_content #bo_v_link li:hover .bo_v_link_cnt {
  color: #99c2fc;
}

.sub_content #bo_v_file a {
  float: none;
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

.sub_content .cmt_btn {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  font-weight: bold;
  margin: 30px 0 0px;
  padding: 0 0 15px;
}

.sub_content .cmt_btn span.total {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.4rem;
  color: var(--primary-color);
}

.sub_content .cmt_btn span.cmt_more {
  float: right;
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(./img/btn_cmt.png) no-repeat right 2px;
  margin-top: 5px;
}

.sub_content .cmt_btn_op span.cmt_more {
  background-position: right -8px;
}

.sub_content .cmt_btn b {
  font-size: 1.2em;
  color: #000;
}

.sub_content .cmt_btn span.total:after {
  position: absolute;
  bottom: -17px;
  left: 0;
  display: inline-block;
  background: var(--primary-color);
  content: "";
  width: 100%;
  height: 2px;
}

.sub_content #bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 17px;
  left: 0px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  font-size: 1.2em;
  text-align: center;
  color: #b2b2b2;
}

.sub_content #bo_w .bo_w_link label {
  position: absolute;
  top: 5px;
  left: 1px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  font-size: 1.2em;
  text-align: center;
  color: #b2b2b2;
}

.sub_content .bo_sch {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: left;
  max-width: 600px;
  width: 100%;
  max-height: 400px;
  margin-left: auto;
  margin-top: auto;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dde7e9;
  background: #fff;
  border-radius: 0;
}

.sub_content .bo_sch form {
  padding: 6rem 4rem 1.6rem 4rem;
  display: block;
}

.sub_content .bo_sch select {
  border: 0;
  width: 100%;
  height: 40px;
  border: 1px solid #d0d3db;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sub_content .bo_sch .sch_bar {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-top: 15px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sub_content .bo_sch .sch_input {
  width: 100%;
  height: 38px;
  border: 0;
  padding: 0;
  background-color: transparent;
  float: left;

  border: 1px solid #d0d3db;
}

.sub_content .bo_sch .sch_btn {
  height: 38px;
  float: right;
  color: var(--primary-color);
  background: none;
  border: 0;
  width: 40px;
}

.sub_content .bo_sch .bo_sch_cls {
  position: absolute;
  right: 0;
  top: 0;
  color: #b5b8bb;
  border: 0;
  padding: 12px 15px;
  font-size: 16px;
  background: #fff;
}

.sub_content .bo_sch_bg {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}

.sub_content .more_opt svg {
  width: 14px;
  height: 14px;
}

/*FAQ */
.sub_content .faq-container {
  /* max-width: 600px; */
  margin: 0 auto;
}

.sub_content .faq {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background: #f9f9f9;
}

.sub_content .faq h3 {
  font-size: 2rem;
}

.sub_content .faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.sub_content .faq-title {
  margin: 0 35px 0 0;
  cursor: pointer;
}

.sub_content .faq-text {
  display: none;
  margin: 30px 0 0;
  line-height: 1.5;
}

.sub_content .faq.active .faq-text {
  display: block;
}

.sub_content .faq-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  height: 30px;
  width: 30px;

  transform: translate(0, -50%);
}

.sub_content .faq-toggle:focus {
  outline: 0;
}

.sub_content .faq-toggle .close {
  display: none;
}

.sub_content .faq.active .faq-toggle .close {
  color: #fff;
  display: block;
}

.sub_content .faq.active .faq-toggle .down {
  display: none;
}

.sub_content .faq.active .faq-toggle {
  background-color: #9fa4a8;
}

.sub_content #bo_w .btn_submit {
  padding: 0 20px;
  font-size: 1.167em;
}

.sub_content #bo_w .btn_submit {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0 2.4rem 0 8rem;
  overflow: hidden;
  color: var(--white-color);
  white-space: nowrap;
}

.sub_content #bo_w .btn_submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: var(--primary-color);
}

.sub_content #bo_w .btn_submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: rgba(0, 0, 0, 0.1) url(../lib/icon/edit-3.svg) no-repeat center center;
  filter: invert();
}

.sub_content #bo_w .btn_cancel {
  position: relative;
  z-index: 1;

  margin-top: 4rem;

  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0 2.4rem 0 8rem;
  overflow: hidden;

  color: var(--white-color);
  white-space: nowrap;
}

.sub_content #bo_w .btn_cancel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: var(--point-color);
}

.sub_content #bo_w .btn_cancel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: rgba(0, 0, 0, 0.1) url(../lib/icon/x.svg) no-repeat center center;

  filter: invert();
}

.sub_content #bo_w .frm_info {
  position: relative;
  line-height: 18px;
  color: var(--point-color);
  margin: 10px 0;
  display: inline-block;
  font-size: 1em;
}

.sub_content .chk_box input[type="checkbox"]+label {
  position: relative;
  /* padding-left: 24px; */
  color: #676e70;
}

.sub_content .btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: auto;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}

.sub_content #faq_sch {
  background: #f7f7f7;
  padding: 2.4rem;
  text-align: center;
  margin: 0 0 8rem 0;
}

.sub_content #faq_sch .btn_submit {
  position: relative;
  z-index: 1;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0 2.4rem 0 8rem;
  overflow: hidden;
  color: var(--white-color);
  background: transparent;
  white-space: nowrap;

  width: auto;

  font-weight: 400;
}

.sub_content #faq_sch .btn_submit .fa {
  display: none;
}

.sub_content #faq_sch .btn_submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: var(--point-color);
}

.sub_content #faq_sch .btn_submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: rgba(0, 0, 0, 0.1) url(../lib/icon/search.svg) no-repeat center center;
  filter: invert();
}

.sub_content #fregister p {
  position: relative;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  background: var(--point-color);
  margin: 0 0 10px;
  border-radius: 5px;
  font-weight: 400;
}

.btn_submit:hover {
  background: var(--secondary-color);
}

.btn_submit {
  border: 0;
  background: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  border-radius: 3px;
}

#content #bo_w .btn_confirm {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 4rem;
}

#content #bo_w .btn_confirm>* {
  margin-top: 0;
}

#content #bo_w .btn_confirm::after {
  display: none;
}

.bbs-view-image img {
  height: auto !important;
}

.company_ceo {
    position: relative;
}

.company_ceo .ceo_signature {
    margin-top: 4rem;
    text-align: right;
}

.company_ceo .signature_area {
    display: inline-block;
    text-align: center;
}

.company_ceo .signature_area img {
    width: 12rem;
    height: auto;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.company_ceo .ceo_name {
    font-size: 1.8rem;
    margin: 0;
}

.company_ceo .ceo_name strong {
    font-weight: 700;
    font-size: 2.4rem;
}

.company_ceo .content_photo {
    position: relative;
    margin-bottom: 12rem;
}

.company_ceo .sub_title_tit {
    margin-bottom: 4rem;
    line-height: 1.2;
    font-size: 3.2rem;
    font-weight: 700;
}

.company_ceo .content_photo .txt_area {
    position: absolute;
    right: 4rem;
    bottom: -4rem;
    z-index: 2;
    padding: 4rem;
    background: var(--primary-color);
	font-size:1.1em;
	color:#fff;
}

.company_ceo .content_photo .txt_area p {
    color: var(--white-color);
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.company_ceo .con_wrap {
    display: flex;
    gap: 8rem;
}

.company_ceo .con_wrap>* {
    flex: 1;
}

.company_ceo .con_wrap p {
    margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
    .company_ceo .con_wrap {
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
    }

    .company_ceo .sub_title_tit {
        margin-bottom: 4rem;
        line-height: 1.2;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .company_ceo .content_photo {
        position: relative;
        margin-bottom: 8rem;
    }

    .company_ceo .content_photo img {
        height: 40rem;
        object-fit: cover;
    }

    .company_ceo .content_photo .txt_area {
        position: relative;
        right: auto;
        bottom: auto;
        z-index: 2;
        padding: 2.4rem;
    }

    .company_ceo .ceo_signature {
        margin-top: 3rem;
        text-align: center;
    }

    .company_ceo .signature_area img {
        width: 10rem;
    }

    .company_ceo .ceo_name {
        font-size: 1.6rem;
    }

    .company_ceo .ceo_name strong {
        font-size: 1.8rem;
    }
}

.company_ceo .table th {
    background: var(--background-color);
}

.company_ceo .table td {
    border-left: 1px solid var(--line-color);
}

.company_history {
    position: relative;
}

.company_history .history_image {
    margin: 6.4rem 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--line-color);
    box-shadow: 0 24px 0 -16px rgba(0, 0, 0, 0.1);
}

.company_history .history_image img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.company_history .history_image:hover img {
    transform: scale(1.05);
}

.company_history .con_wrap {
    display: flex;
    gap: 12rem;
}

.company_history .con_wrap>* {
    flex: 1;
}

.company_history .con_wrap .content_photo {
    position: sticky;
    top: 16rem;
    border: 1px solid var(--line-color);
    box-shadow: 0 24px 0 -16px rgba(0, 0, 0, 0.1);
}

.company_history .con_wrap .desc {
    flex: 2;
}

.company_history .itm {
    position: relative;
    display: flex;
    gap: 12rem;
}

.company_history .itm time {
    flex: 1;
    font-size: 4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.company_history .itm .con {
    flex: 4;
    position: relative;
    padding-right: 4.8rem;
}

.company_history .itm .con strong {
    display: block;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
}

.company_history .itm .con p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.company_history .itm:not(:last-child) .con {
    padding-bottom: 6.4rem;
}

.company_history .itm .con::before {
    content: "";
    position: absolute;
    top: 1.6rem;
    left: -6rem;
    z-index: 2;
    transform: translate(-50%, 0);
    width: 16px;
    height: 16px;
    border: 4px solid var(--primary-color);
    background: var(--background-color);
    border-radius: 50%;
}

.company_history .itm .con::after {
    content: "";
    position: absolute;
    top: 4rem;
    bottom: 0;
    left: -6rem;
    transform: translate(-50%, 0);
    width: 1px;
    background: var(--line-color);
}

@media (max-width: 768px) {
    .company_history .itm {
        gap: 2.4rem;
    }

    .company_history .itm time {
        font-size: 3.2rem;
    }

    .company_history .itm .con strong {
        font-size: 2.4rem;
    }

    .company_history .con_wrap .photo {
        display: none;
    }

    .company_history .history_image {
        margin: 4.8rem 0;
    }

    .company_history .history_image img {
        height: 20rem;
    }

    .company_history .itm .con::before {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        z-index: 2;
        transform: translate(-50%, 0);
        width: 16px;
        height: 16px;
        border: 4px solid var(--primary-color);
        background: var(--background-color);
        border-radius: 50%;
    }

    .company_history .itm:not(:last-child) .con::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 15px;
        transform: translate(0, 0);
        width: 1px;
    }
}

.company_map .wrap_map {
    margin-bottom: 4rem;
}

.company_map .root_daum_roughmap {
    width: 100% !important;
}

.company_map .table th {
    background: var(--background-color);
}

.company_map .table td {
    border-left: 1px solid var(--line-color);
}




.content-title {position:relative; font-size:24px; color:#555c63; letter-spacing:-1px; font-weight:bold; padding-left:25px; margin-top:70px; margin-bottom:25px;}
.content-title:before {position:absolute; content:""; width:4px; height:24px; background:#118ad9; left:0; top:3px;}

.round_box {border:1px solid #ebebeb; border-radius:20px; padding:40px;}
.round_box p {font-size:18px; letter-spacing:-1px; color:#7f838a; }
.round_box p b {color:#41454b; font-weight:bold;}
.round_box .imgList {display:flex; flex-wrap:wrap; gap:20px; margin-top:25px;}
.round_box .imgList li {flex:1;}
.round_box .imgList li img {max-width:100%; border-radius:10px;}

.round_box .imgList02 {display:flex; flex-wrap:wrap; gap:20px; margin-top:25px;}
.round_box .imgList02 li {flex:1; background:#f0f5f6; border-radius:10px; padding:28px;}
.round_box .imgList02 li img {max-width:100%; border-radius:10px;}
.round_box .imgList02 li .num {font-size:16px; color:#3b8bc5;}
.round_box .imgList02 li h4 {font-size:20px; color:#3b8bc5; font-weight:bold; letter-spacing:-1px; margin-bottom:8px;}
.round_box .imgList02 li p {margin-bottom:20px; font-size:16px; color:#9c9fa4; letter-spacing:-1px; line-height:1.4em; height:2.8em; overflow: hidden; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.round_box .subtitle {margin-top:25px;}
.round_box .txtList {display:flex; flex-wrap:wrap; justify-content:center; margin-left:-1.33333%;}
.round_box .txtList li {background:#f0f5f6; width:32%; margin-left:1.33333%; margin-top:1.33333%; border-radius:10px; padding:30px 10px; text-align:center;}
.round_box .txtList li .num span {display:inline-flex; width:38px; height:38px; border-radius:100%; background:#7ab7e3; font-size:16px; color:#FFF; align-items:center; justify-content:center;}
.round_box .txtList li .title {font-size:20px; color:#3b8bc5; font-weight:bold; letter-spacing:-1px; margin-top:20px; margin-bottom:15px;}
.round_box .txtList li .cont {font-size:16px; color:#7f8388; letter-spacing:-1px; line-height:150%;}

.round_box .txtList02 {}
.round_box .txtList02 li {position:relative; padding-left:170px; line-height:140%; margin-bottom:20px;}
.round_box .txtList02 li:last-child {margin-bottom:0;}
.round_box .txtList02 li .title {position:absolute; left:0; top:0; font-size:18px; font-weight:bold; letter-spacing:-1px; color:#41454b;}
.round_box .txtList02 li .title span {display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; background:#daeefc; font-size:14px; color:#118ad9; border-radius:100%; margin-right:5px;}


@media (max-width:800px) {

.round_box {padding:30px;}
.round_box p {font-size:16px;}

.round_box .txtList {margin-left:-2%;}
.round_box .txtList li {width:48%; margin-left:2%;}
.round_box .txtList li .title {font-size:18px;}
.round_box .txtList li .cont {font-size:14px;}

}

@media (max-width:600px) {
.round_box {padding:20px;}
.round_box .imgList02 li {flex:auto; width:100%;}
 
}
@media (max-width:450px) {

.round_box .txtList {margin-left:0;}
.round_box .txtList li {width:100%; margin-left:0;}

.round_box .txtList02 li {padding-left:0;}
.round_box .txtList02 li .title {position:relative; font-size:16px;}
.round_box .txtList02 li p {padding:10px 10px 10px 20px;}

}
.content-title {position:relative; font-size:20px; color:#555c63; letter-spacing:-1px; font-weight:bold; padding-left:25px; margin-top:50px; margin-bottom:20px;}
.content-title:before {position:absolute; content:""; width:4px; height:24px; background:#FF7200; left:0; top:3px;}

.round_box {border:1px solid #ebebeb; border-radius:20px; padding:40px;margin-bottom:30px;}
.round_box p {font-size:18px; letter-spacing:-1px; color:#7f838a; padding:5px 0;}
.round_box p b {color:#41454b; font-weight:bold;}
.round_box .imgList {display:flex; flex-wrap:wrap; gap:20px; margin-top:25px;}
.round_box .imgList li {flex:1;}
.round_box .imgList li img {max-width:100%; border-radius:10px;}

.round_box .imgList02 {display:flex; flex-wrap:wrap; gap:20px; margin-top:25px;}
.round_box .imgList02 li {flex:1; background:#f0f5f6; border-radius:10px; padding:28px;}
.round_box .imgList02 li img {max-width:100%; border-radius:10px;}
.round_box .imgList02 li .num {font-size:16px; color:#3b8bc5;}
.round_box .imgList02 li h4 {font-size:20px; color:#3b8bc5; font-weight:bold; letter-spacing:-1px; margin-bottom:8px;}
.round_box .imgList02 li p {margin-bottom:20px; font-size:16px; color:#9c9fa4; letter-spacing:-1px; line-height:1.4em; height:2.8em; overflow: hidden; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.round_box .subtitle {margin-top:25px;}
.round_box .txtList {display:flex; flex-wrap:wrap; justify-content:center; margin-left:-1.33333%;}
.round_box .txtList li {background:#f0f5f6; width:32%; margin-left:1.33333%; margin-top:1.33333%; border-radius:10px; padding:30px 10px; text-align:center;}
.round_box .txtList li .num span {display:inline-flex; width:38px; height:38px; border-radius:100%; background:#7ab7e3; font-size:16px; color:#FFF; align-items:center; justify-content:center;}
.round_box .txtList li .title {font-size:20px; color:#3b8bc5; font-weight:bold; letter-spacing:-1px; margin-top:20px; margin-bottom:15px;}
.round_box .txtList li .cont {font-size:16px; color:#7f8388; letter-spacing:-1px; line-height:150%;}

.round_box .txtList02 {}
.round_box .txtList02 li {position:relative; padding-left:50px; line-height:140%; margin-bottom:20px;}
.round_box .txtList02 li:last-child {margin-bottom:0;}
.round_box .txtList02 li .title {position:absolute; left:0; top:0; font-size:18px; font-weight:bold; letter-spacing:-1px; color:#41454b;}
.round_box .txtList02 li .title span {display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; background:#889B8E; font-size:14px; font-weight:500;color:#FFF; border-radius:100%; margin-right:5px;}


@media (max-width:800px) {

.round_box {padding:30px;}
.round_box p {font-size:16px;}

.round_box .txtList {margin-left:-2%;}
.round_box .txtList li {width:48%; margin-left:2%;}
.round_box .txtList li .title {font-size:18px;}
.round_box .txtList li .cont {font-size:14px;}

}

@media (max-width:600px) {
.round_box {padding:20px;}
.round_box .imgList02 li {flex:auto; width:100%;}
 
}
@media (max-width:450px) {

.round_box .txtList {margin-left:0;}
.round_box .txtList li {width:100%; margin-left:0;}

.round_box .txtList02 li {padding-left:0;}
.round_box .txtList02 li .title {position:relative; font-size:16px;}
.round_box .txtList02 li p {padding:10px 10px 10px 20px;}

}


    .business_approach .con_wrap {
        display: flex;
        flex-direction: column;
        gap: 8rem;
    }

    .business_approach .itm {
        display: flex;
        align-items: center;
        gap: 6rem;
    }

    .business_approach .itm.reverse {
        flex-direction: row-reverse;
    }

    .business_approach .itm>* {
        flex: 1;
    }

    .business_approach .txt {
        margin: 2rem 0;
		padding: 2rem;
		text-align:center;
		border:1px dashed #889B8E;border-radius:10px;
    }

    .business_approach .txt strong {
        align-items: center;
        gap: 2.4rem;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2;
        margin-bottom: 1.6rem;
    }

    .business_approach .txt strong::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--body-color);
        opacity: 0.25;
    }

    .business_approach .txt p {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .business_approach .photo img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        border: 1px solid var(--line-color);
        box-shadow: 0 24px 0 -16px rgba(0, 0, 0, 0.1);
    }


    @media (max-width: 768px) {
        .business_approach .con_wrap {
            gap: 4rem;
        }

        .business_approach .itm {
            flex-direction: column !important;
            align-items: stretch;
            gap: 2.4rem;
        }


        .business_approach .txt strong {
            font-size: 1.8rem;
            gap: 1.6rem;
			line-height: 1.5;
        }

        .business_approach .photo img {
            aspect-ratio: 4/3;
        }
    }

    @media (max-width: 480px) {
        .business_approach .txt strong {
            font-size: 2rem;
            flex-direction: column;
            align-items: flex-start;
            gap: 0.8rem;
        }

        .business_approach .txt strong::after {
            display: none;
        }

        .business_approach .txt p {
            font-size: 1.4rem;
        }
    }
	
	
.page-tab {border-top:2px solid #000; margin-top:20px; border-bottom: 1px dashed #999;margin-bottom:50px;}
.page-tab ul {display:flex; justify-content:center;}
.page-tab ul li a {position:relative; display:block;  height:70px; padding:0 20px; font-size:18px;}
.page-tab ul li a span {position:relative; display:inline-flex; align-items:center; justify-content:center; height:100%; padding:0 10px;}
.page-tab ul li a span:after {position:absolute; width:0px; height:3px; background:#FF7200; bottom:0; content:""; transition:all .3s;}
.page-tab ul li a.active span { }
.page-tab ul li a.active span:after {width:100%; }
.page-tab ul li a:hover span:after {width:100%; }


@media all and (max-width:996px){

.page-tab ul li a {height:50px; font-size:16px;}
}