@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
ul,
li {
  list-style: none;
}

/***fullpage 세팅****/
section {
  overflow: hidden;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #ddd !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: var(--blue) !important;
  border: 1px solid #fff;
}
/* smenu */
.smenu {
  margin-top: 65px;
  text-align: center;
}
.smenu ul {
  display: inline-block;
}
.smenu ul li {
  float: left;
  margin-right: 10px;
}
.smenu ul li:last-child {
  margin-right: 0;
}
.smenu ul li a {
  display: block;
  width: 95px;
  height: 50px;
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border: 1px solid #000;
  transition: all 0.5s;
}
.smenu ul li a:hover {
  color: #3a6abc;
  border-color: #3a6abc;
}
.smenu02 ul li a {
  width: 115px;
}

/* smenu active */
.sub01 .smenu ul li:first-child a,
.sub02 .smenu ul li:nth-child(2) a,
.sub03 .smenu ul li:nth-child(3) a,
.sub04 .smenu ul li:nth-child(4) a,
.sub05 .smenu ul li:nth-child(5) a,
.sub06 .smenu ul li:nth-child(6) a,
.sub07 .smenu ul li:nth-child(7) a,
.sub08 .smenu ul li:nth-child(8) a,
.sub09 .smenu ul li:nth-child(9) a,
.sub10 .smenu ul li:nth-child(10) a,
.sub11 .smenu ul li:nth-child(11) a {
  color: #3a6abc;
  border-color: #3a6abc;
}

/* sub style */
.sub .contents .title {
  margin-top: 100px;
  color: #1c1b1e;
  margin-bottom: 50px;
}
.sub .contents .title p {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
.sub .contents .title p strong {
  font-weight: 600;
}
.sub .contents .title p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 23px;
  color: #1c1b1e;
}
.sub .contents .sbox {
  margin-top: 50px;
}
.sub .contents .round {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  color: #eee;
  text-align: center;
  line-height: 300px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.sub02_03 .contents .sbox .ssbox {
  padding: 100px 0;
  border: 1px solid #ddd;
}
.sub02_03 .contents .sbox .ssbox2 {
  border-top: none;
  background: #f5f5f5;
}
.sub02_03 .contents .sbox .ssbox .box {
  width: 360px;
  margin: 0 auto;
}
.sub02_03 .contents .sbox .ssbox .box > p {
  font-size: 15px;
  color: #555;
  text-align: center;
}
.sub02_03 .contents .sbox .ssbox .box > p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.sub02_03 .contents .sbox .ssbox table {
  margin-top: 30px;
}
.sub02_03 .contents .sbox .ssbox table td input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 15px;
  color: #666;
  border: 1px solid #ddd;
  background: #fff;
}
.sub02_03 .contents .sbox .ssbox table tr:nth-child(2) td {
  padding-top: 5px;
}
.sub02_03 .contents .sbox .ssbox .formbtn {
  margin-top: 20px;
  text-align: center;
}
.sub02_03 .contents .sbox .ssbox .formbtn button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  background: #14498e;
  cursor: pointer;
}

#nav li ul li a {
  font-size: 11px;
  color: #a3cbfb;
  text-align: center;
  font-weight: bold;
}
#nav li a {
  font-size: 14px;
  color: #a3cbfb;
}
.main_text {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 22px;
  letter-spacing: -1px;
}
.subtitle_text {
  font-size: 11px;
  color: #6b6b6b;
}
.copy_text {
  font-size: 11px;
  color: #6b6b6b;
}
#jung {
  a: link;
  color: #5f8804;
  text-decoration: none;
  a: visited;
  color: #5f8804;
  text-decoration: none;
  a: hover;
  color: #5f8804;
  text-decoration: none;
  a: active;
  color: #5f8804;
  text-decoration: none;
}

/*****************form tab*******************/
.form_wrap {
  text-align: center;
}
.form_wrap .form_title {
  margin-top: 50px;
}
.form_wrap .form_title ul {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 20px 0;
}
.form_wrap .form_title ul li {
  float: left;
  width: 150px;
  text-align: center;
  border-right: 1px solid #666;
}
.form_wrap .form_title ul li h2 {
  font-size: 26px;
  font-weight: 700;
}

