@charset "UTF-8";
body {
  color: #222;
}

/* Font - NotoSansCKJ (기본) */
/* Medium */
@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("../../fonts/NotoSansCKJ/NotoSans-Medium.woff2") format("woff2"), url("../../fonts/NotoSansCKJ/NotoSans-Medium.woff") format("woff"), url("../../fonts/NotoSansCKJ/NotoSans-Medium.eot") format("opentype"), url("../../fonts/NotoSansCKJ/NotoSans-Medium.ttf") format("truetype");
}
/* Font - Inter(숫자 및 영문 일부) */
/* Light */
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
  src: url("../../fonts/Inter/Inter-Light.woff2") format("woff2"), url("../../fonts/Inter/Inter-Light.woff") format("woff"), url("../../fonts/Inter/Inter-Light.eot") format("opentype"), url("../../fonts/Inter/Inter-Light.ttf") format("truetype");
}
/* Regular */
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("../../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../../fonts/Inter/Inter-Regular.woff") format("woff"), url("../../fonts/Inter/Inter-Regular.eot") format("opentype"), url("../../fonts/Inter/Inter-Regular.ttf") format("truetype");
}
/* Medium */
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("../../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../../fonts/Inter/Inter-Medium.woff") format("woff"), url("../../fonts/Inter/Inter-Medium.eot") format("opentype"), url("../../fonts/Inter/Inter-Medium.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("../../fonts/Inter/Inter-Bold.woff2") format("woff2"), url("../../fonts/Inter/Inter-Bold.woff") format("woff"), url("../../fonts/Inter/Inter-Bold.eot") format("opentype"), url("../../fonts/Inter/Inter-Bold.ttf") format("truetype");
}
.w_set {
  max-width: 1400px;
  margin: 0 auto;
}

