@charset "UTF-8";
@media (min-width: 2000px) {
  .container_img img {
    width: 100%;
    display: block;
  }
}
/******************************************
메인시작
*******************************************/
/******************************************
서브시작
*******************************************/
.sc01 .sc01_map iframe {
  width: 100%;
  min-height: 500px;
}
@media (max-width: 1480px) {
  .sc01 .sc01_map iframe {
    min-height: unset;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 991px) {
  .sc01 .sc01_map iframe {
    aspect-ratio: 1.32/1;
  }
}

.mc02_tab-wrap {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .mc02_tab-wrap {
    margin-top: 65px;
  }
}
.mc02_tab-wrap .tab_box {
  margin-bottom: 120px;
}
.mc02_tab-wrap .tab_box .mc02_tab_a {
  position: relative;
  display: block;
  padding: 12.5px 0;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: #001751;
  color: #fff;
  z-index: 996;
}
.mc02_tab-wrap .tab_box .mc02_tab_a svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s ease-in-out;
  width: 9.5px;
  height: 6px;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box {
    position: relative;
    margin-bottom: 65px;
  }
  .mc02_tab-wrap .tab_box.open .mc02_tab-ul {
    display: flex;
  }
  .mc02_tab-wrap .tab_box.open .mc02_tab_a svg {
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
}
.mc02_tab-wrap .tab_box .mc02_tab-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box .mc02_tab-ul {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px 0;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 52px 0 30px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 995;
  }
}
.mc02_tab-wrap .tab_box .mc02_tab-li {
  position: relative;
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 21px 0;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box .mc02_tab-li {
    width: 100%;
    padding: 0;
    flex: none;
  }
}
.mc02_tab-wrap .tab_box .mc02_tab-li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #e1e1e1;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box .mc02_tab-li::after {
    display: none;
  }
}
.mc02_tab-wrap .tab_box .mc02_tab-li:last-child::after {
  display: none;
}
.mc02_tab-wrap .tab_box .mc02_tab-li span {
  position: relative;
  font-size: 18px;
  color: #999999;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box .mc02_tab-li span {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
  }
}
.mc02_tab-wrap .tab_box .mc02_tab-li.on::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #001751;
  z-index: 993;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box .mc02_tab-li.on::before {
    display: none;
  }
}
.mc02_tab-wrap .tab_box .mc02_tab-li.on span {
  font-weight: 700;
  color: #fff;
  z-index: 994;
}
@media (max-width: 991px) {
  .mc02_tab-wrap .tab_box .mc02_tab-li.on span {
    font-weight: 600;
    color: #1d2087;
  }
}
.mc02_tab-wrap .mc02_tab-box .mc02_tab_content {
  display: none;
}
.mc02_tab-wrap .mc02_tab-box .mc02_tab_content.on {
  display: block;
}
.mc02 .mc02_contact {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .mc02 .mc02_contact {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    margin-bottom: 60px;
  }
}

.sub_menu_box {
  margin-bottom: 50px;
}
.sub_menu_box .m_sub_menu {
  margin: 0;
}
.sub_menu_box .dropdown > a {
  position: relative;
  display: block;
  padding: 12.5px 0;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: #001751;
  color: #fff;
  z-index: 992;
}
.sub_menu_box .dropdown > a svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s ease-in-out;
  width: 9.5px;
  height: 6px;
}
.sub_menu_box .dropdown .dropdown_ul {
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 15px 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 52px 0 30px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  z-index: 991;
}
.sub_menu_box .dropdown .dropdown_ul .dropdown_li a {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.sub_menu_box .dropdown .dropdown_ul .dropdown_li.on a {
  font-size: 13px;
  font-weight: 600;
  color: #1d2087;
}
.sub_menu_box .dropdown.open .dropdown_ul {
  display: flex;
}
.sub_menu_box .dropdown.open > a svg {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */