/*CEO인사말*/
.greeting_con {
  width: 100%;
  height: auto;
  position: relative;
}

.greeting_con .greeting_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.greeting_con .greeting_box .greeting_img {
  width: 547px;
  float: left;
  margin-right: 90px;
}

.greeting_con .greeting_box .greeting_img > img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.greeting_con .greeting_box .greeting_txt {
  width: -webkit-calc((100% - 91px) - 547px);
  width: calc((100% - 91px) - 547px);
  float: left;
}

.greeting_con .greeting_box .sub_txt_01 {
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
}

.greeting_con .greeting_box .sub_txt_01 > h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 54px;
  position: relative;
  display: inline-block;
}

.greeting_con .greeting_box .sub_txt_01 > h3 > span {
  font-weight: 500;
}

.greeting_con .greeting_box .sub_txt_01 > h3::after {
  content: '';
  width: 102%;
  height: 22px;
  background-color: #daf4d6;
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.greeting_con .greeting_box .sub_txt_02 {
  width: 100%;
  text-align: justify;
  overflow: hidden;
  margin-bottom: 40px;
}

.greeting_con .greeting_box .sub_txt_02 > p {
  font-size: 1.125rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #835d3c;
  line-height: 29px;
}

.greeting_con .greeting_box .sub_txt_03 {
  width: 100%;
  height: auto;
  text-align: justify;
  margin-bottom: 60px;
}

.greeting_con .greeting_box .sub_txt_03 > p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1px;
}

.greeting_con .greeting_box .sub_txt_03 > p:last-of-type {
  margin-bottom: 0;
}

.greeting_con .greeting_box .sub_txt_03 > p > span {
  color: #f6821c;
}

.greeting_con .greeting_box .sub_txt_04 {
  width: 100%;
  text-align: justify;
}

.greeting_con .greeting_box .sub_txt_04 > h4 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}

.greeting_con .greeting_box .sub_txt_04 > h4 > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.greeting_con .greeting_box .sub_txt_04 > h4 > span > img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 7px;
}

@media all and (max-width: 1025px) {
  .greeting_con .greeting_box .greeting_img {
    width: 400px;
    margin-right: 40px;
  }

  .greeting_con .greeting_box .greeting_txt {
    width: -webkit-calc((100% - 41px) - 400px);
    width: calc((100% - 41px) - 400px);
  }

  .greeting_con .greeting_box .sub_txt_01 > h3 {
    font-size: 1.875rem;
    line-height: 44px;
    letter-spacing: -1px;
  }

  .greeting_con .greeting_box .sub_txt_01 > h3::after {
    bottom: -6px;
  }

  .greeting_con .greeting_box .sub_txt_02 > p {
    font-size: 1rem;
  }
}

@media all and (max-width: 801px) {
  .greeting_con .greeting_box .greeting_img {
    display: none;
  }

  .greeting_con .greeting_box .greeting_txt {
    width: 100%;
  }

  .greeting_con .greeting_box .sub_txt_01 {
    text-align: center;
  }

  .greeting_con .greeting_box .sub_txt_01 > h3::after {
    content: none;
  }

  .greeting_con .greeting_box .sub_txt_02 {
    text-align: center;
  }

  .greeting_con .greeting_box .sub_txt_03 {
    text-align: center;
  }

  .greeting_con .greeting_box .sub_txt_04 {
    text-align: center;
  }
}

@media all and (max-width: 621px) {
  .greeting_con .greeting_box .sub_txt_01 {
    margin-bottom: 30px;
  }

  .greeting_con .greeting_box .sub_txt_01 > h3 {
    font-size: 1.5rem;
  }

  .greeting_con .greeting_box .sub_txt_02 > p > br {
    display: none;
  }

  .greeting_con .greeting_box .sub_txt_03 > p > br {
    display: none;
  }
}

