@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* 초기화 */

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: -0.05em;
  font-family: "Pretendard", sans-serif;
  overflow-x: hidden;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  letter-spacing: -0.05em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.05em;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
  letter-spacing: -0.05em;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Pretendard", sans-serif;
}

textarea,
select {
  font-size: 1em;
  font-family: "Pretendard", sans-serif;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* 레이아웃 크기 지정 */

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap {
  max-width: 1600px;
}

/* 팝업레이어 */

#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.hd_pops img {
  max-width: 100%;
}

.hd_pops_con {
}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* 상단 레이아웃 */

#hd {
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
}

/* 메뉴 */

.head_width {
  width: 96% !important;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.3s all;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#header .head_login_wrap {
  display: flex;
  align-items: center;
}
#header .head_login {
  display: flex;
  justify-content: flex-end;
  margin-right: 25px;
}
#header .head_login li {
  /* border: 1px solid #333; */
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #1b93dd;
  margin: 0px 5px;
}
#header .head_login li:hover {
  background-color: #333;
}
#header .head_login a {
  font-size: 0.7rem;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
}
#header .head_login i {
  font-size: 20px;
}
#header .head_menu .logo {
}
#header.scroll {
  top: -36px;
}

#header .head_menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
}
#header .head_menu .main_menu {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  z-index: 9;
}
#header .head_menu .main_menu .dept1 {
  width: 20%;
  position: relative;
  padding: 15px 0px;
}
#header .head_menu .main_menu .dept1 > a {
  font-size: 1.2rem;
  font-weight: 300;
}
#header .head_menu .main_menu .dept1 > a.active {
  color: #1b93dd;
  font-weight: bold;
}

#header .head_menu .sub_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 20px;
  display: none;
  padding-bottom: 30px;
}
#header .head_menu .main_menu .dept2 {
  padding: 12px 0px;
}
#header .head_menu .main_menu .dept2 a {
  font-size: 1.1rem;
  display: block;
  word-break: keep-all;
}
#header .main_menu .dept2 > a:hover,
#header .main_menu .dept2 > a:active,
#header .main_menu .dept2 > a.menuon,
#header .main_menu .dept2 > a:focus {
  color: #1b93dd;
  font-weight: bold;
}
#header .menu_bg {
  background: #fff;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  border-top: 1px solid #eee;
}

.menu_open {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 55px 50px 50px 50px;
  display: none;
}
.menu_open .site_map_wrap h2 {
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_open .site_map {
  display: flex;
  width: 100%;
}
.menu_open .site_map .dept1 {
  width: 20%;
  margin-right: 40px;
}
.menu_open .site_map .dept1:last-child {
  border-right: 0px;
}
.menu_open .site_map .dept1 > a {
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  display: block;
  margin-bottom: 30px;
}
.menu_open .site_map .dept1 > a.active {
  color: #1b93dd;
}
.menu_open .site_map .dept2 a {
  font-size: 1.2rem;
  position: relative;
  line-height: 120%;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 3px;
  word-break: keep-all;
}
.menu_open .site_map .dept2 a::after {
  content: "";
  width: 0;
  height: 3px;
  background: rgba(12, 185, 193, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s all;
}
.menu_open .site_map .dept2 a:hover::after {
  width: 100%;
}
.hd_bg {
  background: #fff;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.site_foot {
  padding-top: 20px;
  margin-top: 100px;
  border-top: 2px solid #eee;
  text-align: center;
}

#header .menu_bar {
  z-index: 99;
  position: relative;
}
#header .menu_bar span {
  width: 22px;
  height: 2px;
  background: #555;
  display: block;
  margin: 6px;
}
#header .menu_bar2 {
  z-index: 9999;
  position: relative;
}
#header .menu_bar2 span:nth-child(1) {
  display: none;
}
#header .menu_bar2 span:nth-child(2) {
  transform: rotate(130deg);
}
#header .menu_bar2 span:nth-child(3) {
  transform: rotate(45deg);
  top: 0px;
  position: absolute;
}
#header .menu_bar2 span {
  width: 22px;
  height: 2px;
  background: #555;
  display: block;
  margin: 6px;
}

/* 모바일 */
.mobile_head {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  display: none;
  position: fixed;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.mobile_head .mobile_logo {
  width: 150px;
}
.mobile_head .mobile_logo img {
  width: 60%;
}
#mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#mobile_menu::-webkit-scrollbar {
  display: none;
}
#mobile_menu .mob_logo {
  width: 100%;
  padding: 0px 20px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile_menu .mob_logo a {
  width: 100px;
}
#mobile_menu .mob_logo a img {
  width: 100%;
}
#mobile_menu .mobile_close {
  font-size: 30px;
  cursor: pointer;
  color: #333;
}
#mobile_menu .mob_menu .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  font-size: 17px;
  margin: 0px 20px;
  border-bottom: 1px solid #8e8e8e;
}
.mobile_open {
  font-size: 24px;
}
#mobile_menu .mob_menu .topmenu.on {
  color: #fff;
}
#mobile_menu .mob_menu .sub_menu {
  padding: 15px 0px;
  margin: 0px 20px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  visibility: visible;
}
#mobile_menu .mob_menu .sub_menu a {
  display: block;
  color: #333;
  font-size: 15px;
  padding: 10px;
  background: #fff;
}
#mobile_menu .mob_menu_btn {
  display: flex;
  padding: 10px 0px;
  margin: 0px 20px;
  justify-content: space-between;
}
#mobile_menu .mob_menu_btn li {
  width: 49%;
}
#mobile_menu .mob_menu_btn a {
  font-size: 17px;
  background: #ddd;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}
#mobile_menu .mob_menu_btn a i {
  font-size: 16px;
  margin-right: 5px;
}
.mob_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/* sub_visual */
.sub_visual {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub_visual .sub_top_text {
  text-align: center;
  color: #fff;
  padding-top: 100px;
}
.sub_visual .sub_top_text h3 {
  font-size: 40px;
  position: relative;
  text-shadow: 2px 2px 2px #000;
}
.sub_visual .sub_top_text p {
  font-size: 20px;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000;
}

/* lnb */
.lnb_wrap {
  position: relative;
}
.lnb {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.lnb .lnb_map {
  height: 60px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f1f1f1;
  max-width: 1600px;
  margin: 0 auto;
}
.lnb .lnb_map .home {
  width: 60px;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lnb .lnb_map .home a {
  color: #333;
}
.lnb .lnb_map .home i {
  font-size: 20px;
}
.lnb .lnb_map > li {
  width: 250px;
  height: 100%;
  border-right: 1px solid #f1f1f1;
  padding: 0px 15px;
  position: relative;
}
.lnb .lnb_map li.dep a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.lnb .lnb_map li.dep a span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
}
.lnb .lnb_map li.dep a span i {
  font-size: 16px;
}
.lnb .lnb_map li.dep ul {
  display: none;
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
  z-index: 9999;
}
.lnb .lnb_map li.dep ul li {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}
.lnb .lnb_map li.dep ul li a {
  padding: 15px 15px;
  font-size: 1.1rem;
}
.lnb .lnb_map li.dep ul li a:hover {
  background: #1b93dd;
  color: #fff;
  transition: 0.3s all;
}
.lnb .lnb_map li.dep ul li a.on {
  background: #f1f1f1;
}

/* 중간 레이아웃 */

#container {
  width: 100%;
}

.content {
  width: 100%;
  margin: 100px auto;
}

.content_sub {
  max-width: 1600px;
  margin: 0 auto;
}

.main_ban_conainer {
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  overflow: hidden;
}

.main_ban_conainer .item {
  position: relative;
  /*border-radius: 15px;*/
  overflow: hidden;
}

.main_ban_conainer .youtube {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_ban_conainer .youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 128%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.main_ban_conainer .youtube .player-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}

.main_ban_conainer .txt {
  position: absolute;
  left: 100px;
  bottom: 100px;
  font-size: 3.7rem;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  z-index: 999;
  text-shadow: 2px 2px 2px #000;
}

.main_ban_conainer .m_img {
  display: none;
}

.main_ban_conainer .pc_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.main_ban_conainer .m_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-bottom {
  position: absolute;
  top: 50%;
  width: 100%;
}

.swiper-navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 95%;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-navigation button,
.swiper-play-buttons button {
  border: none;
  background-color: transparent;
}

.swiper-navigation button i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s all ease;
}

