@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;
  }
}

.link_center {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  gap: 10px;
}
.link_center::after {
  display: none;
}
.link_center:hover {
  color: #12b76a;
}

.section1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section1 > p {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.05em;
  line-height: 140%;
}
.section1 > p > span {
  position: relative;
}
.section1 > p > span span {
  position: relative;
  z-index: 1;
}
.section1 > p > span::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #A6F4C5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section1 > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.05em;
}
.section1 > div span {
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #32d583;
}
.section1 > div ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section1 > div ul li {
  font-size: 18px;
  letter-spacing: -0.05em;
  padding-left: 25px;
  position: relative;
}
.section1 > div ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #414D5C;
}
@media screen and (max-width: 1260px) {
  .section1 > p {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 140%;
    display: none;
    word-break: keep-all;
  }
  .section1 > p > span {
    position: relative;
  }
  .section1 > p > span span {
    position: relative;
    z-index: 1;
  }
  .section1 > p > span::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A6F4C5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .section1 > p.mobile {
    display: block;
  }
  .section1 > div {
    font-size: 16px;
  }
  .section1 > div span {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .section1 > div ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .section1 > div ul li {
    font-size: 16px;
    letter-spacing: -0.05em;
    padding-left: 25px;
    position: relative;
  }
  .section1 > div ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #414D5C;
  }
}

