@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/* PRETENDARD */
@font-face {
  font-family: 'pretendard';
  font-weight: 100;
  src: url('/fonts/Pretendard-Thin.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 200;
  src: url('/fonts/Pretendard-ExtraLight.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 300;
  src: url('/fonts/Pretendard-Light.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 400;
  src: url('/fonts/Pretendard-Regular.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 500;
  src: url('/fonts/Pretendard-Medium.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 600;
  src: url('/fonts/Pretendard-SemiBold.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 700;
  src: url('/fonts/Pretendard-Bold.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 800;
  src: url('/fonts/Pretendard-ExtraBold.woff') format('woff');
  }
  @font-face {
  font-family: 'pretendard';
  font-weight: 900;
  src: url('/fonts/Pretendard-Black.woff') format('woff');
  }
  

body {
  font-family: "pretendard", sans-serif;
  color: #333;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #ffffff;
  margin: 0 auto;
  min-width: 1280px;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "pretendard", sans-serif;
  color: #333;
  text-decoration: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 1236px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* header */
.header {
  width: 100%;
  height: 70px;
  background: #ffffff;
}

.header_inner {
  width: 1560px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.header_inner .active {
  
}

.header .gnb .active a {
  color:#2068b2;
  padding-bottom:0px;
  border-bottom:1px solid #2068b2;
}

.header .logo {
  padding-left: 20px;
}

.header .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .gnb li {
  color:#111111;
  padding: 0 40px;
  font-family: 'pretendard', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
/*
.header .gnb li::after {
  content: '|';
  font-size: 18px;
  color: #fff;
}
*/
.header .gnb li:last-child::after {
  display: none;
}

.contents_inner {
  width:100%;
  margin: 0 auto;
  /*padding-top: 70px;*/
  padding-bottom: 70px;
  position: relative;
}

.contents_inner.main {
  padding: 0;
}

.main_pro {
  width: 140px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  padding: 24px 0 0 0;
}

.main_pro_ttl {
  font-family: 'pretendard';
  font-size: 20px;
  font-weight: 600;
  color: #5d6d80;
}

.main_pro_list {
  margin-top: 16px;
}

.main_pro_list li {
  margin-bottom: 10px;
}

.main_pro_list li:last-child {
  margin-bottom: 0;
}

.main_pro_more {
  color: #5d6d80;
  padding: 6px 0;
  border-top: 1px solid #e5e5e5;
}

.main_pro_more a {
  display: block;
}

.main_pro_img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto 5px;
}

.main_pro_name {
  font-size: 16px;
  font-weight: 600;
}

.main_pro_name p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
}

.main .mainbanner {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}

.main .mainbanner .swiper {
  width: 100%;
  height: 100%;
}

.main .mainbanner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .mainbanner .slide1 {
  background: url("../img/main_visual1.jpg?ver=2") no-repeat center;
  background-size: cover;
}

.main .mainbanner .main_cont {
  position: relative;
  top: 160px;
  left: 0;
  z-index: 8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width:1260px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin:0 auto;
  padding-bottom: 40px;
}


.homeIco {
  width:14px;
  cursor:pointer;
}
.hdArrow {
  width:14px;
  margin-left:6px;
  margin-right:6px;
}
.main .mainbanner .main_cont h6 {
  font-size: 38px;
  font-weight: 300;
  line-height: 58px;
  font-family: 'pretendard',serif;
  text-transform: uppercase;
}
/*
.main .mainbanner .main_cont h6::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 20px auto 0;
}*/

.main .mainbanner .main_cont p {
  margin-top: 58px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0;
}

.main_midmenu {
  width: 1136px;
  margin: -30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #144c8c;
  position: relative;
  z-index: 999;
}

.main_midmenu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #6a798b;
}

.main_midmenu li:last-child {
  border-right: none;
}

.main_midmenu a {
  height: 70px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.main_midmenu a i {
  margin-right: 15px;
}

.main_contents {
  /* height: 900px;
  background: #f3f3f3 url("../img/renew/main_news_bg.jpg") no-repeat bottom center; */
}

.main_contents .main_introment {
  width: 1136px;
  margin: 80px auto;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, white), color-stop(75%, #f3f3f3));
  background: linear-gradient(0deg, white 0%, white 75%, #f3f3f3 75%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0px 40px 50px;
}

.main_contents .main_introment .view_link {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.main_contents .main_introment_txt {
  padding: 30px 30px 0 50px;
}

.main_contents .main_introment_txt h4 {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 600;
}

.main_contents .main_introment_txt p {
  font-size: 17px;
  margin-top: 50px;
  line-height: 1.5;
}

.main_news {
  width: 1136px;
  margin: 40px auto;
  padding: 0 10px;
}

.main_news .newsSwiper_wrap {
  position: relative;
}

.main_news .newsSwiper_wrap .swiper-button-next,
.main_news .newsSwiper_wrap .swiper-button-prev {
  color: #8c8c8c;
  font-size: 30px;
  font-family: 'SUIT';
}

.main_news .newsSwiper_wrap .swiper-button-next {
  right: -50px;
}

.main_news .newsSwiper_wrap .swiper-button-prev {
  left: -50px;
}

.main_news .swiper {
  overflow: hidden;
}

.main_news_ttl {
  font-size: 28px;
  font-family: 'SUIT', 'pretendard', sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.main_news .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56v0px;
  background: #fff;
  position: relative;
}

.main_news .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.main_news_thumb {
  width: 240px;
  height: 186px;
  overflow: hidden;
}

.main_news_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_news_contents {
  width: calc(100% - 188px);
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.main_news_contents h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}

.main_news_contents p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.5;
  padding: 10px 0;
  word-break: keep-all;
}

.main_news_contents span {
  display: inline-block;
  background: #e5e5e5;
  color: #262626;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: auto;
  margin-top: auto;
}

.view_link {
  display: inline-block;
  background: #e5e5e5;
  color: #262626;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: auto;
  margin-top: auto;
}

/* footer */
.footer {
  height:124px;
  width: 100%;
  background-color:#f0f0f0;  
  color:#111111;
  font-size:16px;
  padding-top:28px;
}

.ft_inner {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.ft_logo img {
  width: 180px;
}

.ft_menu {
  width: 100%;
  top: 0;
  right: 0;
}

.ft_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ft_menu ul li:last-child::after {
  display: none;
}

.ft_menu ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 30px;
  background-color: #000;
}

.ft_menu ul li a {
  line-height: 1.3;
  font-size: 16px;
  color: #000;
}

.ft_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft_cont_inner {
  width: 1127px;
  margin: 0 auto;
  padding: 0 15px;
  padding-left: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ft_cont ul {
  color: #000;
  border-left: 1px solid #000;
  margin-left: 73px;
  padding-left: 33px;
}

.ft_cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 1.45;
}

.ft_cont ul li:last-child {
  margin-bottom: 0;
}

.ft_cont ul em {
  display: inline-block;
  width: 115px;
  font-weight: 600;
}

.ft_cont ul span {
  width: calc(100% - 115px);
  font-weight: 300;
}

.ft_inner { 
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}

.ft_info .leftBox {

}

.ft_info .rightBox {

}

.ft_info {
  display:flex;
  flex-direction:row;
  font-size: 15px;
  margin-top: 24px;
}
.ft_info li {
  margin-right: 62px;
}

/* //footer */
/* modal */
.modal_layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}

.modal_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_box {
  width: 600px;
  background: #fff;
}

.modal_ttl {
  width: 100%;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #434242;
  padding: 0 30px;
}

.modal_ttl button {
  color: #fff;
}

.modal_content {
  padding: 26px 26px 28px 26px;
}

.modal_content .modal_txt {
  width: 100%;
  height: 210px;
  border: 1px solid #b7b7b7;
  overflow: auto;
  padding: 10px;
  word-wrap: break-word;
  white-space: break-spaces;
  line-height: 1.45;
}

.modal_content .modal_close {
  display: block;
  width: 102px;
  height: 40px;
  background: #434242;
  color: #fff;
  font-size: 18px;
  margin: 42px auto 0;
}

/* //modal */
.submenu_title {
  text-align: center;
  letter-spacing: 0;
  color: #000;
  font-family: 'pretendard', sans-serif;
}

.sidemenu {
  width: 160px;
  height: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 24px 18px 0;
  margin-right: 20px;
}

.sidemenu_ttl {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 8px;
  margin-bottom: 22px;
  border-bottom: 1px solid #bfbfbf;
}

.sidemenu li {
  margin-bottom: 10px;
}

.sidemenu li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  letter-spacing: -1.1px;
}

.sidemenu li a:hover {
  text-decoration: underline;
}

/* 오시는 길 */
#map {
  height: 550px;
}

.way_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  background: #fff;
}

.way_map {
  width: 45%;
  height: 400px;
  margin-right: 2%;
}

.way_map #map {
  width: 100%;
  height: 100%;
}

.way_info {
  width: 53%;
  padding-top: 20px;
}

.way_info_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 20px;
}

.way_info_item:last-child {
  border-bottom: none;
}

.way_info_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.way_info_txt {
  font-size: 18px;
  line-height: 1.4;
}

/* 소개 */
.bh_intro_pagewrap {
  /* width: 1236px; */
  width: 1500px;
  margin: 0 auto;
  padding: 0 !important;
}

.bh_intro_img {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height: 400px;
}

.bh_intro_img .submenu_title {
  color: #111111;
  font-weight:bold;
  font-size:42px;
  margin-bottom:30px;
}

.bh_intro_img .submenu_sep {
  margin-bottom:30px;
  width:60px;
  height:3px;
  background-color:#bdcbdf;
}

.bh_intro_contents {
  position: relative;
}

.bh_intro_contents .ch_txt {
  position: absolute;
  bottom: 47px;
  right: 47px;
  width: 270px;
  opacity: 0.1;
}

.bh_intro_contents .ch_txt img {
  width: 100%;
}

.bh_intro_contents span {
  float: left;
  font-size: 30px;
  text-align-last: justify;
  margin-right: 12px;
  margin-top: -1px;
  line-height: 1.26;
  font-weight: 600;
}

.bh_intro_contents p {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 4px;
  word-break: keep-all;
}

.bh_intro_contents p b {
  font-weight: 500;
  font-family: 'pretendard', serif;
}

/* //소개 */
/* 구성원 */
.member_pagewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.member_pagewrap .sidemenu {
  height: 605px;
}

.member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member_list li {
  background: #fff;
  width: 310px;
  height:465px;
  margin-bottom: 96px;
  gap:14px;
}

.member_list li a {
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
}

.member_list .member_info {
  height:150px;
  padding-left:24px;
  padding-top:32px;
}


.member_list li:hover .member_info {
  background-color:#97b9e8;
  transition: all 0.3s ease;
}

.member_list .member_info_wrap {
  display:flex;
  flex-direction:row-reverse;
  justify-content:flex-end;
  align-items:center;
}


.member_list li .member_pic img {
  width:100%;
  height:100%;  
}
.member_list li .member_pic {
  width: 310px;
  height: 312px;
  overflow: hidden;
}

.member_list li .member_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member_list li .member_label {
  font-size: 14px;
  color: #2068b2;
  margin-left:10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
}


.member_list li:hover .member_label, .member_list li:hover .member_name {
  color:#ffffff;
}

.member_list li:hover em { background-color:#ffffff; }
.member_list li:hover .member_work { color:#ffffff; }


.member_list .middot {
  padding-left:3px;
  padding-right:3px;
}

.member_list li .member_label span {
  padding-left:3px;
  padding-right:3px;
  font-size:12px;
}

/* .member_list li .member_label span {
    color:#2068b2;
} */

.member_list li .member_name {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  letter-spacing:3px;
}

.member_list li .member_work {
  font-size: 14px;
  color: #000;
}

.member_list li .member_work em {
  display: block;
  width: 80px;
  font-size: 0px;
  width:34px;
  height:2px;
  background: #d8d8d8;
  text-align: center;
  margin-top:22px;
  margin-bottom:20px;
}

.member_detail_ttl {
  font-size: 30px;
  color: #144c8c;
  font-weight: 500;
  padding-top: 90px;
}

.member_detail_ttl::before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #144c8c;
  margin: 0 0 10px 0;
}

.member_detail1 {
  background: url("../img/member_pop_bg1.png") no-repeat center;
  background-size: cover;
}

.member_detail2 {
  background: url("../img/member_pop_bg2.png") no-repeat center;
  background-size: cover;
}

.member_detail3 {
  background: url("../img/member_pop_bg3.png") no-repeat center;
  background-size: cover;
}

.member_detail4 {
  background: url("../img/member_pop_bg4.png") no-repeat center;
  background-size: cover;
}

.member_detail5 {
  background: url("../img/member_pop_bg5.png") no-repeat center;
  background-size: cover;
}

.member_detail6 {
  background: url("../img/member_pop_bg6.png") no-repeat center;
  background-size: cover;
}

.member_detail7 {
  background: url("../img/member_pop_bg7.png") no-repeat center;
  background-size: cover;
}

.member_detail8 {
  background: url("../img/member_pop_bg8.png") no-repeat center;
  background-size: cover;
}

.member_detail9 {
  background: url("../img/member_pop_bg9.png") no-repeat center;
  background-size: cover;
}

.member_detail10 {
  background: url("../img/member_pop_bg10.png") no-repeat center;
  background-size: cover;
}

.member_detail11 {
  background: url("../img/member_pop_bg11.png") no-repeat center;
  background-size: cover;
}


.member_detail12 {
  background: url("../img/member_pop_bg12.png") no-repeat center;
  background-size: cover;
}

.member_detail13 {
  background: url("../img/member_pop_bg13.png") no-repeat center;
  background-size: cover;
}

.member_detail_profile {
  width: 100%;
  height: 360px;
  background-size: cover;
}

.member_detail_profile_inner {
  position: relative;
  height: 100%;
}

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

.member_detail_profile_txt {
  position: absolute;
  right: 3vw;
  bottom: 20px;
  padding-top: 140px;
  text-align: right;
}

.member_detail_profile_label {
  font-family: 'pretendard', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

.member_detail_profile_name1 {
  font-family: 'pretendard', sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}

.member_detail_profile_name2 {
  font-family: 'pretendard', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 40px;
}

.member_detail_profile_tel {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.member_detail_profile_tel em img {
  margin-right: 8px;
  width: 16px;
}

.member_detail_history {
  padding: 40px 40px 80px 40px;
  color: #111;
  line-height: 1.5;
  font-size: 16px;
}

.member_detail_history article {
  font-size: 16px;
  margin-top: 60px;
}

.member_detail_history article:first-child {
  margin-top: 0;
}

.member_detail_history article div {
  line-height: 1.6;
}

.member_detail_history article div p {
  font-size: 22px;
}

.member_detail_history article h4 {
  color: #144c8c;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_detail_history article h4::before {
  content: '';
  display: block;
  width: 4px;
  height: 23px;
  background: #144c8c;
  margin-right: 8px;
}

/* //구성원 */
.pop_layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}

.pop_layer_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop_layer .btn_pop_close {
  position: fixed;
  top: calc(10vh +  20px);
  left: calc(50% + 380px);
  z-index: 99;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  font-family: 'SUIT', 'pretendard', sans-serif;
  cursor: pointer;
  text-shadow: 0 0 4px black;
}

.pop_layer .member_detail {
  position: relative;
  background: #fff;
  width: 890px;
  height: 80vh;
  overflow-y: auto;
}

/* 업무분야 */
.category_ul_wrap {
  margin: 0 auto 80px;
  padding: 40px;
  background: #fff;
}

.category_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #000;
}

.category_ul > li {
  width: 50%;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 40px 30px;
}

.category_ul > li:nth-child(2n) {
  border-right: none;
}

.category_ul > li:nth-child(1) {
  background: url("../img/r_icon_cate1.png") no-repeat right 20px top 40px;
}

.category_ul > li:nth-child(2) {
  background: url("../img/r_icon_cate4.png") no-repeat right 20px top 40px;
}

.category_ul > li:nth-child(3) {
  background: url("../img/r_icon_cate3.png") no-repeat right 20px top 40px;
}

.category_ul > li:nth-child(4) {
  background: url("../img/r_icon_cate5.png") no-repeat right 20px top 40px;
}

.category_ttls h6 {
  font-size: 16px;
  font-weight: 600;
  color: #b2b2b2;
}

.category_ttls h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 6px 0 8px;
}

.category_ttls h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.category_hv_list {
  margin-top: 20px;
}

.category_hv_list li {
  margin-bottom: 4px;
}

.category_hv_list a {
  color: #666666;
  line-height: 1.2;
}

.category_hv_list a::before {
  content: '· ';
}

.category_hv_list a:hover {
  text-decoration: underline;
}

/* //업무분야 */
/* 업무분야 - 상세 */
.catesub {
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  height: 580px;
  overflow-y: auto;
}

.catesub_ttl {
  border-bottom: 1px solid #a2aeb4;
  padding-bottom: 10px;
}

.catesub_ttl h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.catesub_ttl span {
  margin-right: 4px;
}

.catesub_ttl span img {
  height: 30px;
}

.catesub_section {
  padding: 40px 8px;
  position: relative;
  font-size: 16px;
  color: #363636;
  line-height: 1.6;
  letter-spacing: 0;
  word-break: keep-all;
}

.catesub .linebox {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  padding: 50px 20px;
  border: 1px solid #144c8c;
}

.catesub .linebox p {
  text-indent: -22px;
  padding-left: 22px;
}

.catesub .linettl {
  color: #144c8c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.catesub .linettl:first-child {
  margin-top: 0px;
}

.catesub .linettl::before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background: #144c8c;
  margin-right: 8px;
}

.catesub_relative {
  width: 980px;
  margin: 20px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catesub_relative_block {
  width: 49%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.catesub_relative_ttl {
  width: 170px;
  border-right: 1px solid #a2aeb4;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 4px;
}

.catesub_relative ul {
  padding: 8px 20px 8px;
}

.catesub_relative ul li {
  margin-bottom: 8px;
}

.catesub_relative ul li a:hover {
  text-decoration: underline;
}

.catesub_relative ul li:last-child {
  margin-bottom: 0;
}

/*업무분야 수정*/
.catesub_relative {
  width: 160px;
  height: 580px;
  display: block;
  margin: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.catesub_relative_block {
  display: block;
  width: 100%;
}

.catesub {
  width: calc(100% - 180px);
  margin: 0;
  margin-left: auto !important;
  border: 1px solid #e5e5e5;
}

.catesub_relative_ttl {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #bfbfbf;
}

.catesub_relative ul {
  padding: 8px 10px;
}

.catesub_relative_ttl.ttl2 {
  color: #868686;
}

.catesub_relative_block.block2 a {
  color: #a0a0a0;
}

/* //업무분야 - 상세 */
/* 인재영입 */
.recruit {
  width: 100%;
  padding-bottom: 100px;
}

.recruit .scm {
  width: 1236px;
}

.recruit .submenu_title::after {
  background: #fff;
}
.recruit_cate_ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 34px;
}

.recruit_cate_link {
  display: block;
  width: 100%;
  height: 40px;
  background: #144c8c;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 12px;
  font-size: 14px;
}

.recruit_cate_down {
  display: block;
  width: 100%;
  height: 40px;
  color: #144c8c;
  background: #fff;
  border: 1px solid #8f8f8f;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

.recruit_w_top {
  background: url("../img/renew/recruit_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}

.recruit_w_top_ttl {
  font-size: 45px;
  color: #fff;
}

.recruit_w_top_ttl::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #fff;
  margin: 20px auto;
}

.recruit_w_ttl {
  font-size: 24px;
  font-weight: 600;
  margin: 20px auto 30px;
  text-align: center;
}

.recruit_line {
  font-size: 24px;
  border-bottom: 3px solid #144c8c;
  margin-bottom: 40px;
}

.recruit_line span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  background: #fff;
  top: 11px;
  color: #144c8c;
  font-weight: 500;
}

.recruit_form {
  padding: 0 10px;
  margin-bottom: 80px;
}

.recruit_form > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recruit_form .flex_item {
  width: 48%;
}

.recruit_form .flex_item_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.recruit_form .flex_item_wide .recruit_form_item_file {
  width: 48%;
}

.recruit_form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.recruit_label {
  font-size: 19px;
  font-weight: 500;
  width: 100px;
  text-align-last: justify;
  margin-right: 20px;
}

.recruit_label_long {
  width: auto;
}

.recruit_label + input,
.recruit_label + select {
  width: calc(100% - 120px);
}

.recruit_form_item_file {
  width: 100%;
  margin-bottom: 20px;
}

.recruit_form_item_file .recruit_form_item {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_recruit_file {
  padding: 6px 10px;
  background: #144c8c;
  color: #fff;
}

.recruit_file_name {
  height: 40px;
  background: #f6f6f6;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.frm_file {
  display: none;
}

.recruit_agree_txt {
  padding: 30px 60px;
  background: #f6f6f6;
  line-height: 1.3;
  color: #333;
  font-size: 16px;
}

#bo_w .btn_recruit {
  text-align: center;
  margin: 50px auto 20px;
}

#bo_w .btn_recruit .btn {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-family: 'pretendard', sans-serif;
  font-weight: 500;
  padding: 0 30px;
  margin: 0 6px;
}

#bo_w .btn_recruit .btn_submit {
  background: #144c8c;
}

.agree_chk {
  font-size: 17px;
  line-height: 20px;
  padding-left: 10px;
}

.agree_chk input {
  width: 20px;
  height: 20px;
}

.recruit_ftxt {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 0px;
}

.graylinebox {
  border: 1px solid #ccc;
  padding: 40px;
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.4;
}

.graylinebox h4 {
  font-weight: 600;
}

.recruit_f_chks {
  font-size: 18px;
}

.recruit_f_chks p {
  margin-bottom: 10px;
}

.recruit_f_chks label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_f_chks label[for="chk1"] {
  color: #144c8c;
  font-weight: 600;
}

.recruit_f_chks input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.recruit_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_mail span {
  color: #144c8c;
  font-size: 22px;
  margin-right: 10px;
}

.recruit_mail a {
  background: #e1e1e1;
  color: #144c8c;
  font-size: 22px;
  display: inline-block;
  margin: 30px 0;
  padding: 10px 20px;
}

p.indent {
  text-indent: -12px;
  padding-left: 12px;
}

.header_navigation {
  position:relative;
}

.header_navigation .subMenuBtn {
  cursor:pointer;
}



.header_navigation .submenu_title {
  position: relative;
  cursor: pointer;
}

.header_navigation .submenu_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 100;
}

.header_navigation .submenu_list li {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  cursor:pointer;
}

.header_navigation .submenu_list li:last-child {
  border-bottom: none;
}


.header_navigation .submenu_list li.active{
  color:#2068b2;
  font-weight: 600;
}

.header_navigation .submenu_list li:hover {
  background: #f5f5f5;
}

.header_navigation .submenu_list.active {
  display: block;
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/*
.header_navigation .submenu_intro, .header_navigation .submenu_member { 
  left:110px;
}

.header_navigation .submenu_category {
  left:110px;
}

.header_navigation .submenu_category_detail {
  left:200px;
}*/


/*# sourceMappingURL=style2024.css.map */

.header_navigation .submenu_list { 
  top:32px;
}












.gnb_navigation {
  position:relative;
}

.gnb_navigation .subMenuBtn {
  cursor:pointer;
}



.gnb_navigation .submenu_title {
  position: relative;
  cursor: pointer;
}

.gnb_navigation .submenu_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 100;
}

.gnb_navigation .submenu_list li {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  cursor:pointer;
}

.gnb_navigation .submenu_list li:last-child {
  border-bottom: none;
}


.gnb_navigation .submenu_list li.active{
  color:#2068b2;
  font-weight: 600;
}

.gnb_navigation .submenu_list li:hover {
  background: #f5f5f5;
}

.gnb_navigation .submenu_list.active {
  display: block;
  animation: slideDown 0.3s ease-in-out;
}


.gnb_navigation .submenu_list { 
  top:32px;
}

.gnb_navigation .submenu_list li {
  font-size:14px;
}

.header .gnb_navigation .submenu_list li a { 
  text-decoration:none;
  border-bottom:0px none;
  color:#9a9a9a;
}