.swiper-navigation button i:hover {
  color: #fff;
}

.swiper-navigation .play-pause button:disabled {
  display: none;
}

.swiper-navigation .play-pause button i {
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50rem;
}

.progress {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: calc(100% - 150px);
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.progress__bar {
  opacity: 1;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  overflow: hidden;
}

.progress__bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}

.progress.animate .progress__bar:after {
  transition: width linear;
  width: 100%;
  transition-duration: 5s;
}

#main_top_box {
  background-color: #f6f6f6;
  padding: 60px 0;
}

#main_top_box .main_top_item {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#main_top_box .main_top_item .con {
  flex: 1;
  text-align: center;
}

#main_top_box .main_top_item .con a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 200px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 10px 10px 18px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: all 0.3s ease;
}

#main_top_box .main_top_item .con a:hover {
  border: 2px solid #0075b7;
  margin-top: -20px;
  color: #0075b7;
}

#main_top_box .main_top_item .con i {
  font-size: 42px;
  flex: 0 0 100%;
}

#main_top_box .main_top_item .con h2 {
  font-size: 24px;
  font-weight: 300;
}

#about_wrap {
  max-width: 1600px;
  margin: 100px auto;
}

#about_wrap .box {
  display: flex;
  margin: 0 20px;
}

#about_wrap .box .about_img img {
  width: 100%;
}

#about_wrap .box .con {
  padding: 70px 0 70px 70px;
}

#about_wrap .box .con .tit {
  line-height: 50px;
  word-break: keep-all;
}

#about_wrap .box .con .tit h2 {
  font-size: 42px;
}

#about_wrap .box .con .tit span {
  font-size: 28px;
  color: #515151;
}

#about_wrap .box .con .txt {
  padding-top: 20px;
  margin-bottom: 60px;
}

#about_wrap .box .con .txt p {
  font-size: 16px;
  color: #757575;
  line-height: 22px;
  word-break: keep-all;
}

#about_wrap .box .con a {
  font-size: 18px;
  color: #fff;
  background-color: #333;
  padding: 16px 30px;
  transition: all 0.3s ease;
}

#about_wrap .box .con a:hover {
  background-color: #1b93dd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#por_wrap {
  width: 100%;
  /*background-color: #232a43;*/
  background: url(../img/main_sub4.png) no-repeat center / cover;
}

#por_wrap .por_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1900px;
  margin: 0 auto;
  padding: 100px 100px 60px 40px;
}

#community_wrap {
  max-width: 1600px;
  margin: 100px auto;
}

#community_wrap .box {
  display: flex;
  gap: 40px;
}

#community_wrap .box .con {
  flex: 1;
  text-align: center;
}

#community_wrap .box .con .tit {
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

#community_wrap .box .con .tit h2 {
  font-size: 36px;
  padding-bottom: 10px;
}

#community_wrap .box .con .tit span {
  font-size: 16px;
  color: #898989;
}

#community_wrap .box .con .service_txt {
  margin-top: 40px;
}

#community_wrap .box .con .service_txt h2 {
  font-size: 40px;
  color: #1b93dd;
  margin-bottom: 10px;
}

#community_wrap .box .con .service_txt p {
  font-size: 18px;
  color: #898989;
  margin-bottom: 70px;
}

#community_wrap .box .con .service_txt a {
  font-size: 18px;
  color: #fff;
  background-color: #c10c0c;
  padding: 16px 30px;
  transition: all 0.3s ease;
  margin: 0 10px;
}

#community_wrap .box .con .service_txt a:hover {
  background-color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#community_wrap .box .con .service_txt a.btn2 {
  background-color: #faef07;
}

#background_img_wrap1 {
  position: relative;
  background: url(../img/main_sub2.png) no-repeat center / cover;
  height: 90vh;
}

#background_img_wrap1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
}

#background_img_wrap1 .box {
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
}

#background_img_wrap1 .box .con .txt p {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  word-break: keep-all;
}

#background_img_wrap1 .box .con .txt p span {
  color: #ffb300;
}

#background_img_wrap2 {
  position: relative;
  background: url(../img/main_sub3.png) no-repeat center / cover;
  height: 90vh;
}

#background_img_wrap2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
}

#background_img_wrap2 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

#background_img_wrap2 .box h2 {
  font-size: 40px;
  margin-bottom: 32px;
}

#background_img_wrap2 .box ul {
  display: flex;
  justify-content: center;
}

#background_img_wrap2 .box ul li {
  flex: 1;
  padding: 40px;
  border-left: 1px solid #fff;
}

#background_img_wrap2 .box ul li:last-child {
  border-right: 1px solid #fff;
}

#background_img_wrap2 .box ul li i {
  font-size: 42px;
}

#background_img_wrap2 .box ul li h2 {
  font-size: 24px;
  margin: 20px 0;
}

#background_img_wrap2 .box ul li p {
  font-size: 16px;
}

#container_wr {
  margin: 0 auto;
  zoom: 1;
}

#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

#business_wrap {
  max-width: 1600px;
  margin: 0 auto;
}

/* our business */

#business_wrap .row {
  flex-wrap: nowrap;
  overflow: auto;
}

#business_wrap h2 {
  font-size: 3em;
  margin: 20px 0;
}

#business_wrap article {
  position: relative;
  flex: 1 1 0%;
  margin-right: 20px;
  transition: all 1s ease-out;
  height: 680px;
  border-radius: 20px;
  overflow: hidden;
}

#business_wrap article:last-child {
  margin-right: 0;
}

#business_wrap article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#business_wrap article .bg {
  position: relative;
  height: 100%;
  border-radius: 10px;
}

#business_wrap article .bg img {
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  object-fit: cover;
  height: 100%;
  transform: translate(-50%, -50%);
}

#business_wrap article .txt {
  position: absolute;
  width: 100%;
  left: 42px;
  bottom: 72px;
  color: #fff;
  z-index: 3;
}

#business_wrap article .txt h3 {
  font-size: 2em;
  margin-bottom: 23px;
}

#business_wrap article .txt p {
  width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 말줄임표 효과를 추가합니다. */
  font-size: 1.3em;
}