@media all and (max-width: 481px) {
  .greeting_con .greeting_box .sub_txt_01 > h3 {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .greeting_con .greeting_box .sub_txt_02 > p,
  .greeting_con .greeting_box .sub_txt_03 > p {
    font-size: 0.938rem;
    line-height: 23px;
  }

  .greeting_con .greeting_box .sub_txt_04 > h4 {
    font-size: 1rem;
  }

  .greeting_con .greeting_box .sub_txt_04 > h4 > span {
    width: 60px;
  }
}

@media all and (max-width: 321px) {
  .greeting_con .greeting_box .sub_txt_01 > h3 {
    font-size: 1.125rem;
  }

  .greeting_con .greeting_box .sub_txt_02 > p,
  .greeting_con .greeting_box .sub_txt_03 > p {
    font-size: 0.75rem;
  }

  .greeting_con .greeting_box .sub_txt_04 > h4 {
    font-size: 1rem;
  }
}
/*CEO인사말 end*/

/* 회사소개 : 세희작업 */
.about_con {
  width: 100%;
  height: auto;
  position: relative;
}

.about_con .about_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.about_con .about_box .about_txt {
  width: 100%;
  text-align: center;
  padding-bottom: 130px;
}

.about_con .about_box .sub_txt_01 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.about_con .about_box .sub_txt_01 > h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  position: relative;
  display: inline-block;
}

.about_con .about_box .sub_txt_01 > h3 > span {
  font-weight: 500;
}

.about_con .about_box .sub_txt_01 > h3::after {
  content: '';
  width: 102%;
  height: 22px;
  background-color: #daf4d6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.about_con .about_box .sub_txt_02 {
  width: 100%;
  margin-bottom: 70px;
}

.about_con .about_box .sub_txt_02 > p {
  font-size: 1.125rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 29px;
}

.about_con .about_box .sub_txt_02 br {
  display: none;
}

.about_con .about_box .sub_txt_03 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.about_con .about_box .sub_txt_03 .txt_box {
  width: 31%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.about_con .sub_txt_03 .txt_box .txt_top {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about_con .sub_txt_03 .txt_box .txt_top > p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
}

.about_con .sub_txt_03 .txt_box .txt_bottom {
  width: 100%;
  height: 200px;
  padding: 0 20px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}

.about_con .sub_txt_03 .txt_box .txt_bottom > p {
  font-size: 0.983rem;
  color: #777;
  word-break: keep-all;
  line-height: 26px;
  letter-spacing: -0.02rem;
  font-family: 'Noto Sans KR', sans-serif;
}

.about_con .about_box .about_img {
  width: 100%;
  height: auto;
}

.about_con .about_box .about_img .sub_txt_01 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.about_con .about_box .about_img .sub_txt_01 > h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 54px;
  position: relative;
  display: table;
  letter-spacing: -1px;
  margin: 0 auto;
}

.about_con .about_box .about_img .sub_txt_01 > h3 > span {
  color: #245d96;
  font-weight: 600;
}