.form_wrap .form_head {
  text-align: left;
}
.form_wrap .form_head h3 {
  font-size: 20px;
  border-radius: 15px;
  padding: 15px 30px;
  border: 2px solid #000;
  display: inline-block;
}
.form_wrap .form_head ul {
  border: 2px solid #000;
  padding: 15px;
  padding-left: 25px;
  font-size: 20px;
  margin-top: 30px;
}
.form_wrap .form_head ul li {
  float: left;
}
.form_wrap .form_head ul li p {
  font-size: 20px;
  padding-left: 20px;
}
.form_wrap .form_head ul li img {
  width: 60px;
  margin-right: 20px;
}
.form_wrap .form_btn {
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #1e90ff;
  border-radius: 25px;
  margin: 30px 0;
  cursor: pointer;
}
.form_wrap .form_btn p {
  color: dodgerblue;
  font-size: 20px;
  font-weight: 700;
}
.form_wrap .form_head img,
.form_wrap .form_person img {
  width: 30px;
}

.form_wrap .form_tab {
  text-align: left;
  display: none;
}
.form_wrap .form_tab h3 {
  color: #1e90ff;
  font-size: 24px;
  border: 1px solid #1e90ff;
  border-radius: 15px;
  display: inline-block;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.form_wrap .form_tab .form_notice {
  border: 3px solid #666;
  padding: 20px 50px;
  text-align: left;
  margin-bottom: 30px;
}
.form_wrap .form_tab .form_notice p {
  font-size: 20px;
}

.form_wrap .form_person {
  text-align: left;
  border: 1px solid #000;
  padding: 15px 30px;
  margin-top: 20px;
}
.form_wrap .form_person span {
  display: inline-block;
  font-size: 16px;
  color: #1e90ff;
}
.form_wrap .form_person span:first-child {
  margin-right: 20px;
}
.form_wrap .form_person span img {
  width: 12px;
}
.form_wrap .form_person span p {
  display: inline-block;
}
.form_wrap .form_person span:last-child {
  float: right;
}

.sub_history01 > h2 {
  font-size: 48px;
  position: relative;
  padding-bottom: 30px !important;
  line-height: 1em;
  color: #333;
  font-weight: 700;
}
.sub_history01 > h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.sub_history01 ul li {
  padding: 100px 0;
  padding-left: 100px;
  border-bottom: 1px solid #ededed;
}
.sub_history01 ul li:last-of-type {
  border-bottom: none;
}
.sub_history01 ul li h2 {
  text-align: left;
  float: left;
  width: 50%;
  color: #333;
  font-size: 60px;
  line-height: 1em;
  margin-top: -33px;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
.sub_history01 ul li h2:before {
  position: absolute;
  content: "";
  right: 120px;
  width: 150px;
  bottom: 8px;
  transform: translateY(-50%);
  height: 0.5px;
  background: dodgerblue;
}
.sub_history01 ul li div {
  float: left;
  width: 50%;
}
.sub_history01 ul li div p {
  text-align: left;
  font-size: 20px;
  color: #666;
  padding-bottom: 15px;
  font-weight: 500;
}
.sub_history01 ul li div p:last-of-type {
  padding-bottom: 0;
}
.sub_history01 ul li div p strong {
  color: dodgerblue;
  font-size: 28px;
  padding-right: 5px;
}

/*********20250805 리뉴얼***********/
.sectitle {
  text-align: center;
  margin-bottom: 45px;
}
.sectitle h2 {
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 400;
}
.sectitle h2 strong {
  font-weight: 600;
}
.sectitle p {
  font-size: 23px;
}
section.copy {
  height: auto;
}
section.main_copy {
  height: auto !important;
}
/*******visual************/
.visual .swiper img {
  height: 100vh;
  width: 100%;
}
.visual .scroll_down_box {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  text-align: center;
}
.visual .scroll_down_box p {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
}
.visual .scroll_down_box .scroll_down_mouse {
  background: rgba(255, 255, 255, 0.27);
  width: 1px;
  height: 100px;
  position: absolute;
  left: 6px;
  bottom: 130px;
  overflow: hidden;
}
.visual .scroll_down_box .scroll_down_mouse span {
  background: #fff;
  display: block;
  width: 1px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100%;
  animation: wheeldown 2s 1s infinite normal;
}
@keyframes wheeldown {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.visual .wheel_down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 30px;
  height: 45px;
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  z-index: 9999;
}
.visual .wheel_down span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
  width: 5px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%;
  opacity: 0.4;
  animation: wheel 0.6s 0s infinite linear normal;
}
.visual .wheel_down p {
  font-size: 10px;
  color: #fff;
  letter-spacing: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 200px;
  text-align: center;
}
@keyframes wheel {
  0% {
    top: 6px;
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0.4;
  }
}
/***********business*************/
.business .inner {
  width: 1440px;
  max-width: none;
}
.business ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 1440px;
}
.business ul li {
  width: 23.5%;
}
.business ul li img {
  width: 100%;
  height: 220px;
}
.business .item {
  background: #eeecea;
  padding: 25px 20px;
  height: 100%;
}
.business .item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.business .item p {
  font-size: 1.1rem;
}
.sub_business {
  margin-top: 50px;
}
/***********core*************/
.core {
  background: #eeecea;
}
.core ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.core ul li {
  width: 600px;
  height: 310px;
  padding: 0 100px;
}
.core ul li:nth-of-type(2),
.core ul li:nth-of-type(4) {
  display: flex;
  align-items: start;
  justify-content: end;
}