#business_wrap article .txt .btn_more {
  position: absolute;
  top: 50%;
  right: -10%;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#business_wrap article .btn_more.active {
  opacity: 1;
  right: 10%;
}

#news_wrap {
  background-color: #f6f6f6;
  margin: 50px 0;
}

/* 메인 공지사항,커뮤니티 */
#bottom_wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.bottom_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  height: 550px;
}
.bottom_wrap .bottom_notice {
  width: 50%;
  padding: 30px;
}
.bottom_wrap .bottom_notice .notice_subject {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.bottom_wrap .bottom_notice .txt {
  font-size: 2.5rem;
}
.bottom_wrap .bottom_notice .txt h2 {
  padding-bottom: 10px;
}
.bottom_wrap .bottom_notice .txt p {
  font-size: 1.2rem;
  color: #a9a9a9;
}
.bottom_wrap .bottom_notice .more {
  padding-bottom: 5px;
}
.bottom_wrap .bottom_notice .more a {
  background: #1b93dd;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.bottom_wrap .bottom_notice .more a:hover {
  background: #1670a8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bottom_wrap .bottom_community {
  width: 50%;
  padding: 30px;
}
.bottom_wrap .bottom_community .community_subject {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.bottom_wrap .bottom_community .txt {
  font-size: 2.5rem;
}
.bottom_wrap .bottom_community .txt h2 {
  padding-bottom: 10px;
}
.bottom_wrap .bottom_community .txt p {
  font-size: 1.2rem;
  color: #a9a9a9;
}
.bottom_wrap .bottom_community ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 40px 20px 20px 20px;
}
.bottom_wrap .bottom_community ul li {
  width: 50%;
  height: 150px;
}
.bottom_wrap .bottom_community a {
  display: flex;
}
.bottom_wrap .bottom_community ul i {
  font-size: 50px;
  background-color: #fff;
  padding: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a9a9a9;
  color: #676767;
}
.bottom_wrap .bottom_community ul i:hover {
  background-color: #1b93dd;
  color: #fff;
}
.bottom_wrap .bottom_community ul div {
  padding-left: 20px;
}
.bottom_wrap .bottom_community ul div p {
  font-size: 24px;
  padding-bottom: 10px;
}
.bottom_wrap .bottom_community ul div span {
  color: #676767;
  word-break: keep-all;
}

/* 하단 */
#service_wrap {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  background: url("../img/main_sub1.png");
}

#service_wrap .service_con {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

#service_wrap .service_con .service_area {
  width: 100%;
  height: 500px;
  position: relative;
  text-align: center;
}

#service_wrap .service_con .service_area ul {
  width: 100%;
  height: 100%;
}

#service_wrap .service_con .service_area li {
  float: left;
  width: 25%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}

#service_wrap .service_con .service_area li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}

#service_wrap .service_con .service_area li .area {
  width: 100%;
  height: 100%;
  display: table;
}

#service_wrap .service_con .service_area li .area .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

#service_wrap .service_con .service_area li .area .txt i {
  display: block;
  text-align: center;
  font-size: 3em;
  color: #fff;
}

#service_wrap .service_con .service_area li .area .txt em {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 2em;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}

#service_wrap .service_con .service_area li .area .txt p {
  font-size: 1.5em;
  line-height: 25px;
  margin-top: 25px;
  color: #fff;
}

#service_wrap .service_con .service_area li .area .txt span {
  display: block;
  font-size: 1em;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.75);
  word-break: keep-all;
}

#service_wrap .service_con .service_area li:hover {
  background: rgba(38, 48, 46, 0.5);
  transition: 0.3s all ease;
}

#service_wrap .service_con .service_area li:hover .area .txt i {
  color: #fff;
  padding-top: 10px;
  transition: 0.5s all ease;
}

#service_wrap .service_con .service_area li:hover .area .txt p {
  color: #fff;
}

#service_wrap .service_con .service_area li .area .txt .btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  cursor: pointer;
  background: url("../img/btn_plus.png") no-repeat;
  transition: 0.3s all ease;
}

#service_wrap .service_con .service_area li:hover .area .txt .btn {
  background-color: #2a3634;
}

.lt_wr {
  width: 32%;
}

.lt_wr:nth-child(3n + 1) {
  clear: both;
}

.latest_wr {
  margin-bottom: 20px;
}

.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.latest_top_wr {
  margin: 0 -10px 20px;
}

.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* 하단 레이아웃 */

#ft {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background: #252525;
}

#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ft_wr {
  position: relative;
  width: 100%;
  margin: 0;
}

#ft_wr p,
#ft_wr span {
  color: #767676;
}

#ft_link {
  display: flex;
  max-width: 1600px;
  height: 60px;
  align-items: center;
  margin: 0 auto;
}

#ft_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

#ft_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

#ft_link a {
  display: block;
  color: #fff;
  font-size: 1.26em;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.3s;
}

#ft_link a::after {
  content: "|";
  color: #767676;
  margin: 0 33px;
}

#ft_link a:last-child::after {
  display: none;
}

#ft_link a:hover {
  /* color: #1b93dd; */
  color: #fff;
}

#ft_company .ft_info {
  font-size: 1.26em;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  margin-bottom: 40px;
}

#ft_company .ft_info a {
  color: rgba(255, 255, 255, 0.7);
}


#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

#ft_company {
  max-width: 1600px;
  /*margin: 71px auto 0;*/
  margin: 0 auto;
  padding: 40px 0;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap-reverse;
}

.ft_area {
  width: 70%;
}

.ft_copy {
  width: 100%;
  margin: 0 auto;
  color: #999;
  text-align: left;
  font-size: 1.26em;
}

#ft_catch {
  width: 30%;
  text-align: right;
  margin: 0 auto;
}

#ft_catch .service_tit {
  font-size: 1.26em;
  color: #fff;
}

#ft_catch .service_tell {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
}

#ft_catch .service_txts {
  font-size: 1.26em;
  color: rgba(255, 255, 255, 0.7);
}

#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #222;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

#top_btn:hover {
  border-color: #222;
  background: #d32234;
  color: #fff;
}

/* 서브 페이지 */

#container_title {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 707px;
  margin: 36px auto;
  border-radius: 10px;
  overflow: hidden;
}

#container_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* 공통 테이블 */

.dream_table {
  width: 100%;
  margin-top: 50px;
}