.about_con .about_box .about_img .sub_txt_01 > h3::after {
  content: '';
  width: 102%;
  height: 22px;
  background-color: #daf4d6;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.about_con .about_box .about_img .sub_txt_01 > h4 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 54px;
  position: relative;
  display: block;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.about_con .about_box .about_img .sub_txt_01 > h4 > span {
  font-weight: 600;
  color: #f6821c;
}

.about_con .about_box .about_img .sub_txt_01 > p {
  font-size: 1.125rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 29px;
}

.about_con .about_box .sub_txt_04 {
  width: 100%;
  height: auto;
  text-align: center;
}

.about_con .about_box .sub_txt_04 > img {
  max-width: 100%;
}

@media all and (max-width: 1025px) {
  .about_con .about_box .sub_txt_01 > h3 {
    font-size: 1.875rem;
  }

  .about_con .about_box .sub_txt_02 br {
    display: block;
  }

  .about_con .about_box .about_img .sub_txt_01 > h3 {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 801px) {
  .about_con .about_box .sub_txt_03 {
    flex-direction: column;
  }

  .about_con .about_box .sub_txt_03 .txt_box {
    width: 100%;
  }

  .about_con .about_box .sub_txt_03 .txt_box {
    margin-bottom: 50px;
  }

  .about_con .about_box .sub_txt_03 .txt_box:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 621px) {
  .about_con .about_box .sub_txt_01 > h3 {
    font-size: 1.5rem;
  }

  .about_con .about_box .sub_txt_02 > p {
    font-size: 1rem;
    line-height: 24px;
  }

  .about_con .sub_txt_03 .txt_box .txt_bottom {
    height: 150px;
  }

  .about_con .about_box .sub_txt_03 .txt_box {
    margin-bottom: 30px;
  }

  .about_con .about_box .about_txt {
    padding-bottom: 100px;
  }

  .about_con .about_box .about_img .sub_txt_01 > h3 {
    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .about_con .about_box .sub_txt_01 > h3::after {
    height: 15px;
  }

  .about_con .about_box .about_img .sub_txt_01 > h4 {
    font-size: 1.5rem;
    line-height: 36px;
  }

  .about_con .about_box .about_img .sub_txt_01 > h3::after {
    height: 15px;
  }

  .about_con .about_box .about_img .sub_txt_01 > p {
    font-size: 1rem;
    line-height: 24px;
  }
}

@media all and (max-width: 481px) {
  .about_con .about_box .sub_txt_01 {
    margin-bottom: 12px;
  }

  .about_con .about_box .sub_txt_01 > h3 {
    font-size: 1.25rem;
  }

  .about_con .about_box .sub_txt_02 > p {
    font-size: 0.875rem;
    line-height: 20px;
  }

  .about_con .about_box .sub_txt_02 {
    margin-bottom: 50px;
  }

  .about_con .sub_txt_03 .txt_box .txt_top {
    height: 180px;
  }

  .about_con .sub_txt_03 .txt_box .txt_top > p {
    font-size: 1rem;
  }

  .about_con .sub_txt_03 .txt_box .txt_bottom {
    height: 120px;
  }

  .about_con .sub_txt_03 .txt_box .txt_bottom > p {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .about_con .about_box .about_txt {
    padding-bottom: 70px;
  }

  .about_con .about_box .about_img .sub_txt_01 > h3 {
    font-size: 1.25rem;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .about_con .about_box .about_img .sub_txt_01 > h4 {
    font-size: 1.25rem;
    line-height: 26px;
  }

  .about_con .about_box .about_img .sub_txt_01 > p {
    font-size: 0.875rem;
    line-height: 24px;
  }
}

@media all and (max-width: 376px) {
  .about_con .about_box .sub_txt_02 > p br {
    display: none;
  }
}
/* 회사소개 end */

/*주요연혁*/
.history_con {
  width: 100%;
  height: auto;
  position: relative;
}

.history_con .history_box {
  width: 100%;
  height: auto;
  position: relative;
}

.history_con .history_box .his_tab_con {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 60px;
}

.history_con .history_box .his_tab_con * {
  font-family: 'Noto Sans KR', sans-serif;
}

.history_con .history_box .his_tab_con .his_tab_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  height: 58px;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob:hover::after {
  background-color: #ff6600;
  opacity: 1;
}

.history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob.his_active::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ff6600;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob:first-of-type {
  border-right: 0;
}

.history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob > a {
  display: block;
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  line-height: 58px;
}

.history_con .history_box .his_list_con {
  width: 100%;
  height: auto;
  position: relative;
}

.history_con .history_box .his_list_con .his_line {
  position: absolute;
  width: 1px;
  bottom: 0;
  background-color: #dddddd;
  top: 30px;
  left: 176.5px;
  overflow: hidden;
}

.history_con .history_box .his_list_con .his_line > span.his_line_c {
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background-color: #ff6600;
}

.history_con .history_box .his_list_con .his_list_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.history_con .history_box .his_list_con .his_list_box:last-of-type {
  margin-bottom: 0;
}

.history_con .history_box .his_list_con .his_list_box > .his_year {
  width: 145px;
  float: left;
  margin-right: 25px;
}

.history_con .history_box .his_list_con .his_list_box > .his_year > h2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.history_con .history_box .his_list_con .his_list_box > .his_circle {
  float: left;
  width: 15px;
  height: 15px;
  background-color: #ff6600;
  border-radius: 8px;
  position: relative;
  top: 26px;
  margin-right: 25px;
}

.history_con .history_box .his_list_con .his_list_box > .his_circle > span {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 5rem;
  top: 3px;
  left: 3px;
}

.history_con .history_box .his_list_con .his_list_box > .his_circle.circle_active > span {
  display: none;
}

.history_con .history_box .his_list_con .his_list_box > .his_txt_list {
  width: -webkit-calc((100% - 50px) - 160px);
  width: calc((100% - 50px) - 160px);
  float: left;
  padding-top: 21px;
}

.history_con .history_box .his_list_con .his_list_box > .his_txt_list > li {
  margin-bottom: 35px;
  overflow: hidden;
}

.history_con .history_box .his_list_con .his_list_box > .his_txt_list > li:last-of-type {
  margin-bottom: 0;
}

.history_con .history_box .his_list_con .his_list_box > .his_txt_list > li > p {
  font-size: 1rem;
}

.history_con .history_box .his_list_con .his_list_box > .his_txt_list > li > p > span.date {
  width: 45px;
  display: block;
  float: left;
  font-weight: 600;
}

.history_con .history_box .his_list_con .his_list_box > .his_txt_list > li > p > span.date_txt {
  width: -webkit-calc(100% - 46px);
  width: calc(100% - 46px);
  float: left;
  padding-left: 10px;
}

@media all and (max-width: 801px) {
  .history_con .history_box .his_list_con .his_list_box > .his_year > h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

@media all and (max-width: 621px) {
  .history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob > a {
    font-size: 1rem;
  }
}

@media all and (max-width: 481px) {
  .history_con .history_box .his_tab_con .his_tab_box > .his_tab_ob > a {
    font-size: 0.875rem;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_year {
    width: 46px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_year > h2 {
    font-size: 1.5rem;
    line-height: 2.9rem;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_circle {
    top: 16px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_txt_list {
    width: -webkit-calc((100% - 50px) - 62px);
    width: calc((100% - 50px) - 62px);
    padding-top: 14px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_txt_list > li {
    margin-bottom: 15px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_txt_list > li > p > span.date_txt {
    font-size: 0.813rem;
  }

  .history_con .history_box .his_list_con .his_line {
    left: 77.5px;
  }
}

@media all and (max-width: 321px) {
  .history_con .history_box .his_list_con .his_line {
    left: 62.5px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_year {
    width: 31px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_year > h2 {
    font-size: 1.25rem;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_circle {
    margin-right: 10px;
  }

  .history_con .history_box .his_list_con .his_list_box > .his_txt_list {
    width: -webkit-calc((100% - 50px) - 32px);
    width: calc((100% - 50px) - 32px);
  }
}

/*주요연혁 end*/

/*조직도*/
.organize_con {
  width: 100%;
  height: auto;
  position: relative;
}

.organize_con .organize_box {
  width: 100%;
  height: auto;
  position: relative;
}

.organize_con .organize_box .org_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.organize_con .organize_box .org_box .org_cont_txt {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 54px;
  position: relative;
  display: table;
  letter-spacing: -1px;
  margin: 0 auto;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h3 > span {
  color: #245d96;
  font-weight: 600;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h3::after {
  content: '';
  width: 102%;
  height: 22px;
  background-color: #daf4d6;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h4 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 54px;
  position: relative;
  display: block;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h4 > span {
  font-weight: 600;
  color: #f6821c;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.125rem;
  letter-spacing: -1px;
  font-weight: 300;
  color: #555;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_img {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 50px;
}

.organize_con .organize_box .org_box .org_cont_txt > .sub_txt_img > img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*21.04.08 조직도 새로만듬*/
.organize_con .organize_box .org_box .org_chart_box {
  width: 100%;
  height: auto;
  position: relative;
}

.organize_con .organize_box .org_box .org_chart_box .org_chart_ob {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.organize_con .organize_box .org_box .org_chart_box .org_chart_ob.mo_chart {
  display: none;
}

.organize_con .organize_box .org_box .org_chart_box .org_chart_ob > img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*21.04.08 조직도 새로만듬 end*/

.organize_con .organize_box .org_box .org_chart_con {
  width: 100%;
  max-width: 530px;
  height: auto;
  float: left;
  position: relative;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box .line_1 {
  width: 1px;
  height: 100%;
  background-color: #dadada;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box .line_2 {
  width: 52%;
  height: 1px;
  background-color: #dadada;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box .line_3 {
  width: 1px;
  height: 100%;
  background-color: #dadada;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 9;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box .line_4 {
  width: 1px;
  height: 100%;
  background-color: #dadada;
  position: absolute;
  top: -20px;
  right: 50%;
  z-index: 9;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box li {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.75rem;
  color: #000;
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  z-index: 99;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .ceo {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #e9ffcd;
  font-weight: 600;
  margin-bottom: 20px;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .org_area {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
  background-color: #c7e6ff;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .org_area_2 {
  margin-bottom: 40px;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .org_area:last-of-type {
  margin-bottom: 0;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .busines_area {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .busines_area > .busines_box {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  height: auto;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .busines_area > .busines_box:last-of-type {
  margin-right: 0;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .busines_area > .busines_box > li {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #bfd2e6;
  margin-bottom: 20px;
  float: left;
  text-align: center;
}

.organize_con .organize_box .org_box .org_chart_con .org_chart_box > .busines_area > .busines_box > li:nth-of-type(2n) {
  margin-bottom: 0;
}

@media all and (max-width: 1025px) {
}

@media all and (max-width: 801px) {
  .organize_con .organize_box .org_box .org_cont_txt {
    width: 100%;
    text-align: center;
    float: none;
    margin-right: 0;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h3::after {
    display: none;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_img {
    display: none;
  }

  .organize_con .organize_box .org_box .org_chart_con {
    float: none;
    margin: 0 auto;
  }

  .organize_con .organize_box .org_box .org_chart_con .org_chart_box li {
    font-size: 1.313rem;
  }
}

@media all and (max-width: 621px) {
  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h3 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h4 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > p {
    font-size: 1rem;
  }
}

@media all and (max-width: 481px) {
  .organize_con .organize_box .org_box .org_cont_txt {
    margin-bottom: 0;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 {
    text-align: left;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h3 {
    font-size: 1.25rem;
    line-height: 30px;
    display: block;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > h4 {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .organize_con .organize_box .org_box .org_cont_txt > .sub_txt_01 > p {
    font-size: 0.938rem;
  }

  .organize_con .organize_box .org_box .org_chart_con .org_chart_box li {
    font-size: 1.125rem;
  }

  .organize_con .organize_box .org_box .org_chart_box .org_chart_ob.pc_chart {
    display: none;
  }

  .organize_con .organize_box .org_box .org_chart_box .org_chart_ob.mo_chart {
    display: block;
  }
}

@media all and (max-width: 321px) {
}

/*조직도 end*/

/*오시는길*/
.location_con {
  width: 100%;
  height: auto;
  position: relative;
}

.location_con .location_box {
  width: 100%;
  height: auto;
  position: relative;
}

.location_con .location_box > .maps_txt {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.location_con .location_box > .maps_txt > h2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 54px;
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.location_con .location_box > .maps_txt > h2 > span {
  font-weight: 600;
  color: #245d96;
}

.location_con .location_box > .maps_txt > h2::after {
  content: '';
  width: 102%;
  height: 22px;
  background-color: #daf4d6;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.location_con .location_box > .maps_txt > p {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -1px;
}

.location_con .location_box > .maps_tab {
  width: 100%;
  height: auto;
  position: relative;
}

.location_con .location_box > .maps_tab > .maps_tab_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}

.location_con .location_box > .maps_tab > .maps_tab_box > li {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}

.location_con .location_box > .maps_tab > .maps_tab_box > li:last-of-type {
  border-right: 0;
}

.location_con .location_box > .maps_tab > .maps_tab_box > li > a {
  display: block;
  padding: 10px 0;
}

.location_con .location_box > .maps_tab > .maps_tab_box > li.maps_active > a {
  background-color: #f6821c;
  color: #fff;
}

.location_con .location_box > .maps_tab > .maps_tab_box > li:hover > a {
  background-color: #f6821c;
  color: #fff;
}

.location_con .location_box > .maps_con {
  width: 100%;
  height: auto;
  position: relative;
}

.location_con .location_box > .maps_con > .maps_box {
  width: 100%;
  height: 510px;
  position: relative;
  border: 1px solid #dbdbdb;
}

.location_con .location_box > .location_list {
  width: 100%;
  height: auto;
  position: relative;
}

.location_con .location_box > .location_list > .location_list_box {
  width: 100%;
  height: auto;
  position: relative;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob {
  width: 100%;
  height: 123px;
  position: relative;
  overflow: hidden;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .company {
  width: 223px;
  height: 100%;
  border-bottom: 1px solid #000;
  float: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.location_con .location_box > .location_list.location_list_en > .location_list_box > .location_list_ob > .company {
  width: 235px;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .company > h2 {
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address {
  width: -webkit-calc(100% - 223px);
  width: calc(100% - 223px);
  height: 123px;
  position: relative;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 40px;
}

.location_con .location_box > .location_list_en > .location_list_box > .location_list_ob > .address {
  width: -webkit-calc(100% - 235px);
  width: calc(100% - 235px);
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address > p {
  font-size: 1rem;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  font-weight: 300;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address > p > span {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #c5c5c5;
  padding-right: 10px;
}

.location_con
  .location_box
  > .location_list
  > .location_list_box
  > .location_list_ob
  > .address
  > p
  > span:last-of-type {
  border-right: 0;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address_line {
  padding-top: 0;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address_line > p {
  line-height: 123px;
}

.location_con .location_box > .location_list > .location_list_box > .location_list_ob > .company {
  width: 170px;
  padding-left: 15px;
}

@media all and (max-width: 1025px) {
}

@media all and (max-width: 801px) {
  .location_con .location_box > .maps_txt > h2 {
    font-size: 1.875rem;
  }

  .location_con .location_box > .maps_txt > h2::after {
    display: none;
  }

  .location_con .location_box > .maps_txt > p {
    font-size: 1rem;
  }

  .location_con .location_box > .maps_tab > .maps_tab_box > li > a {
    font-size: 0.938rem;
    letter-spacing: -1px;
  }

  .location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address > p {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 621px) {
  .location_con .location_box > .maps_txt > h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .location_con .location_box > .maps_txt > p {
    font-size: 0.938rem;
  }

  .location_con .location_box > .maps_tab > .maps_tab_box {
    border: 0;
    overflow: initial;
    display: table;
  }

  .location_con .location_box > .maps_tab > .maps_tab_box > li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: 0;
    -webkit-box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #ddd, 1px 1px 0 0 #ddd, 1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
    box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #ddd, 1px 1px 0 0 #ddd, 1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
  }
}

@media all and (max-width: 481px) {
  .location_con .location_box > .maps_tab > .maps_tab_box > li > a {
    font-size: 0.813rem;
  }

  .location_con .location_box > .maps_con > .maps_box {
    height: 300px;
  }

  .location_con .location_box > .location_list > .location_list_box > .location_list_ob {
    height: auto;
  }

  .location_con .location_box > .location_list > .location_list_box > .location_list_ob > .company {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .location_con .location_box > .location_list.location_list_en > .location_list_box > .location_list_ob > .company {
    width: 100%;
  }

  .location_con .location_box > .location_list > .location_list_box > .location_list_ob > .company > h2 {
    line-height: 40px;
  }

  .location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding: 15px;
    border-bottom: 1px solid #000;
  }

  .location_con .location_box > .location_list > .location_list_box > .location_list_ob > .address_line > p {
    line-height: normal;
  }
}

@media all and (max-width: 321px) {
  .location_con .location_box > .maps_tab > .maps_tab_box > li > a {
    font-size: 0.75rem;
  }

  .location_con .location_box > .maps_con > .maps_box {
    height: 260px;
  }
}

/*오시는길 end*/

/*갤러리게시판*/
.board_gall_con {
  width: 100%;
  height: auto;
  position: relative;
}

.board_gall_con .board_gall_box {
  width: 100%;
  height: auto;
  position: relative;
}

.board_gall_con .board_gall_box .sub_txt_01 {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}

.board_gall_con .board_gall_box .sub_txt_01 > h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 60px;
  position: relative;
  display: inline-block;
  letter-spacing: -2px;
}

.board_gall_con .board_gall_box .sub_txt_01 > h3 > span {
  color: #245d96;
  font-weight: 600;
}

.board_gall_con .board_gall_box .sub_txt_01 > h3 > span::after {
  content: '';
  width: 102%;
  height: 22px;
  background-color: #d5f9ff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.board_gall_con .board_gall_box #bo_v_share .btn {
  width: 110px;
}

.board_gall_con .board_gall_box #bo_gall .gall_con {
  overflow: hidden;
}

.board_gall_con .board_gall_box #bo_gall .gall_img {
  border: 1px solid #ddd;
  max-height: 100%;
}

.board_gall_con .board_gall_box #bo_gall .gall_img.hw_gall_img {
  width: 220px;
  height: 190px;
  float: left;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  height: 190px;
  float: left;
  padding: 10px 20px;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_text_href {
  margin: 0;
  margin-bottom: 15px;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_txt {
  width: 100%;
  height: 95px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_txt > p {
  color: #7d7d7d;
  font-size: 0.938rem;
  font-weight: 300;
  overflow: hidden;
  white-space: normal;
  line-height: 24px;
  height: 95px;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_more {
  width: 100%;
  height: auto;
  position: relative;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_more > a {
  font-size: 1rem;
  font-weight: 300;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_more > a > i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-bottom: 4px;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .gall_more > a:hover {
  color: #f6821c;
}

.board_gall_con .board_gall_box #bo_gall .bo_tit {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: -0.5px;
}

.board_gall_con .board_gall_box #bo_gall .hw_gall_cont .bo_tit {
  text-align: left;
}

.board_gall_con .board_gall_box .all_chk.chk_box input[type='checkbox'] + label span {
  top: 4px;
}

.board_gall_con .board_gall_box #bo_cate li {
  height: 58px;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border-right: 0;
}

.board_gall_con .board_gall_box .category_02 li {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
}

.board_gall_con .board_gall_box #bo_cate li:last-of-type {
  border-right: 1px solid #ddd;
}

.board_gall_con .board_gall_box #bo_cate a {
  display: block;
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  line-height: 58px;
  padding: 0;
  border: 0;
  position: relative;
}

.board_gall_con .board_gall_box #bo_cate a:hover {
  background: none;
}

.board_gall_con .board_gall_box #bo_cate li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.board_gall_con .board_gall_box #bo_cate li:hover::after {
  background-color: #ff6600;
  opacity: 1;
}

.board_gall_con .board_gall_box #bo_cate #bo_cate_on {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #666;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}

.board_gall_con .board_gall_box #bo_cate #bo_cate_on::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ff6600;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 1025px) {
  .board_gall_con .board_gall_box #bo_gall .hw_gall_li {
    width: 100%;
  }

  .board_gall_con .board_gall_box .sub_txt_01 > h3 {
    font-size: 1.875rem;
    line-height: 44px;
    letter-spacing: -1px;
  }
}

@media all and (max-width: 801px) {
  .board_gall_con .board_gall_box .sub_txt_01 > h3 > span::after {
    content: none;
  }
}

@media all and (max-width: 621px) {
  .board_gall_con .board_gall_box .sub_txt_01 > h3 {
    font-size: 1.5rem;
  }

  .board_gall_con .board_gall_box #bo_cate a {
    font-size: 1rem;
  }
}

@media all and (max-width: 481px) {
  .board_gall_con .board_gall_box .sub_txt_01 > h3 {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .board_gall_con .board_gall_box #bo_gall .gall_li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }

  .board_gall_con .board_gall_box #bo_cate a {
    font-size: 0.875rem;
  }

  .board_gall_con .board_gall_box #bo_gall .hw_gall_li {
    width: 100%;
  }

  .board_gall_con .board_gall_box #bo_gall .gall_img.hw_gall_img {
    width: 100%;
    float: none;
  }

  .board_gall_con .board_gall_box #bo_gall .hw_gall_cont {
    width: 100%;
    float: none;
  }

  #bo_list .tbl_head01 table {
    display: block;
  }

  #bo_list .tbl_head01 thead th {
    display: none;
  }

  #bo_list .tbl_head01 tbody td.td_num2 {
    display: none;
  }

  #bo_list .tbl_head01 tbody td.td_subject {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px !important;
  }

  #bo_list .tbl_head01 tbody td.td_name {
    display: block;
    width: auto;
    float: left;
    border: 0;
    height: 27px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }

  #bo_list .tbl_head01 tbody td.td_name > span {
    font-size: 0.813rem;
    line-height: 27px;
  }

  #bo_list .tbl_head01 tbody td.td_name::after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #dbdbdb;
    position: absolute;
    right: 0;
    top: 8px;
  }

  #bo_list .tbl_head01 tbody td.td_num {
    display: block;
    width: auto;
    float: left;
    border: 0;
    height: 27px;
    padding: 0;
    font-size: 0.813rem;
    line-height: 27px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }

  #bo_list .tbl_head01 tbody td.td_num::after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #dbdbdb;
    position: absolute;
    top: 8px;
    right: 0;
  }

  #bo_list .tbl_head01 tbody td.td_datetime {
    display: block;
    width: auto;
    float: left;
    border: 0;
    height: 27px;
    padding: 0;
    font-size: 0.813rem;
    line-height: 27px;
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media all and (max-width: 321px) {
  .board_gall_con .board_gall_box .sub_txt_01 > h3 {
    font-size: 1.125rem;
  }

  .board_gall_con .board_gall_box #bo_gall .gall_li {
    width: 100%;
  }
}

/*갤러리게시판*/