.wrap-header.new {
  background-image: none;
}
.wrap-header.new .inner {
  max-width: 1400px;
}
.wrap-header.new .hd_top {
  display: flex;
  justify-content: flex-end;
  font-size: 0;
  padding-top: 6px;
}
.wrap-header.new .hd_top a {
  display: inline-block;
  font-size: 16px;
}
.wrap-header.new .hd_top a + a {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
}
.wrap-header.new .hd_top a + a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #d3d3d3;
}
.wrap-header.new .hd_btm {
  padding-top: 7px;
  display: flex;
  justify-content: space-between;
}
.wrap-header.new .nav {
  margin: 0 auto;
  position: relative;
}
.wrap-header.new .nav > ul {
  display: inline-block;
}
.wrap-header.new .nav > ul > li {
  width: 220px;
}
.wrap-header.new .nav > ul > li > a {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 30px;
}
.wrap-header.new .nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  background-color: #0c9194;
  transition: all 0.35s;
}
.wrap-header.new .nav > ul > li > a:hover::after, .wrap-header.new .nav > ul > li > a.on::after {
  width: 100%;
  height: 4px;
}
.wrap-header.new .sub_menu {
  border-top: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 120%;
  min-height: 276px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/common/depth_bg.jpg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.wrap-header.new .sub_menu.selected {
  display: block;
}
.wrap-header.new .sub_menu.selected::before {
  content: "";
  border-top: 1px solid #ddd;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.wrap-header.new .sub_menu .depth2 {
  font-size: 0;
  padding: 0 0 88px 0;
}
.wrap-header.new .sub_menu .depth2 > li {
  display: inline-block;
  vertical-align: top;
  max-width: 240px;
  margin-right: 60px;
  margin-top: 16px;
}
.wrap-header.new .sub_menu .depth2 > li:last-child {
  margin-right: 0;
}
.wrap-header.new .sub_menu .depth2 > li .sub_tit {
  display: block;
  min-width: 220px;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f9f9f9;
  color: #0c9194;
}
.wrap-header.new .sub_menu .depth2 > li .sub_tit.has_depth {
  background: #f9f9f9 url("../../images/ico/has_depth.svg") no-repeat right 20px center;
}
.wrap-header.new .sub_menu .depth3 {
  margin-top: 9px;
  margin-left: 20px;
}
.wrap-header.new .sub_menu .depth3 > li:hover > a, .wrap-header.new .sub_menu .depth3 > li.on > a {
  color: #0c9194;
}
.wrap-header.new .sub_menu .depth3 > li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0 5px 10px;
}
.wrap-header.new .sub_menu .depth3 > li a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0c9194;
  position: absolute;
  left: 3px;
  top: 17px;
}
.wrap-header.new .sub_menu .depth4 {
  padding-left: 10px;
}
.wrap-header.new .sub_menu .depth4 > li:hover > a, .wrap-header.new .sub_menu .depth4 > li.on > a {
  color: #0c9194;
}
.wrap-header.new .sub_menu .depth4 > li a {
  padding-left: 5px;
  font-weight: 400;
  padding: 2px 0 2px 10px;
}
.wrap-header.new .sub_menu .depth4 > li a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  left: 3px;
  top: 15px;
}
.wrap-header.new .ico.search {
  position: initial;
  margin-left: 0;
  background: url("../../images/ico/hd_search.svg") no-repeat center;
}
.wrap-header.new .ico.menu {
  position: initial;
  margin-left: 0;
  margin-right: -12px;
  background: url("../../images/ico/hd_menu.svg") no-repeat center;
}
.wrap-header.new .h-sitemap {
  z-index: 999;
}
.wrap-header.new .h-sitemap .depth2 > li {
  padding-left: 0;
  margin-bottom: 0;
}
.wrap-header.new .h-sitemap .depth2 > li::before {
  content: none;
}
.wrap-header.new .h-sitemap .depth2 li.current a {
  border-bottom: 0;
}
.wrap-header.new .h-sitemap .depth2 li a:hover, .wrap-header.new .h-sitemap .depth2 li a:focus {
  border-bottom: 0;
}
.wrap-header.new .h-sitemap .menu-header {
  padding: 30px 0 32px;
  height: auto;
  background-color: #0c9194;
}
.wrap-header.new .h-sitemap .menu-header .inner {
  position: relative;
}
.wrap-header.new .h-sitemap .menu-header .inner .m-close {
  right: 0;
  top: 10px;
  background: url("../../images/ico/sitemap_close.svg") no-repeat center;
}
.wrap-header.new .h-sitemap .menu-header h1 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 10px;
}
.wrap-header.new .h-sitemap .menu-header p {
  font-size: 16px;
}
.wrap-header.new .h-sitemap .menu-body {
  padding: 37px 0 160px;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_li {
  display: flex;
  margin: 0;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_li + .sitemap_li {
  margin-top: 50px;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_li h2 {
  line-height: 1.8;
  font-weight: 500;
  font-size: 24px;
  width: 270px;
  flex: 0 0 auto;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth3 {
  padding-top: 9px;
  padding-left: 20px;
  flex-direction: column;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li:hover > a, .wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li.on > a {
  color: #0c9194;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0 5px 10px;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0c9194;
  position: absolute;
  left: 3px;
  top: 17px;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li:hover > a, .wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li.on > a {
  color: #0c9194;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li a {
  margin-left: 10px;
  font-weight: 400;
  padding: 2px 0 2px 9px;
}
.wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  left: 3px;
  top: 15px;
}

@media screen and (min-width: 1440px) {
  .wrap-header.new .h-sitemap .depth1 > li > h2, .wrap-header.new .h-sitemap .depth1 > li > a {
    border-bottom: 0;
  }
  .wrap-header.new .h-sitemap .depth2 {
    width: 100%;
    display: flex;
    gap: 40px;
    padding: 0;
  }
  .wrap-header.new .h-sitemap .depth2 > li {
    flex: 1;
  }
  .wrap-header.new .h-sitemap .depth2 > li > button, .wrap-header.new .h-sitemap .depth2 > li > a, .wrap-header.new .h-sitemap .depth2 > li > strong {
    width: 100%;
    display: block;
    background: #f9f9f9;
    border-radius: 3px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #0c9194;
    padding: 0 20px;
  }
  .wrap-header.new .h-sitemap .depth2 > li > strong {
    background: #f9f9f9 url("../../images/ico/has_depth.svg") no-repeat right 16px center;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_li {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .wrap-header.new {
    background-image: none;
  }
  .wrap-header.new .inner {
    padding: 0 16px;
    max-width: 1400px;
  }
  .wrap-header.new .ico.logo {
    width: 104px;
    height: 29px;
    background-size: 610px;
    margin-top: 2px;
  }
  .wrap-header.new .hd_top {
    display: none;
  }
  .wrap-header.new .hd_btm {
    padding: 12px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrap-header.new .nav {
    display: none;
  }
  .wrap-header.new .sub_menu {
    display: none;
  }
  .wrap-header.new .ico.search {
    margin-left: auto;
  }
  .wrap-header.new .h-sitemap {
    max-width: 360px;
    width: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .wrap-header.new .h-sitemap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .wrap-header.new .h-sitemap .depth1 > li > h2, .wrap-header.new .h-sitemap .depth1 > li > a {
    text-align: left;
    background-color: #f9f9f9;
  }
  .wrap-header.new .h-sitemap .depth1 > li > h2.ui-state-active, .wrap-header.new .h-sitemap .depth1 > li > a.ui-state-active {
    background-color: #fff;
  }
  .wrap-header.new .h-sitemap .depth2 {
    padding: 0;
    border-left: 0;
  }
  .wrap-header.new .h-sitemap .depth2 > li > button, .wrap-header.new .h-sitemap .depth2 > li > a, .wrap-header.new .h-sitemap .depth2 > li > strong {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 50px;
    line-height: 48px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 26px 0 20px;
  }
  .wrap-header.new .h-sitemap .depth2 > li > strong {
    background: url("../../images/ico/has_depth.svg") no-repeat right 16px center;
  }
  .wrap-header.new .h-sitemap .depth2 > li > strong.ui-state-active {
    background-image: url("../../images/ico/has_depth_on.svg");
  }
  .wrap-header.new .h-sitemap .menu-header {
    padding: 20px 0 0;
    height: auto;
    background-color: #0c9194;
  }
  .wrap-header.new .h-sitemap .menu-header .inner {
    position: relative;
  }
  .wrap-header.new .h-sitemap .menu-header .inner .m-close {
    width: 20px;
    height: 20px;
    right: 16px;
    top: 0;
    background: url("../../images/ico/sitemap_close.svg") no-repeat center;
    background-size: 16px;
  }
  .wrap-header.new .h-sitemap .menu-header h1 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .wrap-header.new .h-sitemap .menu-header h1 strong {
    font-weight: 400;
    font-size: 20px;
  }
  .wrap-header.new .h-sitemap .menu-header p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }
  .wrap-header.new .h-sitemap .menu-header p .time {
    font-size: 18px;
    line-height: 28px;
  }
  .wrap-header.new .h-sitemap .menu-header p .bt {
    border: 0;
    background: #fff;
    color: #222;
    font-weight: 400;
  }
  .wrap-header.new .h-sitemap .menu-header ul {
    position: initial;
    display: flex;
    margin: 28px -16px 0;
  }
  .wrap-header.new .h-sitemap .menu-header ul li {
    flex: 1;
    font-size: 16px;
  }
  .wrap-header.new .h-sitemap .menu-header ul li a {
    display: block;
    line-height: 50px;
    width: 100%;
    height: 100%;
    background-color: #00b780;
  }
  .wrap-header.new .h-sitemap .menu-header ul li a.join {
    background-color: #07a08c;
  }
  .wrap-header.new .h-sitemap .menu-body {
    padding: 0;
    height: 100%;
    background-color: #f9f9f9;
  }
  .wrap-header.new .h-sitemap .menu-body .inner {
    padding: 0;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_li {
    display: block;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_li + .sitemap_li {
    margin-top: 0;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_li h2 {
    height: 50px;
    line-height: 48px;
    padding-left: 24px;
    font-size: 16px;
    max-width: 160px;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth2 {
    flex: 1;
    width: 100%;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth2 + .sitemap_depth2 {
    margin-top: 0;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth3 {
    padding: 13px 0 14px 20px;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li:hover > a, .wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li.on > a {
    color: #0c9194;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li a {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.2;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth3 > li a::before {
    content: none;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li:hover > a, .wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li.on > a {
    color: #0c9194;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li a {
    margin-left: 0;
    padding: 5px 0 5px 10px;
    font-weight: 400;
    position: relative;
  }
  .wrap-header.new .h-sitemap .menu-body .sitemap_depth4 > li a::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #222;
    position: absolute;
    top: 13px;
    left: 5px;
  }
}
.wrap-footer.new .f-logo {
  top: 50px;
}
.wrap-footer.new .f-link {
  margin-bottom: 32px;
}
.wrap-footer.new .f-link ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.wrap-footer.new .f-link ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  border-right: 0;
}
.wrap-footer.new .f-link ul li:last-child::before {
  content: none;
}
.wrap-footer.new .f-link ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-right: 30px;
}
.wrap-footer.new .f-link ul li a strong {
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .wrap-footer.new .f-sns {
    bottom: auto;
    top: 16px;
    right: 280px;
  }
  .wrap-footer.new .f-family-link {
    bottom: auto;
    top: 10px;
    right: 50px;
  }
  .wrap-footer.new .f-family-link + button {
    bottom: auto;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .wrap-footer.new > .inner {
    padding: 0 16px 40px;
  }
  .wrap-footer.new .f-family-slide .inner {
    padding-top: 16px;
  }
  .wrap-footer.new .f-link {
    margin: 0 -16px;
    padding: 17px 16px 23px;
    background-color: #f9f9f9;
  }
  .wrap-footer.new .f-link ul {
    display: flex;
    gap: 16px 47px;
    flex-wrap: wrap;
  }
  .wrap-footer.new .f-link ul li::before {
    content: none;
  }
  .wrap-footer.new .f-link ul li a {
    margin-right: 0;
    padding-right: 0;
  }
  .wrap-footer.new .f-middle {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrap-footer.new .f-logo {
    position: initial;
    display: inline-block;
  }
  .wrap-footer.new .f-company {
    margin-top: 20px;
    color: #222;
    font-weight: 400;
  }
  .wrap-footer.new .f-company .copyright {
    color: #666;
  }
  .wrap-footer.new .f-family-link {
    flex: 0 0 auto;
    position: initial;
    border-radius: 3px;
    color: #222;
    border-color: #ddd;
    max-width: 187px;
    width: 100%;
    height: 46px;
    padding-left: 14px;
    padding-right: 26px;
    background: url("../../images/ico/ico-sub-menu-new.svg") no-repeat right 14px center;
  }
  .wrap-footer.new .f-mark {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap-footer.new .f-mark .wa {
    width: 60px;
    height: 42px;
  }
  .wrap-footer.new .f-mark .eprivacy {
    height: 36px !important;
  }
  .wrap-footer.new .f-sns {
    position: initial;
    display: inline-block;
  }
}
.main {
  padding-top: 110px;
}
.main .main_visual {
  overflow: hidden;
  padding: 90px 0 80px;
  position: relative;
  background: url("../../images/img/main_visual_bg.png") no-repeat center;
  background-size: cover;
}
.main .main_visual::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 291px;
  height: 227px;
  background: url("../../images/img/main_visual_img_1.svg") no-repeat;
}
.main .main_visual::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 0;
  display: block;
  width: 203px;
  height: 142px;
  background: url("../../images/img/main_visual_img_4.svg") no-repeat;
}
.main .main_visual .w_set {
  display: grid;
  grid-template-columns: 40.75% calc(59.25% - 47px);
  column-gap: 47px;
  row-gap: 36px;
}
.main .main_visual .banner_wrap {
  grid-row: 1/3;
  position: relative;
}
.main .main_visual .banner_wrap .swiper_control {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.main .main_visual .banner_wrap .swiper_control .pagination {
  width: auto;
}
.main .main_visual .banner_wrap .swiper_control .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #dddddd;
  margin: 0 5px;
}
.main .main_visual .banner_wrap .swiper_control .pagination .swiper-pagination-bullet-active {
  background-color: #00b780;
}
.main .main_visual .banner_wrap .banner {
  display: block;
}
.main .main_visual .banner_wrap .banner a {
  display: block;
  overflow: hidden;
  border-radius: 30px 0px 30px 30px;
  width: 100%;
  position: relative;
}
.main .main_visual .search_area > div {
  display: flex;
  align-items: center;
  position: relative;
}
.main .main_visual .search_area > div span {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  color: #00b780;
  margin-right: 35px;
}
.main .main_visual .search_area > div .input_area {
  display: flex;
  flex: 1;
  position: relative;
  border: 2px solid #00b780;
  border-radius: 6px;
  background: #fff;
}
.main .main_visual .search_area > div select {
  background-color: #fff;
  height: 70px;
  border-radius: 6px 0 0 6px;
  background-position: right center;
  padding: 0 20px 0 20px;
}
.main .main_visual .search_area > div input {
  background: #fff;
  height: 70px;
  padding: 0 80px 0 20px;
  font-size: 16px;
  width: 100%;
  color: #666;
}
.main .main_visual .search_area > div a {
  display: inline-block;
  background: #00b780 url("../../images/ico/search_btn.svg") no-repeat 50% 50%;
  width: 70px;
  height: 100%;
  transition: all 0.2s;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.main .main_visual .search_area > div a:hover {
  background-color: #02996c;
}
.main .main_visual .search_area .search_ul {
  font-size: 0;
  max-width: 84%;
  margin: 10px 0 0 auto;
}
.main .main_visual .search_area .search_ul li {
  display: inline-block;
  margin-right: 30px;
}
.main .main_visual .search_area .search_ul li:last-child {
  margin-right: 0;
}
.main .main_visual .search_area .search_ul li a {
  font-size: 16px;
  color: #333;
}
.main .main_visual .search_area .search_ul li a:hover {
  text-decoration: underline;
}
.main .main_visual .quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.main .main_visual .quick::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -25px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../images/img/main_visual_img_2.svg");
}
.main .main_visual .quick::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -113px;
  display: block;
  width: 112px;
  height: 106px;
  background: url("../../images/img/main_visual_img_3.svg");
}
.main .main_visual .quick li:nth-child(-n+3) a {
  border-bottom: 1px solid #ddd;
}
.main .main_visual .quick li:nth-child(3n) a::after {
  display: none;
}
.main .main_visual .quick li.quick1 a:before {
  background-image: url("../../images/ico/quick1.svg");
}
.main .main_visual .quick li.quick2 a:before {
  background-image: url("../../images/ico/quick2.svg");
}
.main .main_visual .quick li.quick3 a:before {
  background-image: url("../../images/ico/quick3.svg");
}
.main .main_visual .quick li.quick4 a:before {
  background-image: url("../../images/ico/quick4.svg");
}
.main .main_visual .quick li.quick5 a:before {
  background-image: url("../../images/ico/quick5.svg");
}
.main .main_visual .quick li.quick6 a:before {
  background-image: url("../../images/ico/quick6.svg");
}
.main .main_visual .quick li a {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.2s;
  align-items: center;
  padding: 12% 5%;
}
.main .main_visual .quick li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 52px;
  background: #ddd;
  position: absolute;
  right: 0;
}
.main .main_visual .quick li a::before {
  flex: 0 0 auto;
  display: inline-block;
  content: "";
  width: 90px;
  height: 90px;
  background: url("../../images/ico/quick01.svg") no-repeat 50% 50%;
  transition: all 0.2s;
}
.main .main_visual .quick li a:hover {
  color: #008859;
}
.main .main_visual .quick li a:hover::before {
  background-position-y: 38%;
}
.main .main_sec {
  padding-top: 100px;
}
.main .main_sec:last-child {
  padding-bottom: 100px;
}
.main .main_sec h2.tit_kr {
  font-size: 15px;
  color: #00b780;
  line-height: 18px;
}
.main .main_sec h2.tit {
  font-family: "Montserrat";
  padding-top: 10px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}
.main .main_sec .news_wrap {
  position: relative;
}
.main .main_sec .news_wrap .swiper_navi .swiper_button {
  position: absolute;
  top: 40%;
  font-size: 0;
  display: block;
  width: 15px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.main .main_sec .news_wrap .swiper_navi .swiper_button.swiper_next {
  background-image: url("../../images/ico/ico_swiper_next.svg");
  right: -45px;
}
.main .main_sec .news_wrap .swiper_navi .swiper_button.swiper_prev {
  background-image: url("../../images/ico/ico_swiper_prev.svg");
  left: -45px;
}
.main .main_sec .news_wrap .swiper_navi .swiper-button-disabled {
  opacity: 0.3;
}
.main .main_sec .news_wrap .news {
  padding-top: 30px;
}
.main .main_sec .news_wrap .news:hover .img img {
  transform: scale(110%);
}
.main .main_sec .news_wrap .news .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.main .main_sec .news_wrap .news .img:after {
  content: "";
  display: block;
  padding-bottom: 115%;
}
.main .main_sec .news_wrap .news .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.main .main_sec .news_wrap .news .img .flag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #0c9194;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  padding: 4px 12px;
}
.main .main_sec .news_wrap .news .tit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 20px;
  font-size: 20px;
  line-height: 24px;
  min-height: 68px; /* 231222 수정 */
}
.main .main_sec .news_wrap .news .date {
  font-family: "Inter";
  display: block;
  padding-top: 16px;
  font-size: 16px;
  color: #666;
}
.main .main_sec .board_wrap {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.main .main_sec .board_wrap .board_area {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .main_sec .board_wrap .board_area > li {
  display: inline-block;
  padding-right: 50px;
}
.main .main_sec .board_wrap .board_area > li.active .tit a.board_name::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0c9194;
  position: absolute;
  right: -11px;
  top: -8px;
}
.main .main_sec .board_wrap .board_area > li.active .more_btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../../images/ico/more_btn.svg") no-repeat center;
  transition: all 0.35s;
}
.main .main_sec .board_wrap .board_area > li.active .more_btn:focus {
  outline: 2px solid #000;
}
.main .main_sec .board_wrap .board_area > li.active .more_btn:hover {
  transform: rotate(180deg);
}
.main .main_sec .board_wrap .board_area > li.active .board_list {
  max-width: 933px;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-top: 1px solid #666;
  padding-top: 34px;
  display: flex;
  gap: 36px;
}
.main .main_sec .board_wrap .board_area > li.active .board_list li {
  width: 33.3333333333%;
}
.main .main_sec .board_wrap .board_area > li.active .board_list li:hover a .tit {
  color: #0c9194;
}
.main .main_sec .board_wrap .board_area > li.active .board_list a .tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.35s;
  min-height: 38px; /* 231222 수정 */
}
.main .main_sec .board_wrap .board_area > li.active .board_list a .txt {
  padding-top: 26px;
  font-size: 15px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 70px; /* 231222 수정 */
}
.main .main_sec .board_wrap .board_area > li.active .board_list a .list_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  margin-top: 25px;
  border-top: 1px dashed #d3d3d3;
}
.main .main_sec .board_wrap .board_area > li.active .board_list a .list_btm .writer {
  font-size: 14px;
  color: #666;
}
.main .main_sec .board_wrap .board_area > li.active .board_list a .list_btm .date {
  display: block;
  font-family: "Inter";
  font-size: 14px;
  color: #333;
  padding-left: 21px;
  background: url("../../images/ico/i_date.svg") no-repeat left center;
}
.main .main_sec .board_wrap .board_area > li .tit {
  display: inline-block;
  width: 100%;
}
.main .main_sec .board_wrap .board_area > li .tit a.board_name {
  overflow: visible;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.35s;
}
.main .main_sec .board_wrap .board_area > li .tit a.board_name::after {
  display: none;
}
.main .main_sec .board_wrap .board_area > li .more_btn {
  display: none;
  font-size: 0;
}
.main .main_sec .board_wrap .board_area li .board_list {
  display: none;
}
.main .main_sec .board_wrap .board_area li.no_data p.tit {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.main .main_sec .board_wrap .banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  flex: 0 0 auto;
  max-width: 435px;
}
.main .main_sec .board_wrap .banner:after {
  content: "";
  display: block;
  padding-bottom: 62.99%;
}
.main .main_sec .board_wrap .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.main .main_sec .board_wrap .banner .pc {
  display: block;
}
.main .main_sec .board_wrap .banner .mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .main {
    padding-top: 60px;
  }
  .main .main_visual {
    padding: 50px 0;
  }
  .main .main_visual::before {
    background-size: 80%;
    background-position: top right;
  }
  .main .main_visual::after {
    background-size: 50%;
    background-position: bottom;
  }
  .main .main_visual .w_set {
    padding: 0 16px;
    row-gap: 0px;
  }
  .main .main_visual .banner_wrap .swiper_control {
    margin-top: 0;
  }
  .main .main_visual .search_area {
    margin-top: 10px;
  }
  .main .main_visual .search_area > div span {
    font-size: 22px;
    margin-right: 20px;
  }
  .main .main_visual .search_area > div select {
    height: 50px;
    padding-left: 14px;
  }
  .main .main_visual .search_area > div input {
    height: 50px;
    padding: 0 60px 0 16px;
    font-size: 16px;
  }
  .main .main_visual .search_area > div a {
    width: 50px;
    height: 50px;
    background-size: 20px auto;
  }
  .main .main_visual .search_area .search_ul li {
    margin-right: 16px;
  }
  .main .main_visual .search_area .search_ul li a {
    font-size: 15px;
  }
  .main .main_visual .quick {
    margin-top: 10px;
    padding: 0 16px;
  }
  .main .main_visual .quick li a {
    gap: 16px;
    font-size: 16px;
    padding: 3% 8%;
  }
  .main .main_visual .quick li a::before {
    width: 50px;
    height: 50px;
    background-size: 100% auto;
  }
  .main .main_sec {
    padding: 50px 16px 0;
  }
  .main .main_sec:last-child {
    padding-bottom: 50px;
  }
  .main .main_sec h2.tit {
    font-size: 24px;
    line-height: 30px;
  }
  .main .main_sec .news_wrap {
    padding: 0 30px;
  }
  .main .main_sec .news_wrap .swiper_navi .swiper_button.swiper_next {
    right: 0;
  }
  .main .main_sec .news_wrap .swiper_navi .swiper_button.swiper_prev {
    left: 0;
  }
  .main .main_sec .board_wrap {
    gap: 32px;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list li {
    display: none;
    width: 50%;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list li:nth-child(1), .main .main_sec .board_wrap .board_area > li.active .board_list li:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .main .main_visual .w_set {
    grid-template-columns: 40.75% calc(59.25% - 24px);
    column-gap: 24px;
  }
  .main .main_visual .quick li a::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .main .main_visual {
    padding: 25px 0;
    background: #ebfaf5;
  }
  .main .main_visual .w_set {
    padding: 0 16px;
    grid-template-columns: calc(55% - 24px) 45%;
    row-gap: 20px;
  }
  .main .main_visual .search_area > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .main .main_visual .search_area > div .input_area {
    width: 100%;
  }
  .main .main_visual .search_area .search_ul {
    margin-left: 0;
    max-width: 100%;
  }
  .main .main_visual .quick {
    grid-column: 1/3;
  }
  .main .main_visual .quick::after {
    right: -13px;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .main .main_visual .quick::before {
    background-size: 50px;
    background-repeat: no-repeat;
  }
  .main .main_visual .quick li a {
    padding: 10% 8%;
  }
  .main .main_sec {
    padding: 50px 16px 0;
  }
  .main .main_sec:last-child {
    padding-bottom: 50px;
  }
  .main .main_sec h2.tit {
    font-size: 24px;
    line-height: 30px;
  }
  .main .main_sec .news_wrap {
    padding: 0;
  }
  .main .main_sec .news_wrap .swiper_navi .swiper_button {
    display: none;
  }
  .main .main_sec .news_wrap .news {
    padding-top: 20px;
  }
  .main .main_sec .news_wrap .news .img .flag {
    font-size: 14px;
  }
  .main .main_sec .news_wrap .news .tit {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.2;
    min-height: 58px;
  }
  .main .main_sec .news_wrap .news .date {
    padding-top: 14px;
    font-size: 14px;
  }
  .main .main_sec .board_wrap {
    flex-direction: column;
    margin-top: 20px;
    gap: 0;
  }
  .main .main_sec .board_wrap .board_area {
    height: 300px;
  }
  .main .main_sec .board_wrap .board_area > li.active .more_btn {
    top: 0;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list {
    max-width: 100%;
  }
  .main .main_sec .board_wrap .banner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
  .main .main_sec .board_wrap .banner:after {
    content: "";
    display: block;
    padding-bottom: 20%;
  }
  .main .main_sec .board_wrap .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
  }
  .main .main_sec .board_wrap .banner .pc {
    display: none;
  }
  .main .main_sec .board_wrap .banner .mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .main .main_visual .w_set {
    display: block;
  }
  .main .main_visual .banner_wrap .swiper_control {
    margin-top: 16px;
  }
  .main .main_visual .search_area {
    margin-top: 50px;
  }
  .main .main_visual .search_area > div span {
    display: none;
  }
  .main .main_visual .search_area .search_ul {
    text-align: center;
  }
  .main .main_visual .quick {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .main .main_visual .quick::after, .main .main_visual .quick::before {
    content: none;
  }
  .main .main_visual .quick li a {
    font-size: 15px;
    padding: 8% 6%;
    border-bottom: 1px solid #ddd;
  }
  .main .main_visual .quick li a::before {
    width: 36px;
    height: 36px;
  }
  .main .main_visual .quick li:nth-child(3n) a::after {
    display: block;
  }
  .main .main_visual .quick li:nth-child(2n) a::after {
    display: none;
  }
  .main .main_visual .quick li:nth-last-child(-n+2) a {
    border-bottom: 0;
  }
  .main .main_sec .board_wrap .board_area {
    height: 600px;
  }
  .main .main_sec .board_wrap .board_area > li {
    padding-right: 20px;
  }
  .main .main_sec .board_wrap .board_area > li.active .tit a.board_name::after {
    width: 6px;
    height: 6px;
    right: -8px;
    top: -2px;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list {
    top: 38px;
    padding-top: 20px;
    flex-direction: column;
    gap: 0;
    border-width: 2px;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list li {
    width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list li:nth-child(2) {
    display: block;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list li:nth-child(3) {
    display: block;
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list a .tit {
    min-height: auto; /* 231222 수정 */
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list a .txt {
    padding-top: 16px;
    min-height: auto; /* 231222 수정 */
  }
  .main .main_sec .board_wrap .board_area > li.active .board_list a .list_btm {
    padding-top: 14px;
    margin-top: 14px;
  }
  .main .main_sec .board_wrap .board_area > li .tit a.board_name {
    font-size: 16px;
  }
  .main .main_sec .board_wrap .banner {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
  }
  .main .main_sec .board_wrap .banner:after {
    content: "";
    display: block;
    padding-bottom: 62.99%;
  }
  .main .main_sec .board_wrap .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
  }
  .main .main_sec .board_wrap .banner .pc {
    display: block;
  }
  .main .main_sec .board_wrap .banner .mobile {
    display: none;
  }
}
.wrap-header.new .ui-tabs > ul > li a {
  color: #666;
}
.wrap-header.new .ui-tabs > ul > li:hover a, .wrap-header.new .ui-tabs > ul > li:focus a, .wrap-header.new .ui-tabs > ul > li.active a, .wrap-header.new .ui-tabs > ul > li.currunt a {
  color: #0c9194;
}
.wrap-header.new .ui-tabs > ul > li::after {
  content: none;
}
.wrap-header.new .search-form input[type=search] {
  height: 70px;
  border: 2px solid #0c9194;
  border-radius: 35px;
}
.wrap-header.new .search-form input[type=search]::placeholder {
  color: #666;
  font-size: 20px;
}
.wrap-header.new .search-form button {
  right: 16px;
}
.wrap-header.new .search-form .ico.s-search {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0c9194 url("../../images/ico/hd_search_w.svg") no-repeat center;
}
.wrap-header.new .h-search .s-close {
  background: url("../../images/ico/hd_search_close.svg") no-repeat center;
}

@media screen and (max-width: 1650px) {
  .wrap-header.new .h-search .s-close {
    margin-left: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .wrap-header.new .ui-tabs > ul {
    margin-left: 0;
    margin-bottom: 26px;
  }
  .wrap-header.new .ui-tabs > ul > li::before {
    height: 14px;
    left: -10px;
  }
  .wrap-header.new .search-form input[type=search] {
    height: 50px;
  }
  .wrap-header.new .search-form input[type=search]::placeholder {
    font-size: 13px;
  }
  .wrap-header.new .search-form button {
    right: 10px;
  }
  .wrap-header.new .search-form .ico.s-search {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
  .wrap-header.new .h-search .s-close {
    background-size: 16px;
  }
}