.dream_table .icon_tit {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  margin: 50px 0 20px 0;
  border: 0px solid rgb(255, 0, 0);
}
.dream_table .icon_tit:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 5px #4e586d solid;
  box-sizing: border-box;
  border-radius: 14px;
  background: #fff;
  margin-right: 10px;
}
.dream_table .icon_tit:first-child {
  margin: 0 0 20px 0;
}
.dream_table .mob_view {
  display: none;
}
.dream_table .tbl1 {
  width: 100%;
  border-spacing: 0px;
  border-top: 2px solid #717171;
}
.dream_table .tbl1 th {
  color: #333;
  text-align: center;
  font-weight: 700;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f8f8f8;
}
.dream_table .tbl1 td {
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

#container_title h2 {
  font-size: 3.714em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 컨텐츠 준비페이지 */
.ready_wrap {
  text-align: center;
  margin: 100px 0;
}

.ready_wrap img {
  width: 100%;
  max-width: 300px;
}

.ready_wrap h2 {
  margin: 50px 0;
  font-size: 3em;
  color: #333;
  word-break: keep-all;
}

/* 인사말1 */

.intro_wrap {
  width: 100%;
  height: 100vh;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.intro_wrap .tit {
  font-size: 2.8em;
  line-height: 1.6;
  margin: 50px 0;
  padding: 0 20px;
  word-break: keep-all;
}

.intro_wrap p {
  font-size: 1.714em;
  line-height: 1.6;
  color: #767676;
  word-break: keep-all;
}

.intro_wrap .ceo {
  width: 100%;
  display: flex;
  /*justify-content: flex-end;*/
  align-items: center;
  font-size: 1em;
  color: #555;
  margin: 40px 0;
  word-break: keep-all;
}

.intro_wrap .ceo .simbol {
  max-width: 37px;
  margin-right: 20px;
}

.intro_wrap .ceo .sign {
  margin-left: 20px;
}

.pin-spacer {
  left: 0 !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
}

.intro_container {
  position: relative;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.intro_wrap .txt {
  position: sticky;
  /*text-align: center;*/
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro_wrap .txt p {
  padding: 0 20px;
}

.intro_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 152%;
}

.intro_wrap .bg img {
  position: absolute;
  border-radius: 10px;
}

.intro_wrap .bg .img1 {
  max-width: 300px;
  top: 0;
}

.intro_wrap .bg .img2 {
  max-width: 500px;
  top: 50%;
  right: 0;
}

.intro_wrap .bg .img3 {
  max-width: 400px;
  left: 30%;
  bottom: -50%;
}

.intro_box_wrap {
  width: 100%;
  position: relative;
  margin: 100px 0;
}

.intro_box_wrap .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3em;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.intro_box_wrap .intro_slide {
  width: 65%;
  margin: 0 15%;
}

.intro_box_wrap .box::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.intro_box_wrap .intro_slide img {
  max-width: 100%;
  height: auto;
}

/* 인사말2 */

.intro_wrap2 {
  max-width: 1300px;
  margin: 0 auto;
}
.intro_container2 .intro_tit {
  text-align: center;
  padding-bottom: 20px;
}
.intro_container2 .intro_tit h2 {
  font-size: 3em;
  padding-bottom: 10px;
}
.intro_container2 .intro_tit p {
  font-size: 1.2em;
}
.intro_container2 .intro_content {
  display: flex;
}
.intro_container2 .intro_content .intro_img {
  max-width: 350px;
  width: 100%;
}
.intro_container2 .intro_content .txt .tit {
  font-size: 2em;
}
.intro_container2 .intro_content .txt p {
  word-break: keep-all;
}

/* 인사말3 */
.intro_container3 .intro_top {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.intro_container3 .intro_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 395px;
  object-fit: cover;
}
.intro_container3 .intro_tit {
  position: absolute;
  left: 70px;
  width: 400px;
  height: 350px;
  background-color: #00bedd;
  color: #fff;
  padding: 40px;
}
.intro_container3 .intro_content .txt h2,
.intro_container3 .intro_content .txt p {
  word-break: keep-all;
}

/* 경영이념1 */
.management_wrap1 .management_container1 img {
  width: 100%;
}

/* 경영이념2 */
.management_wrap2 {
  max-width: 1300px;
  margin: 0 auto;
}
.management_wrap2 h2 {
  margin: 0 10px;
  text-align: center;
  word-break: keep-all;
}
.management_container2 h3 {
  text-align: center;
}
.management_container2 h3::before {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #d22232;
  display: block;
  margin: 10px auto;
}
.management_container2 .management_box1 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.management_container2 .management_box1 .img_con1,
.management_container2 .management_box1 .img_con2,
.management_container2 .management_box1 .img_con3 {
  margin: 0 10px;
}
.management_container2 .management_box1 img {
  width: 100%;
}
.management_container2 .management_box2 .img_con4,
.management_container2 .management_box2 .img_con5,
.management_container2 .management_box2 .img_con6 {
  text-align: center;
}
.management_container2 .management_box2 img {
  max-width: 960px;
  width: 100%;
}
.management_container2 .management_box3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.management_container2 .management_box3 .con {
  background-color: #f4f4f4;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 70px;
  width: 48%;
  margin: 12px;
  word-break: keep-all;
}
.management_container2 .management_box3 .con p {
  color: #222222;
}

/* 경영이념3 */
.management_wrap3 .management_container3 img {
  width: 100%;
}

/* 비전1 */
.vision_container1 {
  margin: 0 20px;
}
.vision_container1 .vision_top {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.vision_container1 .vision_top h3,
.vision_container1 .vision_top h2,
.vision_container1 .vision_top p {
  word-break: keep-all;
}
.vision_container1 .vision_top h3::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto;
  background-color: #d22232;
}
.vision_container1 .vision_top img {
  width: 100%;
}
.vision_container1 .vision_bottom {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.vision_container1 .vision_bottom .box {
  margin-top: 20px;
  padding: 0 50px;
  border-left: 1px solid #ddd;
  width: 33.3333%;
}
.vision_container1 .vision_bottom .box::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #ddd;
}
.vision_container1 .vision_bottom .box::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ddd;
}
.vision_container1 .vision_bottom .box i {
  color: #d22232;
}
.vision_container1 .vision_bottom .box .tit .stit {
  color: #ababab;
}
.vision_container1 .vision_bottom .box .txt {
  height: 100px;
}
.vision_container1 .vision_bottom .box .txt p {
  word-break: keep-all;
  line-height: 22px;
}
.vision_container1 .vision_tail {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.vision_container1 .vision_tail h3,
.vision_container1 .vision_tail h2 {
  word-break: keep-all;
}
.vision_container1 .vision_tail h3::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin: 0 auto;
  background-color: #d22232;
}

/* 비전2 */
.vision_wrap2 .vision_container2 img {
  width: 100%;
}

/* 비전3 */
.vision_wrap3 .vision_container3 img {
  width: 100%;
}

/* 회사연혁1 */

.history_wrap {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background-color: #f7f7f7;
}

.history_wrap .in {
  max-width: 1600px;
  margin: 0 auto;
}

.history_wrap h2 {
  display: block;
  text-align: right;
}

.history_wrap h2 img {
  width: 100%;
  max-width: 250px;
}

.history_wrap .history_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
  background: center / 100% no-repeat url(../img/logo_v3_blur.svg);
}

.history_wrap .list {
  flex: 0 0 45%;
  color: rgba(0, 0, 0.8);
  overflow: hidden;
}

.history_wrap .list:nth-child(2n) {
  margin: 300px 0 0;
}

.history_wrap .list li {
  font-size: 1.4em;
  padding: 20px;
  margin-top: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
}

.history_wrap .list em {
  font-style: normal;
  display: block;
  font-size: 3em;
  font-weight: 700;
  color: #d32234;
  margin: 40px 0;
}

.history_wrap .list .num {
  font-weight: 700;
  margin-right: 10px;
}

/* 회사연혁2 */

.history_wrap2 .history_top {
  width: 300px;
  height: 100px;
  padding-top: 32px;
  margin: 70px auto;
  line-height: 22px;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: #1b1a73;
  border-radius: 10%;
}

.history_wrap2 .history {
  box-sizing: border-box;
}

.history_wrap2 .history:before {
  box-sizing: border-box;
}

.history_wrap2 .history * {
  box-sizing: border-box;
}

.history_wrap2 .history *:before {
  box-sizing: border-box;
}

.history_wrap2 .history {
  position: relative;
  font-size: 1em;
  width: 100%;
  height: 100%;
  margin: 50px auto;
  overflow-y: hidden;
  overflow-x: hidden;
}

.history_wrap2 .history .history-block {
  margin-top: -4px;
}

.history_wrap2 .history .history-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  margin-top: 4px;
  border: 3px solid #4e9cdd;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}

.history_wrap2 .history .history-icon.history-icon-hide-border {
  border: 0;
}

.history_wrap2 .history .history-icon.history-icon-hide-border i.fa,
.history_wrap2 .history .history-icon.history-icon-hide-border img {
  margin-left: 0;
  margin-top: 0;
}

.history_wrap2 .history .history-icon i.fa,
.history_wrap2 .history .history-icon img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -4px;
  margin-top: -4px;
  vertical-align: bottom;
  line-height: 32px;
  text-align: center;
  font-size: 30px;
}

