@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 900;
  font-display: swap;
  src: local("NanumSquareNeoTTF-eHv"), url("../fonts/NanumSquareNeoTTF-eHv.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-eHv.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-display: swap;
  src: local("NanumSquareNeoTTF-dEb"), url("../fonts/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-dEb.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-display: swap;
  src: local("NanumSquareNeoTTF-cBd"), url("../fonts/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-cBd.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 400;
  font-display: swap;
  src: local("NanumSquareNeoTTF-bRg"), url("../fonts/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-bRg.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 300;
  font-display: swap;
  src: local("NanumSquareNeoTTF-aLt"), url("../fonts/NanumSquareNeoTTF-aLt.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-aLt.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #0F1B2A;
  font-family: "NanumSquareNeo", sans-serif;
}

a {
  color: #0F1B2A;
  text-decoration: none;
  font-family: "NanumSquareNeo", sans-serif;
}

ul, li, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

@keyframes headBG {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
* {
  text-underline-offset: 4px;
}

h3,
h4,
h5,
p {
  line-height: 140%;
}

b {
  font-weight: 700;
}

.mobile {
  display: none;
}

.wrap {
  margin-top: 80px;
}
.wrap .head_bg {
  padding-top: 95px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wrap .head_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: headBG 2s ease-in-out;
}
.wrap .head_bg * {
  color: #FFFFFF;
}
.wrap .head_bg h3 {
  font-size: 46px;
  letter-spacing: -0.03em;
  overflow: hidden;
}
.wrap .head_bg h3 > span {
  display: block;
  animation: ani 0.7s ease both;
}
.wrap .head_bg p {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 140%;
  overflow: hidden;
}
.wrap .head_bg p > span {
  display: block;
  animation: ani 0.7s ease both;
  animation-delay: 0.3s;
}
.wrap > .title {
  width: 1260px;
  margin: 100px auto;
}
.wrap > .title.on > * {
  animation: ani 1s both;
  animation-delay: 0.4s;
}
.wrap > .title.on > * > span::after {
  animation: bar 0.3s both;
  animation-delay: 1.3s;
}
.wrap > .title > * {
  opacity: 0;
}
.wrap > .title > h3 {
  font-size: 38px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
.wrap > .title > h3 > span {
  position: relative;
}
.wrap > .title > h3 > span span {
  position: relative;
  z-index: 1;
}
.wrap > .title > h3 > span::after {
  content: "";
  width: 100%;
  height: 13px;
  background: #A6F4C5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrap > .title > span {
  display: block;
  font-size: 18px;
  color: #12b76a;
  margin-bottom: 15px;
  font-weight: 700;
}
.wrap .green_bg {
  padding: 70px 0;
  background: #F6FEF9;
}
.wrap .defalut_bg {
  padding: 130px 0;
  background: #fff;
}
.wrap .content {
  width: 1260px;
  margin: 0 auto;
}
.wrap .content > h3 {
  font-size: 38px;
}
@media screen and (max-width: 1260px) {
  .wrap {
    margin-top: 60px;
  }
  .wrap .head_bg {
    padding-top: 110px;
    height: 380px;
    display: flex;
  }
  .wrap .head_bg h3 {
    font-size: 25px;
  }
  .wrap .head_bg p {
    font-size: 15px;
    padding: 0 30px;
  }
  .wrap .head_bg p .mobile {
    display: block;
  }
  .wrap > .title {
    width: 100%;
    margin: 60px auto;
    padding: 20px;
  }
  .wrap > .title > h3 {
    font-size: 26px;
    display: none;
  }
  .wrap > .title > h3 > span {
    position: relative;
  }
  .wrap > .title > h3 > span span {
    position: relative;
    z-index: 1;
  }
  .wrap > .title > h3 > span::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A6F4C5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .wrap > .title > h3.mobile {
    display: block;
  }
  .wrap > .title > span {
    display: block;
    font-size: 18px;
    color: #12b76a;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .wrap .green_bg {
    padding: 70px 20px;
  }
  .wrap .defalut_bg {
    padding: 70px 20px;
    background: #fff;
  }
  .wrap .content {
    width: 100%;
    margin: 0 auto;
  }
  .wrap .content > h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1261px) {
  header {
    transition: 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.on {
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.14);
  }
}
@media screen and (min-width: 1261px) and (max-width: 1400px) {
  header {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1261px) {
  header .logo {
    font-weight: 700;
  }
  header .logo img {
    width: 128px;
  }
  header nav {
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav ul.mobile_menu {
    display: none;
  }
  header nav ul.main_menu {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 90px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1400px) {
  header nav ul.main_menu {
    gap: 60px;
  }
}
@media screen and (min-width: 1261px) {
  header nav ul.main_menu li.on {
    color: #12b76a;
  }
  header nav ul.main_menu li.on > a {
    color: #12b76a;
  }
  header nav ul.main_menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 100%;
    cursor: pointer;
  }
  header nav ul.main_menu > li:hover {
    color: #12b76a;
  }
  header nav ul.main_menu > li:hover header {
    background-color: #fff;
  }
  header nav ul.main_menu > li:hover ul.sub_menu {
    display: flex;
  }
  header nav ul.main_menu > li > a:hover {
    color: #12b76a;
  }
  header nav ul.main_menu ul.sub_menu {
    width: 156px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    border-bottom: 1px solid #EEF1F6;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    display: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.14);
    z-index: 9;
  }
  header nav ul.main_menu ul.sub_menu li {
    letter-spacing: -0.05em;
  }
  header nav ul.main_menu ul.sub_menu li .letter {
    letter-spacing: -0.08em;
  }
  header nav ul.main_menu ul.sub_menu li:hover a {
    color: #12b76a;
    text-decoration: underline;
  }
  header .login {
    display: flex;
    gap: 7px;
  }
  header .login button {
    padding: 0 21px;
    height: 38px;
    border: 1px solid #0F1B2A;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    gap: 4px;
  }
  header .login button a {
    transition: 0.3s ease-in-out;
  }
  header .login button svg path {
    transition: 0.3s ease-in-out;
  }
  header .login button:hover {
    border: 1px solid #12b76a;
    color: #12b76a;
  }
  header .login button:hover a {
    color: #12b76a;
  }
  header .login button:hover svg path {
    fill: #12b76a;
  }
}
@media screen and (max-width: 1260px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.on {
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.14);
  }
  header .logo {
    font-weight: 700;
  }
  header .logo img {
    width: 107px;
  }
  header nav {
    width: 36px;
    height: 36px;
    background: url(../img/mobile/nav.svg) no-repeat center center;
    font-weight: 700;
    cursor: pointer;
  }
  header nav ul.main_menu {
    display: none;
  }
  header nav ul.mobile_menu {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    flex-direction: column;
    gap: 18px;
    padding: 80px 50px;
    display: none;
    cursor: default;
  }
  header nav ul.mobile_menu.on {
    display: flex;
    animation: mobileNav 0.7s;
  }
  header nav ul.mobile_menu > li {
    line-height: 40px;
    font-size: 24px;
    font-weight: 800;
  }
  header nav ul.mobile_menu > li a {
    font-size: 24px;
    font-weight: 800;
  }
  header nav ul.mobile_menu > li:hover {
    color: #12b76a;
  }
  header nav ul.mobile_menu > li:hover span {
    color: #12b76a;
  }
  header nav ul.mobile_menu > li > a:hover {
    color: #12b76a;
  }
  header nav ul.mobile_menu > li.on a, header nav ul.mobile_menu > li.on span {
    color: #12b76a;
  }
  header nav ul.mobile_menu .mobile_nav {
    cursor: pointer;
    background: url(../img/mobile/nav_down.svg) no-repeat;
    background-position: right 15px;
  }
  header nav ul.mobile_menu .mobile_nav.on {
    background: url(../img/mobile/nav_up.svg) no-repeat;
    background-position: right 15px;
  }
  header nav ul.mobile_menu .mobile_nav.on ul.mobile_sub_menu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  header nav ul.mobile_menu .mobile_nav.on ul.mobile_sub_menu li {
    animation: subMenu 0.4s;
  }
  @keyframes subMenu {
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
  }
  header nav ul.mobile_menu ul.mobile_sub_menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li.on a {
    color: #12b76a;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #354150;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li a:hover {
    color: #12b76a;
  }
  header .login {
    display: none;
    gap: 7px;
  }
  header .login button {
    padding: 0 21px;
    height: 38px;
    border: 1px solid #0F1B2A;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    gap: 4px;
  }
  header .login button svg path {
    transition: 0.3s ease-in-out;
  }
  header .login button:hover {
    border: 1px solid #12b76a;
    color: #12b76a;
  }
  header .login button:hover svg path {
    fill: #12b76a;
  }
}
footer {
  border-top: 1px solid #e4e8ee;
}
footer .foot_top {
  width: 1240px;
  padding: 0 65px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
footer .foot_top .foot_swiper {
  padding: 15px 0px;
  overflow-x: hidden;
}
footer .foot_top .foot_swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
footer .foot_top .foot_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot_top .swiper-button-next::after,
footer .foot_top .swiper-button-prev::after {
  display: none;
}
footer .foot_top .swiper-button-next,
footer .foot_top .swiper-button-prev {
  width: 11px;
  height: 20px;
  margin: 0;
  transform: translateY(-50%);
}
footer .foot_top .swiper-button-next {
  background: url(../img/main/slider-right.svg) no-repeat center;
  right: 0;
}
footer .foot_top .swiper-button-prev {
  background: url(../img/main/slider-left.svg) no-repeat center;
  left: 0;
}
footer .foot_bottom {
  width: 100%;
  height: 250px;
  border-top: 1px solid #e4e8ee;
  position: relative;
}
footer .foot_bottom .top_button {
  position: absolute;
  right: 60px;
  top: 40px;
  width: 50px;
  height: 50px;
  background: #414D5C;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot_bottom .top_button:hover {
  background: #32D583;
}
footer .foot_bottom > div:not(.top_button) {
  width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
footer .foot_bottom_left {
  padding-top: 5px;
}
footer .foot_bottom_left .first_ul {
  display: flex;
  gap: 24px;
  font-size: 16px;
}
footer .foot_bottom_left .first_ul .bold {
  font-weight: 800;
}
footer .foot_bottom_left .first_ul li a:hover {
  text-decoration: underline;
}
footer .foot_bottom_left .first_ul li:not(:first-of-type) {
  position: relative;
}
footer .foot_bottom_left .first_ul li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #8D99A8;
}
footer .foot_bottom_left .first_ul li:last-of-type a {
  color: #12B76A;
  font-weight: 700;
}
footer .foot_bottom_left > div {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}
footer .foot_bottom_left > div img {
  width: 80px;
  margin: 0 7px 0 25px;
}
footer .foot_bottom_left > div .green {
  color: #12B76A;
  font-size: 12px;
  letter-spacing: -0.05em;
}
footer .foot_bottom_left ul:not(.first_ul) {
  display: flex;
  gap: 32px;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type) {
  position: relative;
}
footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #8D99A8;
}
footer .foot_bottom_left .foot_copy {
  padding-top: 10px;
  font-size: 14px;
  color: #414D5C;
}
footer .foot_bottom_right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .foot_bottom_right span {
  font-weight: 700;
  font-size: 14px;
}
footer .foot_bottom_right h3 {
  font-size: 32px;
}
footer .foot_bottom_right p {
  font-weight: 700;
  font-size: 14px;
  color: #414D5C;
}
footer .foot_bottom_right a {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}
footer .foot_bottom_right a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
  footer .foot_top {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  footer .foot_top .foot_swiper {
    padding: 15px 0px;
    overflow-x: hidden;
  }
  footer .foot_top .foot_swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  footer .foot_top .foot_swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .foot_top .foot_swiper .swiper-wrapper .swiper-slide img {
    max-width: 150px;
  }
  footer .foot_top .swiper-button-next::after,
  footer .foot_top .swiper-button-prev::after {
    display: none;
  }
  footer .foot_top .swiper-button-next,
  footer .foot_top .swiper-button-prev {
    width: 11px;
    height: 20px;
    margin: 0;
    transform: translateY(-50%);
  }
  footer .foot_top .swiper-button-next {
    background: url(../img/main/slider-right.svg) no-repeat center;
    right: 20px;
  }
  footer .foot_top .swiper-button-prev {
    background: url(../img/main/slider-left.svg) no-repeat center;
    left: 20px;
  }
  footer .foot_bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #e4e8ee;
    position: relative;
  }
  footer .foot_bottom .top_button {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 40px;
    height: 40px;
  }
  footer .foot_bottom > div:not(.top_button) {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  footer .foot_bottom_left {
    padding-top: 0px;
    order: 1;
  }
  footer .foot_bottom_left .first_ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
    font-size: 14px;
  }
  footer .foot_bottom_left .first_ul li:not(:first-of-type)::after {
    display: none;
  }
  footer .foot_bottom_left > div {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin: 45px 0 10px;
    font-size: 14px;
  }
  footer .foot_bottom_left > div > img {
    display: none;
  }
  footer .foot_bottom_left > div .green {
    display: none;
  }
  footer .foot_bottom_left > div .green.mobile {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  footer .foot_bottom_left > div .green.mobile img {
    margin: 0;
  }
  footer .foot_bottom_left ul:not(.first_ul) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type) {
    position: relative;
  }
  footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type)::after {
    display: none;
  }
  footer .foot_bottom_left .foot_copy {
    padding-top: 10px;
    font-size: 12px;
  }
  footer .foot_bottom_right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    order: 0;
  }
  footer .foot_bottom_right span {
    font-weight: 700;
    font-size: 14px;
  }
  footer .foot_bottom_right h3 {
    font-size: 32px;
  }
  footer .foot_bottom_right p {
    font-weight: 700;
    font-size: 14px;
    color: #414D5C;
  }
  footer .foot_bottom_right a {
    margin-top: 10px;
    font-size: 14px;
  }
  footer .foot_bottom_right a:hover {
    text-decoration: underline;
  }
}

.page_wrap {
  display: flex;
  align-self: center;
}
.page_wrap button {
  font-size: 21px;
}
.page_wrap .page_num_btn {
  width: 40px;
  height: 40px;
  transition: color 300ms;
}
.page_wrap .page_num_btn:hover {
  color: #12B76A;
}
.page_wrap .page_num_btn.on {
  color: #12B76A;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page_wrap .page_next,
.page_wrap .page_prev {
  width: 40px;
  height: 40px;
  background: #F8F9FB;
  justify-content: baseline;
  border: 1px solid #CDD3DD;
  border-radius: 8px;
  margin-right: 6px;
  transition: background-color 300ms;
}
.page_wrap .page_next .arrow_white,
.page_wrap .page_prev .arrow_white {
  display: none;
}
.page_wrap .page_next:hover,
.page_wrap .page_prev:hover {
  background: #32D583;
}
.page_wrap .page_next:hover .arrow_white,
.page_wrap .page_prev:hover .arrow_white {
  display: block;
}
.page_wrap .page_next:hover .arrow_black,
.page_wrap .page_prev:hover .arrow_black {
  display: none;
}

.form_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.form_modal.on {
  display: flex;
}
.form_modal > div {
  width: 1000px;
  background: #fff;
}
.form_modal > div > h3 {
  height: 60px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #CDD3DD;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.form_modal > div > h3 div {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.form_modal > div ul {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form_modal > div ul li {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_modal > div ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.view_wrap {
  margin-top: 55px;
  border-top: 1px solid #354150;
  display: flex;
  flex-direction: column;
}
.view_wrap > h4 {
  font-weight: 700;
  font-size: 21px;
  padding-left: 40px;
  height: 70px;
  line-height: 70px;
  background: #F8F9FB;
}
.view_wrap > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  border-top: 1px solid #CDD3DD;
}
.view_wrap .view_content {
  padding: 50px 40px;
  border-bottom: 1px solid #CDD3DD;
  border-top: 1px solid #CDD3DD;
  display: flex;
  flex-direction: column;
  gap: 15px;
  white-space: pre-wrap;
}
.view_wrap .view_content p {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 130%;
}
.view_wrap .view_content img {
  width: 100%;
}
.view_wrap > button {
  margin-top: 50px;
  width: 330px;
  height: 64px;
  background: #FFFFFF;
  border: 1px solid #12B76A;
  border-radius: 100px;
  align-self: center;
  transition: 0.2s ease-in-out;
}
.view_wrap > button:hover {
  background: #32D583;
  border: 1px solid #32D583;
}
.view_wrap > button:hover a {
  color: #FFFFFF;
}
.view_wrap > button a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 21px;
  color: #12B76A;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .view_wrap > h4 {
    font-size: 18px;
    padding: 20px 10px;
    height: auto;
    min-height: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
  }
  .view_wrap > p {
    padding: 20px 10px;
  }
  .view_wrap .view_content {
    padding: 20px 10px;
  }
  .view_wrap .view_content p {
    font-size: 16px;
  }
  .view_wrap .view_content img {
    width: 100%;
  }
  .view_wrap > button {
    width: 100%;
    height: 58px;
  }
  .view_wrap > button a {
    font-size: 18px;
  }
}
.ani_el {
  opacity: 0;
}
.ani_el.on {
  animation: ani 1s both;
}
@media screen and (max-width: 1260px) {
  .ani_el {
    opacity: 1;
  }
  .ani_el.on {
    animation: none;
  }
}

.test_hide {
  display: none !important;
}

@keyframes ani {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes spanAni {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.07) rotate(0.001deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bg {
  0% {
    transform: translateY(0px) scale(1.1);
  }
  100% {
    transform: translateY(30px) scale(1);
  }
}
@keyframes mobileNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes subMenu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.head_bg::after {
  background: url(../img/sub/header-insurance.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .head_bg::after {
    background: url(../img/sub/mobile/header-insurance.png) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .head_bg::after {
    background: url(../img/sub/header-insurance.png) no-repeat center center;
    background-size: cover;
  }
}

.wrap .title {
  margin: 0 auto;
  margin-top: 100px;
}

.wrap .defalut_bg {
  padding-top: 55px;
}

.wrap .content > h3 {
  font-size: 21px;
}
@media screen and (max-width: 1260px) {
  .wrap .content > h3 {
    font-size: 20px;
  }
}
.wrap .content > p {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap .content > p.ani_el.on {
  animation: spanAni 1s both;
}
@media screen and (max-width: 1260px) {
  .wrap .content > p {
    display: none;
  }
}
.wrap .content.section1 form {
  margin-top: 20px;
  padding: 30px;
  background: #F8F9FB;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
}
.wrap .content.section1 form > div {
  display: flex;
}
.wrap .content.section1 form .search_form_top {
  gap: 30px;
}
.wrap .content.section1 form .search_form_top label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.wrap .content.section1 form .search_form_top label input[type=checkbox] {
  display: none;
}
.wrap .content.section1 form .search_form_top label input:checked + div {
  border: none;
  background: url(../img/common/check.svg) no-repeat;
  background-size: cover;
}
.wrap .content.section1 form .search_form_top label > div {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #CDD3DD;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .wrap .content.section1 form .search_form_top {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.wrap .content.section1 form .search_form_bottom {
  gap: 10px;
}
.wrap .content.section1 form .search_form_bottom input[type=search] {
  background: #FFFFFF;
  width: 460px;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
}
.wrap .content.section1 form .search_form_bottom input[type=search]::-moz-placeholder {
  color: #414D5C;
}
.wrap .content.section1 form .search_form_bottom input[type=search]::placeholder {
  color: #414D5C;
}
.wrap .content.section1 form .search_form_bottom > button {
  width: 250px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #12B76A;
  border-radius: 4px;
  font-weight: 700;
  color: #12b76a;
  transition: 0.2s ease-in-out;
  font-size: 16px;
}
.wrap .content.section1 form .search_form_bottom > button:hover {
  color: #fff;
  background-color: #12B76A;
}
@media screen and (max-width: 1260px) {
  .wrap .content.section1 form .search_form_bottom {
    flex-direction: column;
  }
  .wrap .content.section1 form .search_form_bottom input[type=search] {
    width: 100%;
  }
  .wrap .content.section1 form .search_form_bottom > button {
    width: 100%;
  }
}
.wrap .content.section1 form .select_wrap {
  position: relative;
}
.wrap .content.section1 form .select_wrap button {
  width: 230px;
  height: 50px;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
  background: #FFFFFF;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 16px;
  color: #414D5C;
}
@media screen and (max-width: 1260px) {
  .wrap .content.section1 form .select_wrap button {
    width: 100%;
  }
}
.wrap .content.section1 form .select_wrap ul {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(100% + 5px);
  left: 0;
  background-color: #fff;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.wrap .content.section1 form .select_wrap ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.wrap .content.section1 form .select_wrap ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.wrap .content.section1 form .select_wrap ul.on {
  display: block;
}
.wrap .content.section1 form .select_wrap ul li {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  cursor: pointer;
}
.wrap .content.section1 form .select_wrap ul li:hover {
  background-color: #32D583;
  background-color: #12b76a;
  background-color: #A6F4C5;
}
.wrap .content.section1 .section1_result {
  margin-top: 20px;
  display: flex;
  border: 1px solid #CDD3DD;
  border-radius: 12px;
  overflow: hidden;
}
.wrap .content.section1 .section1_result .search_list {
  width: 380px;
  display: flex;
  flex-direction: column;
  height: 900px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap .content.section1 .section1_result .search_list ul {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  border-right: 1px solid #CDD3DD;
}
.wrap .content.section1 .section1_result .search_list ul li {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}
.wrap .content.section1 .section1_result .search_list ul li:hover {
  background: #F6FEF9;
}
.wrap .content.section1 .section1_result .search_list ul li:not(:first-of-type) {
  position: relative;
}
.wrap .content.section1 .section1_result .search_list ul li:not(:first-of-type)::after {
  content: "";
  width: 100%;
  height: 0px;
  border: 1px dashed #CDD3DD;
  position: absolute;
  top: 0px;
  left: 0;
}
.wrap .content.section1 .section1_result .search_list ul li > h5 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 17px;
}
.wrap .content.section1 .section1_result .search_list ul li > h5 span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #32D583;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
}
.wrap .content.section1 .section1_result .search_list ul li > h5 .search_grade {
  width: 24px;
  height: 24px;
  font-weight: 700;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #32D583;
  border-radius: 4px;
  color: #32D583;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
}
.wrap .content.section1 .section1_result .search_list ul li > p {
  padding-left: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
}
.wrap .content.section1 .section1_result .search_list ul li > p:first-of-type {
  margin-top: 6px;
}
.wrap .content.section1 .section1_result .search_list ul li > p img {
  margin-top: 2px;
}
.wrap .content.section1 .section1_result .search_list ul li > div {
  background: #F8F9FB;
  border: 1px solid #CDD3DD;
  border-radius: 4px;
  font-size: 15px;
  align-self: flex-start;
  padding: 0 15px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .content.section1 .section1_result .search_list .page_wrap {
  width: 100%;
  justify-content: center;
  padding: 20px 0;
  border-right: 1px solid #CDD3DD;
}
.wrap .content.section1 .section1_result .search_map {
  flex-grow: 1;
  background: #F8F9FB;
}
@media screen and (max-width: 1260px) {
  .wrap .content.section1 .section1_result .search_list {
    width: 100%;
  }
  .wrap .content.section1 .section1_result .search_list ul {
    border-right: none;
  }
  .wrap .content.section1 .section1_result .search_list .page_wrap {
    border-right: none;
  }
  .wrap .content.section1 .section1_result .search_map {
    display: none;
  }
}

.page_wrap {
  justify-content: center;
  margin: 50px auto 0;
  gap: 10px;
}
.page_wrap .paging_btn {
  margin-right: 0;
}
.page_wrap .paging_num {
  display: flex;
  gap: 12px;
}
.page_wrap .paging_num_btn {
  width: auto;
  min-width: 36px;
}
.page_wrap .paging_num_btn.on {
  color: #12b76a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 1260px) {
  .page_wrap {
    gap: 8px;
  }
  .page_wrap .paging_num_btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrap .paging_btn {
    width: 32px;
    min-width: 24px;
  }
  .page_wrap .paging_btn img {
    width: 8px;
  }
  .page_wrap .paging_num {
    gap: 6px;
  }
  .page_wrap .paging_num_btn {
    min-width: 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page_wrap {
    gap: 6px;
  }
  .page_wrap .paging_num {
    gap: 4px;
  }
  .page_wrap .paging_num_btn {
    font-size: 16px;
  }
}
.infowindow_wrap {
  width: 100%;
}

.infowindow {
  background: #FFFFFF;
  border: 1px solid #3173D2;
  border-radius: 22px;
  text-align: center;
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -5px);
  min-width: 160px;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 13px;
}