.core ul li img {
  height: 114px;
}
.core ul li h2 {
  font-weight: 600;
  font-size: 28px;
  margin: 10px 0;
}
.core ul li p {
  font-size: 18px;
}
.core ul li span {
  display: inline-block;
  font-size: 18px;
  margin-top: 6px;
  padding: 5px 15px;
  background: var(--blue);
  color: #fff;
}
.core ul li:nth-of-type(2) span,
.core ul li:nth-of-type(3) span {
  background: var(--green);
}
/***
/*****location******/
.location {
  position: relative;
}
.location .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}
.location .item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.location_btn {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.location .main_copy {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
/*******submenu********/
.submenu {
  width: 1200px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*******sub********/
.sub_cont {
  margin-bottom: 100px;
}
.subtop img {
  width: 100%;
}
.subtitle {
  border-left: 15px solid var(--blue);
  color: var(--blue);
  font-size: 42px;
  padding-left: 20px;
  width: 1200px;
  margin: 0 auto;
  font-weight: 600;
}
/*********ceo**********/
.ceo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.ceo .item h3 {
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 25px;
  font-size: 31.25px;
}
.ceo .item p {
  font-weight: 300;
  font-size: 27px;
  line-height: 1.3;
}
.ceo_sign {
  text-align: right;
  margin-top: 30px;
}
/*****ci*****/
.ci .inner {
  max-width: 1200px;
}
.ci .subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ci h3 {
  font-size: 31px;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 20px;
}
.ci_cont {
  margin: 100px 0;
}
.ci_cont li {
  display: flex;
  justify-content: space-between;
}
.ci_cont li:first-of-type {
  margin-bottom: 50px;
}
.ci_cont li .item {
  padding-left: 48px;
}
.ci_cont li p {
  font-size: 27px;
  white-space: nowrap;
  line-height: 1.3;
}
.ci_box {
  margin-bottom: 100px;
}
/******map*******/
.map .subtitle {
  margin-bottom: 100px;
}
.map_cont {
  display: flex;
  justify-content: center;
  padding-bottom: 250px;
}
.mapbox {
  width: 1117px;
  height: 890px;
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.mapbox > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mapbox .item {
  position: relative;
}
.map_hover {
  position: absolute;
  top: 167px;
  transition: all 0.5s;
  width: 336px;
  display: none;
  z-index: 9999;
}
.map_hover.on {
  opacity: 1;
}
.mapbox_left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.mapbox_right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.mapbox .map_img {
  position: relative;
  z-index: -999;
}
.map01 {
  top: -14px;
  z-index: 9;
}
.map02 {
  top: -90px;
  z-index: 8;
}
.map03 {
  top: -295px;
  z-index: 7;
}
.map04 {
  top: -15px;
  z-index: 6;
}
.map05 {
  top: -60px;
  z-index: 5;
}
.map06 {
  top: 0px;
  z-index: 4;
}
.map07 {
  top: -125px;
  z-index: 3;
  display: none;
}
.mapbox_left .map_hoverbox {
  position: absolute;
  cursor: pointer;
  width: 335px;
  height: 170px;
  left: 0;
  top: 0;
}
.mapbox_left .map_hover {
  left: 0;
}
.mapbox_right .map_hover {
  right: 0;
}
.map01 .map_hoverbox {
  height: 170px;
}
.map02 .map_hoverbox {
  height: 215px;
}
.map03 .map_hoverbox {
  top: 247px;
  bottom: 0;
  height: 190px;
}
.mapbox_right .map_hoverbox {
  position: absolute;
  cursor: pointer;
  width: 335px;
  height: 193px;
  right: 0;
  top: 0;
}
.map04 .map_hoverbox {
  height: 170px;
}
.map05 .map_hoverbox {
  height: 170px;
}
.map06 .map_hoverbox {
  height: 170px;
}
.map07 .map_hoverbox {
  height: 170px;
  top: auto;
  bottom: 0;
}

.map01 .map_hover {
  width: 334px;
}
.map02 .map_hover {
  top: 210px;
  width: 337px;
}
.map03 .map_hover {
  top: 437px;
}
.map07 .map_hover {
  top: 359px;
}