.history_wrap2 .history .history-icon img {
  border-radius: 100%;
}

.history_wrap2 .history::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  background-color: #eee;
  content: "";
}

.history_wrap2 .history .history-content-left {
  position: relative;
  width: 46%;
  padding: 20px 0;
  line-height: 20px;
  text-align: right;
  word-break: keep-all;
}

.history_wrap2 .history .history-content-left .bar_count {
  font-size: 28px;
  color: #4e4e4e;
  margin-bottom: 20px;
}

.history_wrap2 .history .history-content-right {
  position: relative;
  width: 46%;
  left: 8%;
  padding: 20px 0;
  line-height: 20px;
  text-align: left;
  word-break: keep-all;
}

.history_wrap2 .history .history-content-right .bar_count {
  font-size: 28px;
  color: #4e4e4e;
  margin-bottom: 20px;
}

.history_wrap2 .history .history-content-left ul li,
.history_wrap2 .history .history-content-right ul li {
  color: #8d8d8d;
  font-size: 20px;
  line-height: 28px;
}
.history_wrap2 .history .history-content-left ul li img,
.history_wrap2 .history .history-content-right ul li img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: red;
}

.history_wrap2 .history-block {
  display: flex;
}

.history_wrap2
  .history.history-alternating
  .history-block:nth-of-type(2n + 1)
  .history-content {
  text-align: right;
}

.history_wrap2
  .history.history-alternating:not(.history-left)
  .history-block:nth-of-type(2n)
  .history-content {
  left: 54%;
}

.history_wrap2
  .history.history-alternating:not(.history-left)
  .history-block:nth-of-type(2n)
  .history-date {
  left: auto;
  right: 115%;
  margin-left: -400px;
}

/* 회사연혁3 */

.history_wrap3 .top_tit {
  font-size: 50px;
  color: #777;
}
.history_wrap3 .history_container3 {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.history_wrap3 .history_container3 .history_tit {
  width: 32%;
}
.history_wrap3 .history_container3 .history_tit h2 {
  font-size: 50px;
  font-weight: 900;
  color: #4e4e4e;
}
.history_wrap3 .history_container3 .history_con {
  width: 68%;
}
.history_wrap3 .history_container3 .history_con .box {
  padding: 5px 0 25px 0;
}
.history_wrap3 .history_container3 .history_con dl {
  display: flex;
  width: 100%;
}
.history_wrap3 .history_container3 .history_con dl dt {
  width: 10%;
}
.history_wrap3 .history_container3 .history_con dl dt span {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #4e4e4e;
}
.history_wrap3 .history_container3 .history_con dl dt span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #747474;
  margin-top: 28px;
}
.history_wrap3 .history_container3 .history_con dl dd {
  width: 90%;
  font-size: 20px;
  color: #333;
  word-break: keep-all;
}

/* 조직도1 */
.organization_wrap1 .organization_container1 img {
  width: 100%;
}

/* 조직도2 */
.organization_wrap2 .organization_container2 img {
  width: 100%;
}

/* 조직도3 */
.organization_wrap3 .organization_container3 img {
  width: 100%;
}

/* 오시는길1 */

.g_map1 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.g_map1 .box {
  display: flex;
  align-items: baseline;
  margin: 100px auto;
}

.g_map1 .box .txt_box {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}

.g_map1 .box h2 {
  font-size: 3em;
  flex: 0 0 50%;
  position: relative;
}

.g_map1 .box .txt_box .item {
  position: relative;
  display: flex;
  flex: 0 0 50%;
  padding: 30px;
}

.g_map1 .box .txt_box .item:nth-of-type(1),
.g_map1 .box .txt_box .item:nth-of-type(3) {
  border-right: 1px solid #ddd;
}

.g_map1 .box .txt_box .item:nth-of-type(1),
.g_map1 .box .txt_box .item:nth-of-type(2) {
  border-bottom: 1px solid #ddd;
}

.g_map1 .box .txt_box .item i {
  font-size: x-large;
  color: #d32234;
}

.g_map1 .box .txt_box .item em {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  font-style: normal;
  word-break: keep-all;
  margin: 30px 0 5px;
}

.g_map1 .box .txt_box .item p {
  font-size: 1.1em;
  word-break: keep-all;
  line-height: 1.6;
}

/* 오시는길2 */
.g_map2 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* ci소개1 */
.ci_wrap1 .ci_container1 img {
  width: 100%;
}
.ci_wrap1 .ci_container1 .ci_btn {
  text-align: center;
  margin: 2.5% 0 5%;
}
.ci_wrap1 .ci_container1 .ci_btn img {
  width: 16%;
}

/* ci소개2 */
.ci_wrap2 .ci_container2 img {
  width: 100%;
}

/* 시공능력 평가액1 */
.capa_wrap1 .capa_container1 img {
  width: 100%;
}