.section2 ul {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.section2 ul li {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section2 ul li > h4 {
  display: flex;
  gap: 10px;
  font-size: 25px;
  letter-spacing: -0.03em;
}
.section2 ul li > h4 span {
  width: 28px;
  height: 28px;
  border-radius: 20px;
  background: #0F1B2A;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2 ul li > h5 {
  font-size: 21px;
  letter-spacing: -0.05em;
  line-height: 140%;
}
.section2 ul li > h5 > span {
  position: relative;
}
.section2 ul li > h5 > span span {
  position: relative;
  z-index: 1;
}
.section2 ul li > h5 > span::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #A6F4C5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section2 ul li > p {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 140%;
}
.section2 ul li > p > span {
  position: relative;
}
.section2 ul li > p > span span {
  position: relative;
  z-index: 1;
}
.section2 ul li > p > span::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #A6F4C5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section2 ul li > div.as {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.section2 ul li > div.as .grey_box {
  padding: 30px;
  background: #F8F9FB;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
}
.section2 ul li .grade_table {
  border-top: 1px solid #354150;
  font-size: 18px;
}
.section2 ul li .grade_table_head {
  display: flex;
  height: 50px;
  font-weight: 700;
  border-bottom: 1px solid #CDD3DD;
}
.section2 ul li .grade_table_head div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEF1F6;
}
.section2 ul li .grade_table_head div:not(:last-of-type) {
  border-right: 1px solid #CDD3DD;
}
.section2 ul li .grade_table_head div:nth-of-type(1) {
  width: 210px;
}
.section2 ul li .grade_table_head div:nth-of-type(2) {
  flex-grow: 1;
}
.section2 ul li .grade_table_head div:nth-of-type(3) {
  width: 300px;
}
.section2 ul li .grade_table_item {
  display: flex;
  height: 50px;
  border-bottom: 1px solid #CDD3DD;
}
.section2 ul li .grade_table_item:nth-of-type(odd) {
  background: #F8F9FB;
}
.section2 ul li .grade_table_item > div {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.section2 ul li .grade_table_item > div.table_center {
  padding: 0;
  justify-content: center;
}
.section2 ul li .grade_table_item > div:not(:last-of-type) {
  border-right: 1px solid #CDD3DD;
}
.section2 ul li .grade_table_item > div:nth-of-type(1) {
  width: 210px;
}
.section2 ul li .grade_table_item > div:nth-of-type(2) {
  flex-grow: 1;
}
.section2 ul li .grade_table_item > div:nth-of-type(3) {
  width: 300px;
}
.section2 ul li .link_btn_wrap {
  display: flex;
  justify-content: space-between;
}
.section2 ul li .link_btn_wrap h4 {
  font-size: 28px;
  letter-spacing: -0.03em;
}
.section2 ul li .link_btn_wrap p {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 140%;
  color: #414D5C;
}
.section2 ul li .link_btn_wrap > div {
  width: 610px;
  height: 480px;
  border-radius: 20px;
  background: #E8FAEE;
  padding: 30px;
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section2 ul li .link_btn_wrap > div:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 20px;
}
.section2 ul li .link_btn_wrap > div:nth-of-type(2) {
  background: #FBF1F2;
}
.section2 ul li .link_btn_wrap > div .left_btn_wrap {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.section2 ul li .link_btn_wrap > div .left_btn_wrap a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
  height: 36px;
  border: 1px solid #E4E8EE;
  border-radius: 20px;
  background-color: #fff;
  letter-spacing: -0.05em;
  color: #414D5C;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px;
}
.section2 ul li .link_btn_wrap > div .left_btn_wrap a:hover {
  text-decoration: underline;
  background-color: #EEF1F6;
}
.section2 ul li .section2_left_bottom {
  height: 145px;
  background: #FDF4D7;
  border-radius: 20px;
  padding: 35px 35px 35px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.section2 ul li .section2_left_bottom:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 20px;
}
.section2 ul li .section2_left_bottom:hover h4 {
  text-decoration: underline;
}
.section2 ul li .section2_left_bottom:hover img {
  transform: translateX(20%);
}
.section2 ul li .section2_left_bottom img {
  transition: 0.3s;
}
.section2 ul li .section2_left_bottom h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 28px;
}
.section2 ul li .section2_left_bottom h4 span {
  position: relative;
}
.section2 ul li .section2_left_bottom h4 span::after {
  display: block;
  content: "";
  width: 98px;
  height: 50px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/main/test.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .section2 ul {
    margin-top: 70px;
    gap: 70px;
  }
  .section2 ul li > h4 {
    font-size: 20px;
  }
  .section2 ul li > h5 {
    font-size: 18px;
  }
  .section2 ul li > h5 > span {
    position: relative;
  }
  .section2 ul li > h5 > span span {
    position: relative;
    z-index: 1;
  }
  .section2 ul li > h5 > span::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A6F4C5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .section2 ul li > h5 > span span {
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #A6F4C5;
    text-underline-offset: -5px;
  }
  .section2 ul li > h5 > span::after {
    display: none;
  }
  .section2 ul li > p {
    font-size: 16px;
  }
  .section2 ul li > p > span {
    position: relative;
  }
  .section2 ul li > p > span span {
    position: relative;
    z-index: 1;
  }
  .section2 ul li > p > span::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A6F4C5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .section2 ul li > p > span span {
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #A6F4C5;
    text-underline-offset: -5px;
  }
  .section2 ul li > p > span::after {
    display: none;
  }
  .section2 ul li > div.as {
    font-size: 16px;
  }
  .section2 ul li > div.as .grey_box {
    padding: 30px 25px;
  }
  .section2 ul li .grade_table {
    border-top: 1px solid #354150;
    font-size: 12px;
  }
  .section2 ul li .grade_table_head {
    display: flex;
    height: 70px;
    font-weight: 700;
    border-bottom: 1px solid #CDD3DD;
  }
  .section2 ul li .grade_table_head div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EEF1F6;
  }
  .section2 ul li .grade_table_head div:not(:last-of-type) {
    border-right: 1px solid #CDD3DD;
  }
  .section2 ul li .grade_table_head div:nth-of-type(1), .section2 ul li .grade_table_head div:nth-of-type(3) {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    word-break: keep-all;
    text-align: center;
  }
  .section2 ul li .grade_table_head div:nth-of-type(2) {
    flex-grow: 1;
  }
  .section2 ul li .grade_table_item {
    display: flex;
    height: 70px;
    border-bottom: 1px solid #CDD3DD;
  }
  .section2 ul li .grade_table_item:nth-of-type(odd) {
    background: #F8F9FB;
  }
  .section2 ul li .grade_table_item > div {
    display: flex;
    align-items: center;
    padding-left: 0px;
  }
  .section2 ul li .grade_table_item > div.table_center {
    padding: 0;
    justify-content: center;
  }
  .section2 ul li .grade_table_item > div:not(:last-of-type) {
    border-right: 1px solid #CDD3DD;
  }
  .section2 ul li .grade_table_item > div:nth-of-type(1), .section2 ul li .grade_table_item > div:nth-of-type(3) {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    word-break: keep-all;
    text-align: center;
  }
  .section2 ul li .grade_table_item > div:nth-of-type(2) {
    flex-grow: 1;
  }
  .section2 ul li .grade_table_item > div .mobile {
    display: block;
  }
  .section2 ul li .link_btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section2 ul li .link_btn_wrap h4 {
    font-size: 18px;
  }
  .section2 ul li .link_btn_wrap p {
    font-size: 14px;
  }
  .section2 ul li .link_btn_wrap > div {
    width: 100%;
    height: 440px;
    border-radius: 10px;
    padding: 30px 20px;
  }
  .section2 ul li .link_btn_wrap > div .left_btn_wrap {
    padding-top: 0px;
  }
  .section2 ul li .link_btn_wrap > div .left_btn_wrap a {
    height: 34px;
    font-size: 14px;
  }
  .section2 ul li .section2_left_bottom {
    height: 150px;
    padding: 30px 20px 0;
    border-radius: 10px;
  }
  .section2 ul li .section2_left_bottom h4 {
    font-size: 20px;
  }
  .section2 ul li .section2_left_bottom h4 span::after {
    display: none;
  }
  .section2 ul li .section2_left_bottom p {
    font-size: 14px;
  }
}

.dot_list {
  padding-left: 25px;
  position: relative;
}
.dot_list::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: #0F1B2A;
  left: 10px;
  top: 7.5px;
}