/* 사업분야1 */
.business_wrap1 .business_container1 {
  position: relative;
}
.business_wrap1 .business_container1 img {
  width: 100%;
}
.business_wrap1 .business_container1 .business_pos1 {
  position: absolute;
  top: 21%;
  left: 69.8%;
  transform: translate(-50%, -50%);
}
.business_wrap1 .business_container1 .business_pos2 {
  position: absolute;
  top: 54%;
  left: 69.8%;
  transform: translate(-50%, -50%);
}
.business_wrap1 .business_container1 .business_pos3 {
  position: absolute;
  top: 88%;
  left: 69.8%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.business_wrap1 .business_container1 .business_pos1 img,
.business_wrap1 .business_container1 .business_pos2 img,
.business_wrap1 .business_container1 .business_pos3 img {
  width: 78%;
}

/* 사업분야2 */
.business_wrap2 {
  max-width: 1400px;
  margin: 0 auto;
}
.business_container2 .business_top {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.business_container2 .business_top .business_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 395px;
  object-fit: cover;
}
.business_container2 .business_tit {
  position: absolute;
  left: 70px;
  width: 700px;
  height: 350px;
  background-color: #24448d;
  color: #fff;
  padding: 40px;
  word-break: keep-all;
}
.business_container2 .business_bottom .box1,
.business_container2 .business_bottom .box2,
.business_container2 .business_bottom .box3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business_container2 .con{
  width: 100%;
}
.business_container2 .business_bottom img {
  max-width: 600px;
}
.business_container2 .business_bottom h2,
.business_container2 .business_bottom p {
  word-break: keep-all;
}
.business_container2 .business_bottom .tit {
  border-bottom: 1px solid #ddd;
}
.business_container2 .business_bottom .tit span {
  color: #24448d;
}

/* 사업분야3 */
.business_wrap3 .business_container3 img {
  width: 100%;
}

/* 사업분야4 */
.business_wrap4 .business_container4 img {
  width: 100%;
}

/* 사업분야5 */
.business_wrap5 .business_container5 img {
  width: 100%;
}

/* ESG경영1 */
.esg_wrap1 .esg_container1 img {
  width: 100%;
}

/* ESG경영2 */
.esg_wrap2 .esg_container2 img {
  width: 100%;
}

/* ESG경영3 */
.esg_wrap3 .esg_container3 .top_img,
.esg_wrap3 .esg_container3 .bottom_img {
  width: 100%;
}
.esg_wrap3 .esg_container3 dl {
  position: relative;
  background: url("../img/sustainable1/esg3_2_img.png") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 20px;
  margin: 40px 0;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.esg_wrap3 .esg_container3 dl dt {
  font-weight: 700;
  font-size: 50px;
}
.esg_wrap3 .esg_container3 dl dt::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 40px auto 0;
}
.esg_wrap3 .esg_container3 dl dd {
  font-size: 20px;
  line-height: 24px;
  padding-top: 40px;
}

/* 윤리경영1 */
.ethic_wrap1 .ethic_container1 img {
  width: 100%;
}

/* 윤리경영2 */
.ethic_wrap2 .ethic_container2 img {
  width: 100%;
}

/* 경영시스템1 */
.iso_wrap1 .iso_container1 img {
  width: 100%;
}

/* 게시물 선택복사 선택이동 */

#copymove {
}

#copymove .win_desc {
  text-align: center;
  display: block;
}

#copymove .tbl_wrap {
  margin: 20px;
}

#copymove .win_btn {
  padding: 0 20px 20px;
}

.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}

.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */

#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */

#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */

.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */

#captcha {
  display: inline-block;
  position: relative;
}

#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}

#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}

#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}

#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */

#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}

#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}

#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
}

#captcha.m_captcha #captcha_reload span {
  display: none;
}

#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}

#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../../../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor 단축키 */

.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}

.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}

.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}

.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}

.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}

.cke_sc_def dd {
  width: 30%;
}

/* ckeditor 태그 기본값 */

#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#bo_v_con li {
  display: list-item;
}

/* 버튼 */

a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}

a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}

button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
}

/* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #d32234;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s;
}

.btn_submit:hover {
  background: #ad1726;
}

.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}

a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.btn_cancel:hover {
  background: #aaa;
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}

/* 우편번호검색버튼 등 */

a.btn_frmline {
}

button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */

a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}

.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}

a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}

a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}

a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}

a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}

a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}

a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}

a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
}

/* 관리자 전용 버튼 */

.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

/* 기본테이블 */

.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
  margin: 0 0 10px;
  overflow-x: auto;
}

.tbl_head01 table {
  min-width: 500px;
}

.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}

.tbl_head01 thead th input {
  vertical-align: top;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}

.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}

.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}

.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}

.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}

.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}

.tbl_head02 thead a {
  color: #383838;
}

.tbl_head02 thead th input {
  vertical-align: top;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}

.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}

.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}

.tbl_head02 a {
}

/* 폼 테이블 */

.tbl_frm01 {
  margin: 0 0 20px;
}

.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left;
}

.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}

.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}

.half_input {
  width: 49.5%;
}

.twopart_input {
  width: 385px;
  margin-right: 10px;
}

.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}

.tbl_frm01 a {
  text-decoration: none;
}

.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}

.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/

.list_01 ul {
  border-top: 1px solid #ececec;
}

.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}

.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}

.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.list_01 li:hover {
  background: #f9f9f9;
}

.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*폼 리스트*/

.form_01 h2 {
  font-size: 1.167em;
}

.form_01 li {
  margin-bottom: 10px;
}

.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.form_01 .left_input {
  float: left;
}

.form_01 .margin_input {
  margin-right: 1%;
}

.form_01 textarea {
  height: 100px;
  width: 100%;
}

.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */

.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}

.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */

.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */

.td_board {
  width: 80px;
  text-align: center;
}

.td_category {
  width: 80px;
  text-align: center;
}

.td_chk {
  width: 30px;
  text-align: center;
}

.td_date {
  width: 60px;
  text-align: center;
}

.td_datetime {
  width: 110px;
  text-align: center;
}

.td_group {
  width: 80px;
  text-align: center;
}

.td_mb_id {
  width: 100px;
  text-align: center;
}

.td_mng {
  width: 80px;
  text-align: center;
}

.td_name {
  width: 100px;
  text-align: left;
}

.td_nick {
  width: 100px;
  text-align: center;
}

.td_num {
  width: 50px;
  text-align: center;
}

.td_numbig {
  width: 80px;
  text-align: center;
}

.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}

.txt_done {
  color: #e8180c;
}

.txt_expired {
  color: #ccc;
}

.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */

.new_win {
  position: relative;
}

.new_win .tbl_wrap {
  margin: 0 20px;
}

.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}

.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}

.new_win .win_ul li:first-child {
  margin-left: 0;
}

.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}

.new_win .win_ul .selected {
  background: #d32234;
  border-color: #d32234;
  position: relative;
  z-index: 5;
}

.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}

.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}

.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}

.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}

.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #d32234;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}

.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}

.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.new_win .new_win_con2 {
  margin: 20px 0;
}

.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.new_win .win_btn {
  text-align: center;
}

.new_win .cert_btn {
  margin-bottom: 30px;
  text-align: center;
}

.new_win .btn_close {
  padding: 0 20px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}

.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */

.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* 자바스크립트 alert 대안 */

#validation_check {
  margin: 100px auto;
  width: 500px;
}

#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}

#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */

.sv_wrap {
  position: relative;
  font-weight: normal;
}

.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}

.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}

.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}

.sv_member {
  color: #333;
}

.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}

.sv_nojs .sv {
  display: block;
}

/* 페이징 */

.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}

.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.pg {
  text-align: center;
}

.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}

.pg a:focus,
.pg a:hover {
  text-decoration: none;
}

.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}

.pg_page:hover {
  background-color: #fafafa;
}

.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}

.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #d32234;
  border: 1px solid #d32234;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}

/* cheditor 이슈 */

.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */

#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 1650px) {
  #business_wrap {
    padding: 0 30px;
  }
  #ft_link {
    padding: 0 30px;
  }
  #ft_company {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1600px) {
  #container {
    /*padding: 0 20px;*/
  }
  #hd_wrapper {
    padding: 0 20px;
  }
  #gnb #depth1 li a {
    font-size: 1.2em;
  }
  .main_ban_conainer .txt {
    left: 50px;
  }
  #news_wrap {
    margin: 50px -20px;
  }
  #gnb #depth1 {
    width: 100%;
  }
  #gnb_all .gnb_al_ul {
    width: 90%;
  }
  .main_ban_conainer .txt {
    font-size: 3rem;
  }
  /* 회사연혁1 */
  .history_wrap .list em {
    padding: 0 20px;
  }
  /* 오시는길1 */
  .g_map1 .box h2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1400px) {
  #pcmenu .topmenu {
    font-size: 16px;
  }
  #pcmenu .submenu a {
    font-size: 14px;
  }
  .lnb .lnb_map {
    width: 100% !important;
  }
  #business_wrap article {
    height: 75vh;
  }

  /* 사업분야2 */
  .business_container2 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  .main_ban_conainer .txt {
    bottom: 55px;
  }
  #about_wrap .box .con {
    padding: 20px 0 20px 20px;
  }
  #por_wrap .por_inner {
    padding: 70px 40px 60px 40px;
  }
  #community_wrap .box .con:last-child {
    display: none;
  }
  #business_wrap article {
    height: 70vh;
  }
  /* 경영이념2 */
  .management_wrap2 h2 {
    font-size: 36px;
  }
  .management_container2 .management_box3 .con {
    width: 100%;
    margin: 12px 20px;
  }
}

@media screen and (max-width: 1100px) {
  #hd_wrapper {
    height: 80px;
  }
  .m_menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
    cursor: pointer;
  }
  .m_menu .bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #222;
    margin: 3px 0;
    transition: transform 0.3s, opacity 0.3s;
  }
  .m_menu.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .m_menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  .m_menu.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -4px);
  }
  #gnb {
    position: absolute;
    left: 0;
    top: 110px;
    height: 100vh;
    transform: translateX(100%);
    z-index: 999;
    transition: transform 0.3s ease;
    opacity: 0;
  }
  #gnb.active {
    transform: translateX(0);
    opacity: 1;
  }
  #gnb #depth1 {
    width: 80%;
    flex-wrap: wrap;
  }
  .gnb_list {
    display: none;
  }
  #gnb_all {
    top: 0;
    height: inherit !important;
    overflow: auto;
  }
  #gnb_all .gnb_wrap {
    padding-left: 0;
  }
  #gnb_all .gnb_al_ul {
    flex-wrap: wrap;
  }
  #gnb_all .gnb_al_ul .gnb_al_li {
    position: relative;
    flex: 0 0 100%;
    text-align: left;
  }
  #gnb_all .gnb_al_ul .gnb_al_li > a {
    line-height: 3;
    display: inline-block;
  }
  #gnb_all .gnb_al_ul .gnb_al_li::after {
    position: absolute;
    top: 10px;
    right: 5%;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform 0.3s ease-in;
  }
  #gnb_all .gnb_al_ul .gnb_al_li ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease;
    background-color: #fff5f6;
  }
  #gnb_all .gnb_al_ul .gnb_al_li ul li {
    text-align: left;
    padding: 10px 30px;
  }
  #gnb_all .gnb_al_ul .gnb_al_li.active::after {
    transform: rotate(90deg);
  }
  #gnb_all .gnb_al_ul ul:hover {
    background-color: transparent;
  }
  #gnb #depth1 li {
    flex: 0 0 100%;
    padding: 30px 0;
  }
  #gnb #depth1 li a:hover {
    color: inherit;
  }
  #gnb #depth1 li a:hover::before {
    content: none;
  }
  .login_gnb {
    display: none;
  }
  .m_login_gnb {
    display: block;
  }
  .main_ban_conainer .txt {
    bottom: 55px;
    font-size: 2.5em;
  }
  .bottom_wrap {
    height: 1100px;
  }
  .bottom_wrap .bottom_notice {
    width: 100%;
  }
  .bottom_wrap .bottom_community {
    width: 100%;
  }

  /* 사업분야2 */
  .business_container2 .business_bottom .box1,
  .business_container2 .business_bottom .box3 {
    flex-wrap: wrap;
  }
  .business_container2 .business_bottom .box2 {
    flex-wrap: wrap-reverse;
  }
  .business_container2 .business_bottom img {
    max-width: 1100px;
    width: 100%;
  }
  .business_container2 .business_bottom .con {
    width: 100%;
  }
  .business_container2 .business_bottom .tit {
    border-bottom: none;
    padding-bottom: 30px;
  }
  .business_container2 .business_bottom .txt {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .main_ban_conainer {
    margin: 70px auto 0;
  }
  #main_top_box .main_top_item .con i {
    font-size: 36px;
  }
  #main_top_box .main_top_item .con h2 {
    font-size: 16px;
  }
  #about_wrap .box .con .tit {
    line-height: 36px;
  }
  #about_wrap .box .con .tit h2 {
    font-size: 36px;
  }
  #about_wrap .box .con .tit span {
    font-size: 20px;
  }
  #about_wrap .box .con .txt {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  #about_wrap .box .con .txt p {
    font-size: 14px;
  }
  #about_wrap .box .con a {
    font-size: 16px;
  }
  #background_img_wrap2 .box {
    max-width: 640px;
  }
  #background_img_wrap2 .box ul {
    flex-wrap: wrap;
  }
  #background_img_wrap2 .box ul li {
    flex: 0 0 50%;
    padding: 20px;
  }
  #background_img_wrap2 .box ul li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  #header {
    display: none;
  }
  .mobile_head {
    display: flex;
  }
  .sub_visual {
    height: 250px;
  }
  .sub_visual .sub_top_text {
    padding-top: 70px;
  }
  #ft_company {
    /*margin-top: 40px;*/
  }
  .ft_area {
    width: 100%;
  }
  #ft_catch {
    width: 100%;
    text-align: left;
  }
  #ft_catch .service_txts {
    padding-bottom: 30px;
  }

  /* 회사연혁2 */
  .history_wrap2 .history .history-content-left .bar_count {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .history_wrap2 .history .history-content-right .bar_count {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .history_wrap2 .history .history-content-left ul li,
  .history_wrap2 .history .history-content-right ul li {
    font-size: 14px;
    line-height: 24px;
  }

  /* 비전2 */
  .vision_container1 .vision_bottom {
    flex-wrap: wrap;
  }
  .vision_container1 .vision_bottom .box {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .lnb .lnb_map {
    height: 55px;
  }
  .lnb .lnb_map .home i {
    font-size: 16px;
  }
  .lnb .lnb_map li.dep ul {
    top: 56px;
  }

  /* 공통 테이블 */
  .dream_table {
    padding: 0 20px;
    margin-top: 20px;
  }
  .dream_table .pc_view {
    display: none;
  }
  .dream_table .mob_view {
    display: block;
  }

  /* 인사말2 */
  .intro_container2 .intro_content {
    flex-wrap: wrap;
  }
  .intro_container2 .intro_content .intro_img {
    margin: 0 auto;
  }
  .intro_container2 .intro_content .txt {
    padding: 20px;
  }

  /* 사업분야2 */
  .business_container2 .business_top {
    height: 800px;
  }
  .business_container2 .business_tit {
    left: 0;
    top: 395px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .main_ban_conainer .swiper-slide {
    /*width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;*/
  }
  .main_ban_conainer .item img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;*/
    width: 100%;
  }
  .main_ban_conainer .youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1600px;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  #main_top_box {
    padding: 30px 0;
  }
  #main_top_box .main_top_item {
    flex-direction: column;
  }
  #main_top_box .main_top_item .con {
    border-radius: 5px;
  }
  #main_top_box .main_top_item .con a {
    justify-content: flex-start;
    height: 50px;
    padding: 5px 20px;
  }
  #main_top_box .main_top_item .con a:hover {
    margin: 0;
    transition: none;
  }
  #main_top_box .main_top_item .con i {
    font-size: 24px;
    flex: 0;
    padding-right: 14px;
  }
  #business_wrap article {
    height: 60vh;
    flex: 0 0 80% !important;
  }
  .main_ban_conainer .m_img {
    display: block;
  }
  .main_ban_conainer .pc_img {
    display: none;
  }
  .main_ban_conainer .txt {
    bottom: 100px;
    font-size: 2em;
  }
  .main_ban_conainer .progress {
    width: calc(100% - 110px);
  }
  #about_wrap .box {
    flex-wrap: wrap;
  }
  #community_wrap .box {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #community_wrap .box .con {
    flex: 0 0 100%;
  }
  #background_img_wrap1 .box .con .txt p {
    font-size: 24px;
    line-height: 40px;
  }
  .tit {
    /*font-size: 2em !important;*/
  }
  #container_title {
    height: 60vh;
  }
  #container_title h2 {
    font-size: 2.3em;
  }
  .content {
    margin: 50px auto;
  }

  /* 인사말1 */
  .intro_wrap {
    height: 100% !important;
  }
  .intro_wrap p {
    font-size: 1.1em;
  }
  .intro_wrap p br {
    display: none;
  }
  .intro_wrap .bg {
    display: none;
  }

  /* 인사말3 */
  .intro_container3 .intro_top {
    height: 700px;
  }
  .intro_container3 .intro_tit {
    left: 0;
    top: 395px;
    width: 100%;
    height: auto;
  }
  .intro_container3 .intro_content {
    padding: 20px;
  }

  /* 경영이념2 */
  .management_container2 .management_box1 {
    flex-wrap: wrap;
  }
  .management_container2 .management_box1 .img_con1,
  .management_container2 .management_box1 .img_con2,
  .management_container2 .management_box1 .img_con3 {
    margin: 10px auto;
  }

  /* 회사연혁3 */

  .history_wrap3 {
    padding-left: 20px;
  }
  .history_wrap3 .history_container3 {
    flex-wrap: wrap;
  }
  .history_wrap3 .history_container3 .history_tit {
    width: 100%;
    margin-bottom: 30px;
  }
  .history_wrap3 .history_container3 .history_tit h2 {
    font-size: 40px;
  }
  .history_wrap3 .history_container3 .history_con {
    width: 100%;
  }
  .history_wrap3 .history_container3 .history_con dl dt {
    width: 20%;
  }
  .history_wrap3 .history_container3 .history_con dl dt span {
    font-size: 18px;
  }
  .history_wrap3 .history_container3 .history_con dl dd {
    width: 80%;
    font-size: 18px;
  }

  /* 오시는길1 */
  .g_map1 .box {
    flex-wrap: wrap;
  }
  /* 컨텐츠 준비페이지 */
  .ready_wrap {
    width: 80%;
    margin: 0 auto;
  }
  #ft_company .ft_info {
    font-size: 1em;
  }
  #ft_company {
    /*margin-top: 20px;*/
  }
  .ft_copy {
    font-size: 0.9em;
    padding-bottom: 0;
  }
  #ft_link {
    padding: 0 1%;
    justify-content: center;
  }
  #ft_link a {
    font-size: 1.1em;
  }
  #ft_link a::after {
    margin: 0 10px;
  }
  .intro_container {
    height: auto;
  }
  .intro_box_wrap .txt {
    font-size: 1em;
  }

  /* ESG경영3 */
  .esg_wrap3 .esg_container3 dl {
    padding: 50px 20px;
  }
  .esg_wrap3 .esg_container3 dl dt {
    font-size: 30px;
  }
  .esg_wrap3 .esg_container3 dl dd {
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 600px) {
  .lnb .lnb_map {
    height: 50px;
  }
  .lnb .lnb_map .home {
    width: 12%;
  }
  .lnb .lnb_map li {
    width: 44%;
  }
  .lnb .lnb_map li:last-child {
    width: 44%;
  }
  .lnb .lnb_map li.dep ul {
    top: 51px;
  }
  .lnb .lnb_map li.dep a {
    font-size: 12.5px;
  }
  .lnb .lnb_map li.dep ul li a {
    font-size: 12.5px;
  }
  /* our business */
  #business_wrap article {
    height: 41vh;
  }
  /* 메인 공지사항,커뮤니티 */
  .bottom_wrap .bottom_community a {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .bottom_wrap .bottom_community a:hover {
    background-color: #1b93dd;
    color: #fff;
  }
  .bottom_wrap .bottom_community ul i {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .bottom_wrap .bottom_community ul div {
    padding-left: 0;
  }
  .bottom_wrap .bottom_community ul div p {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 13px;
  }
  .bottom_wrap .bottom_community ul div span {
    display: none;
  }
  /* 하단 */
  #service_wrap .service_con .service_area {
    height: 400px;
  }
  #service_wrap .service_con .service_area li .area .txt span {
    display: none;
  }
  #service_wrap .service_con .service_area li .area .txt p {
    font-size: 13px;
  }

  /* 회사연혁2 */
  .history_wrap2 .history .history-content-left ul li,
  .history_wrap2 .history .history-content-right ul li {
    font-size: 10px;
    line-height: 16px;
  }

  /* 사업분야2 */
  .business_container2 .business_top h3 {
    font-size: 20px;
  }
  .business_container2 .business_bottom .box1 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .main_ban_conainer .txt {
    bottom: 60px;
    font-size: 1.5em;
  }
  .progress {
    bottom: -20px;
  }
  .swiper-navigation {
    bottom: -40px;
  }
  .swiper-navigation button i {
    font-size: 2rem;
  }
  /* 하단 */
  #service_wrap .service_con .service_area li .area .txt p {
    font-size: 11px;
  }

  /* 경영이념2 */
  .management_wrap2 h2 {
    font-size: 24px;
  }
  .management_wrap2 .management_container2 {
    margin-top: 70px;
  }
  .management_wrap2 .management_container2 h3 {
    font-size: 20px;
  }
  .management_container2 .management_box3 .con {
    padding: 40px;
  }

  /* 비전2 */
  .vision_container1 .vision_bottom .box .txt p {
    font-size: 14px;
  }

  /* 회사연혁2 */
  .history_wrap2 .history .history-content-left .bar_count,
  .history_wrap2 .history .history-content-right .bar_count {
    font-size: 1.3em;
  }

  /* 사업분야2 */
  .business_container2 .business_top h3 {
    font-size: 16px;
  }
  .business_container2 .business_bottom .tit {
    padding: 30px;
  }
  .business_container2 .business_bottom .txt {
    padding: 30px;
  }
}
